forked from Sector-Umbra/Sector-Umbra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Personal Item] Crimson Luxuaria's machinist overalls (Sector-Umbra#275)
* jumpsuit * Update crimsonoveralls.yml * Update loadout_groups.yml * Update crimsonoveralls.yml * changed name to make it smaller, with permission. --------- Co-authored-by: Coolsurf6 <[email protected]>
- Loading branch information
1 parent
634af20
commit cd8941a
Showing
7 changed files
with
49 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
22 changes: 22 additions & 0 deletions
22
Resources/Prototypes/_Umbra/PersonalItems/Wearables/crimsonoveralls.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,22 @@ | ||
# Player: crimsonjesterheart - Character: Crimson Luxuarias | ||
- type: entity | ||
parent: ClothingUniformBase | ||
id: PersonalItemCrimsonMachinistJumpsuit | ||
name: Crimson's machinist overalls | ||
description: A pair of black overalls complimented by a bluish-purple crop shirt, it has "SYNTH" in big gold letters. | ||
suffix: PersonalItem | ||
components: | ||
- type: Sprite | ||
sprite: _Umbra/PersonalItems/Wearables/crimsonoveralls.rsi | ||
- type: Clothing | ||
sprite: _Umbra/PersonalItems/Wearables/crimsonoveralls.rsi | ||
|
||
- type: loadout | ||
id: PersonalItemCrimsonMachinistJumpsuit | ||
storage: | ||
back: | ||
- PersonalItemCrimsonMachinistJumpsuit | ||
effects: | ||
- !type:PersonalItemLoadoutEffect | ||
character: | ||
- Crimson Luxuaria |
Binary file added
BIN
+1.29 KB
...s/_Umbra/PersonalItems/Wearables/crimsonoveralls.rsi/equipped-INNERCLOTHING.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
+554 Bytes
Resources/Textures/_Umbra/PersonalItems/Wearables/crimsonoveralls.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
+545 Bytes
...ces/Textures/_Umbra/PersonalItems/Wearables/crimsonoveralls.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
+575 Bytes
...es/Textures/_Umbra/PersonalItems/Wearables/crimsonoveralls.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.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/_Umbra/PersonalItems/Wearables/crimsonoveralls.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,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by akirrer (Discord)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-INNERCLOTHING", | ||
"directions": 4 | ||
} | ||
] | ||
} |