-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Merge the wizden stuff Signed-off-by: Stop-Signs <[email protected]> * Update the delta techs Signed-off-by: Stop-Signs <[email protected]> * Upload resprites Signed-off-by: Stop-Signs <[email protected]> * Adds the weapon prototype Signed-off-by: Stop-Signs <[email protected]> * adds the recipe in the seclathe Signed-off-by: Stop-Signs <[email protected]> * fully integrates the AT Signed-off-by: Stop-Signs <[email protected]> * fixeds the yaml error Signed-off-by: Stop-Signs <[email protected]> * Im dumb and dont know proper spacing Signed-off-by: Stop-Signs <[email protected]> * Im dumb and dont know proper spacing pt2 Signed-off-by: Stop-Signs <[email protected]> * im silly Signed-off-by: Stop-Signs <[email protected]> * im silly pt2 Signed-off-by: Stop-Signs <[email protected]> * Moves the texture file and renames it * Fixes more yml and sprites * Update advanced_truncheon.yml * added the .json * PLEASE FIX THE YML * suffering * punctuation matters * Update technologies.ftl Signed-off-by: Stop-Signs <[email protected]> * Update arsenal.yml Signed-off-by: Stop-Signs <[email protected]> * Update arsenal.yml Signed-off-by: Stop-Signs <[email protected]> * Update arsenal.yml Signed-off-by: Stop-Signs <[email protected]> * Update advanced_truncheon.yml Signed-off-by: Stop-Signs <[email protected]> * Update meta.json Signed-off-by: Stop-Signs <[email protected]> * Delete Resources/Textures/Objects/Weapons/Melee/meta.json Signed-off-by: Stop-Signs <[email protected]> * Should fix the ubuntu * Emagged protolathe and secfab recipes added fully (i hope :3) * De-mangle the arsenal.yml * make comments less evil Signed-off-by: deltanedas <[email protected]> * should fix conflicts * merge conflicts * hyphens * Update Resources/Prototypes/Research/arsenal.yml Co-authored-by: Milon <[email protected]> Signed-off-by: Stop-Signs <[email protected]> * space Signed-off-by: Stop-Signs <[email protected]> * line Signed-off-by: Stop-Signs <[email protected]> * milon pranked me Signed-off-by: Stop-Signs <[email protected]> * Update arsenal.yml Signed-off-by: Stop-Signs <[email protected]> * Update arsenal.yml Signed-off-by: Stop-Signs <[email protected]> --------- Signed-off-by: Stop-Signs <[email protected]> Signed-off-by: deltanedas <[email protected]> Signed-off-by: Milon <[email protected]> Co-authored-by: deltanedas <[email protected]> Co-authored-by: Milon <[email protected]> Co-authored-by: Milon <[email protected]>
- Loading branch information
1 parent
b1d1f8f
commit 64078b8
Showing
13 changed files
with
108 additions
and
26 deletions.
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
33 changes: 33 additions & 0 deletions
33
Resources/Prototypes/Entities/Objects/Weapons/Melee/advanced_truncheon.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,33 @@ | ||
- type: entity | ||
parent: BaseItem | ||
id: AdvancedTruncheon | ||
name: Advanced Truncheon | ||
description: If all else fails, BONK! | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi | ||
state: icon | ||
- type: Item | ||
size: Normal | ||
- type: MeleeWeapon | ||
attackRate: 0.75 | ||
range: 1.75 | ||
damage: | ||
types: | ||
Blunt: 16 | ||
soundHit: | ||
path: /Audio/Nyanotrasen/Weapons/club.ogg | ||
bluntStaminaDamageFactor: 1.60 # 25.6 stamina damage | ||
# - type: MeleeStaminaCost | ||
# swing: 10 | ||
# wieldCoefficient: 0.35 #if wielded you will only consume 3.5 stam its a weapon after all | ||
- type: Wieldable | ||
- type: IncreaseDamageOnWield | ||
damage: | ||
types: | ||
Blunt: 14 | ||
- type: Clothing | ||
sprite: DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi | ||
quickEquip: false | ||
slots: | ||
- back |
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
Binary file added
BIN
+723 Bytes
...tures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.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
+360 Bytes
Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.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
+513 Bytes
...es/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.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
+513 Bytes
...s/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.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.
34 changes: 34 additions & 0 deletions
34
Resources/Textures/DeltaV/Objects/Weapons/Melee/advanced_truncheon.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,34 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by Findorsal", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+522 Bytes
...res/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-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
+519 Bytes
...es/DeltaV/Objects/Weapons/Melee/advanced_truncheon.rsi/wielded-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.