-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/TheDenSS14/TheDen
- Loading branch information
Showing
11 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
Resources/Prototypes/_DEN/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
- type: entity | ||
name: soul-shatter | ||
parent: BaseWeaponShotgun | ||
id: WeaponShotgunSoulshatter | ||
description: A flashy, pocket-sized shotgun with a marble style grip. Provides no tactical advantage. Uses .50 shotgun shells. | ||
components: | ||
- type: Sprite | ||
sprite: _DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi | ||
- type: Clothing | ||
sprite: _DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi | ||
slots: | ||
- Back | ||
- suitStorage | ||
- type: Item | ||
size: Small | ||
- type: Gun | ||
fireRate: 4 | ||
fireOnDropChance: 0.5 | ||
- type: BallisticAmmoProvider | ||
capacity: 2 | ||
proto: null | ||
- type: MeleeWeapon | ||
attackRate: 1.2 | ||
damage: | ||
types: | ||
Blunt: 7.5 | ||
- type: DamageOtherOnHit | ||
staminaCost: 6 |
Binary file added
BIN
+428 Bytes
...urces/Textures/_DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi/bolt-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+833 Bytes
...xtures/_DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi/equipped-BACKPACK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+833 Bytes
...res/_DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi/equipped-SUITSTORAGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+420 Bytes
Resources/Textures/_DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+556 Bytes
...ces/Textures/_DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+604 Bytes
...es/Textures/_DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions
33
Resources/Textures/_DEN/Objects/Weapons/Guns/Shotguns/soulshatter.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-4.0", | ||
"copyright": "Taken from TerraGov Marine Corps at https://github.com/tgstation/TerraGov-Marine-Corps/pull/7678/commits/e7bc17b894aa4c1f882358016346c3be00236df8, https://github.com/tgstation/TerraGov-Marine-Corps/blob/master/icons/obj/items/gun.dmi backpack sprite by Peptide, sprite modification by Jaсkal 298, Modified by Rosycup for The Den", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "bolt-open" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
} | ||
] | ||
} |