-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ports the Plasteel Arming Sword from Frontier Station (#2836)
* adds the plasteel arming sword from frontier * forgot to change the price back * hope I did this right * this time maybe *Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> * and that too maybe * remove reflect chance I think Signed-off-by: AeraAuling <133451603+AeraAuling@users.noreply.github.com> * fix indents maybe, I dunno why this part in particular is so difficult for me I just can't SEE right Signed-off-by: AeraAulin <133451603+AeraAuling@users.noreply.github.com> * reformat meta.json Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> --------- Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Signed-off-by: AeraAuling <133451603+AeraAuling@users.noreply.github.com> Signed-off-by: AeraAulin <133451603+AeraAuling@users.noreply.github.com> Co-authored-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Co-authored-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>
- Loading branch information
1 parent
13f9256
commit 2b64132
Showing
10 changed files
with
84 additions
and
6 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
25 changes: 25 additions & 0 deletions
25
Resources/Prototypes/_NF/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,25 @@ | ||
# original PR by MagnusCrowe at https://github.com/new-frontiers-14/frontier-station-14/pull/887 | ||
|
||
- type: entity | ||
parent: CaptainSabre | ||
id: PlasteelArmingSword | ||
name: plasteel arming sword | ||
description: An ancient design manufactured with modern materials and machines for a very specific target demographic. | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Objects/Weapons/Melee/armingsword.rsi | ||
- type: MeleeWeapon | ||
damage: | ||
types: | ||
Slash: 15 | ||
- type: Reflect | ||
reflectProb: 0 | ||
spread: 90 | ||
- type: Item | ||
sprite: _NF/Objects/Weapons/Melee/armingsword.rsi | ||
- type: Clothing | ||
quickEquip: false | ||
slots: | ||
- back | ||
- suitStorage | ||
- belt |
Binary file added
BIN
+3.57 KB
Resources/Textures/_NF/Objects/Weapons/Melee/armingsword.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
+3.35 KB
Resources/Textures/_NF/Objects/Weapons/Melee/armingsword.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.
Binary file added
BIN
+3.08 KB
Resources/Textures/_NF/Objects/Weapons/Melee/armingsword.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
+3.17 KB
Resources/Textures/_NF/Objects/Weapons/Melee/armingsword.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
+3.18 KB
Resources/Textures/_NF/Objects/Weapons/Melee/armingsword.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.
30 changes: 30 additions & 0 deletions
30
Resources/Textures/_NF/Objects/Weapons/Melee/armingsword.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,30 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by MagnusCrowe for use on Frontier Station 14.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
} | ||
] | ||
} |