-
Notifications
You must be signed in to change notification settings - Fork 66
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 #335 from VividPups/Combat-boots-
Combat Boots
- Loading branch information
Showing
15 changed files
with
81 additions
and
0 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
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.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,21 @@ | ||
- type: entity | ||
parent: ClothingShoesBootsMag | ||
id: ClothingShoesBootsMagCom | ||
name: Combat magboots | ||
description: Made by SESWC. These State-of-the-art magnetic boots with built in armor for extra protection | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Shoes/Boots/combatMagboots.rsi | ||
layers: | ||
- state: icon | ||
map: [ "enum.ToggleVisuals.Layer" ] | ||
- type: Clothing | ||
sprite: Floof/Clothing/Shoes/Boots/combatMagboots.rsi | ||
- type: Item | ||
- type: Armor | ||
modifiers: | ||
coefficients: | ||
Blunt: 0.90 | ||
Slash: 0.90 | ||
Piercing: 0.90 | ||
Heat: 0.90 |
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
+461 Bytes
...es/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/equipped-FEET-vox.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.18 KB
Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/equipped-FEET.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
+493 Bytes
Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/icon-on.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
+491 Bytes
Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.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
+390 Bytes
Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.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
+392 Bytes
Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.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.
49 changes: 49 additions & 0 deletions
49
Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.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,49 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe Based and edited by SungYandy", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "equipped-FEET", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "on-equipped-FEET", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-FEET-vox", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "on-equipped-FEET-vox", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "icon-on" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "on-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "on-inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+839 Bytes
...Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-equipped-FEET-vox.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.03 KB
...ces/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-equipped-FEET.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
+370 Bytes
...urces/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.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
+389 Bytes
...rces/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.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.