forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1225 from iaada/imp/stun-katana
ninja stun katana
- Loading branch information
Showing
13 changed files
with
135 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
78 changes: 78 additions & 0 deletions
78
Resources/Prototypes/_Impstation/Entities/Objects/Weapons/Melee/sword.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,78 @@ | ||
- type: entity | ||
name: energy katana | ||
suffix: stun | ||
parent: Katana | ||
id: EnergyKatanaStun | ||
description: A katana infused with strong energy. Few possess the strength to contain it. | ||
components: | ||
- type: StaminaDamageOnHit | ||
damage: 30 | ||
sound: /Audio/Weapons/egloves.ogg | ||
- type: MeleeWeapon | ||
wideAnimationRotation: -60 | ||
damage: | ||
types: | ||
Slash: 5 | ||
- type: ItemToggleMeleeWeapon | ||
activatedDamage: | ||
types: | ||
Slash: 30 | ||
activatedSoundOnHit: | ||
path: /Audio/Weapons/bladeslice.ogg | ||
deactivatedSoundOnHit: | ||
path: /Audio/Weapons/bladeslice.ogg | ||
- type: Stunbaton | ||
energyPerUse: 100 | ||
inverted: true | ||
- type: Battery | ||
maxCharge: 1000 | ||
startingCharge: 1000 | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Melee/energykatana.rsi | ||
layers: | ||
- state: off-icon | ||
map: [ "enum.ToggleVisuals.Layer" ] | ||
angle: 60 | ||
animation: WeaponArcSlash | ||
- type: Item | ||
heldPrefix: off | ||
sprite: _Impstation/Objects/Weapons/Melee/energykatana.rsi | ||
- type: Clothing | ||
sprite: _Impstation/Objects/Weapons/Melee/energykatana.rsi | ||
quickEquip: false | ||
slots: | ||
- Back | ||
- Belt | ||
- type: EnergyKatana | ||
- type: DashAbility | ||
- type: LimitedCharges | ||
maxCharges: 3 | ||
charges: 3 | ||
- type: AutoRecharge | ||
rechargeDuration: 20 | ||
- type: Reflect | ||
- type: ThrowingAngle | ||
angle: 300 | ||
- type: ItemToggleDamageOtherOnHit | ||
- type: ItemToggle | ||
predictable: false | ||
soundActivate: | ||
collection: sparks | ||
params: | ||
variation: 0.250 | ||
soundDeactivate: | ||
collection: sparks | ||
params: | ||
variation: 0.250 | ||
soundFailToActivate: | ||
path: /Audio/Machines/button.ogg | ||
params: | ||
variation: 0.250 | ||
- type: UseDelay | ||
- type: Appearance | ||
- type: GenericVisualizer | ||
visuals: | ||
enum.ToggleVisuals.Toggled: | ||
enum.ToggleVisuals.Layer: | ||
True: {state: on-icon} | ||
False: {state: off-icon} |
Binary file added
BIN
+496 Bytes
...xtures/_Impstation/Objects/Weapons/Melee/energykatana.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
+557 Bytes
...s/Textures/_Impstation/Objects/Weapons/Melee/energykatana.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions
41
Resources/Textures/_Impstation/Objects/Weapons/Melee/energykatana.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,41 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/a9451f4d22f233d328b63490c2bcf64a640e42ff and modified by Jackal298, recolor by iaada (github).", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "off-icon" | ||
}, | ||
{ | ||
"name": "on-icon" | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "off-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "on-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "off-inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "on-inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+391 Bytes
Resources/Textures/_Impstation/Objects/Weapons/Melee/energykatana.rsi/off-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
+452 Bytes
...Textures/_Impstation/Objects/Weapons/Melee/energykatana.rsi/off-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
+456 Bytes
...extures/_Impstation/Objects/Weapons/Melee/energykatana.rsi/off-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.
Binary file added
BIN
+369 Bytes
Resources/Textures/_Impstation/Objects/Weapons/Melee/energykatana.rsi/on-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
+1.08 KB
.../Textures/_Impstation/Objects/Weapons/Melee/energykatana.rsi/on-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
+436 Bytes
...Textures/_Impstation/Objects/Weapons/Melee/energykatana.rsi/on-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.