-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
She can't keep getting away with it | Adds a cropped jacket (#1877)
* byeah * hot girl stuff * oops * 4th element made it not so good * makes the def colours slightly better * tweaks the worn slightly * Update modular_nova/modules/customization/modules/clothing/suits/coats.dm * makes it not fit on the neck --------- Co-authored-by: Paxilmaniac <[email protected]> Co-authored-by: GoldenAlpharex <[email protected]>
- Loading branch information
1 parent
7e344ff
commit 7a0e357
Showing
7 changed files
with
98 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
Binary file not shown.
Binary file not shown.
42 changes: 42 additions & 0 deletions
42
modular_nova/modules/GAGS/json_configs/crop_jacket/crop_jacket.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,42 @@ | ||
{ | ||
"crop_jacket": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "crop_jacket", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "crop_jacket_collar", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "crop_jacket_sleeve", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 3 ] | ||
} | ||
], | ||
"crop_jacket_t": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "crop_jacket", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "crop_jacket_collar", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "crop_jacket_sleeve_short", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 3 ] | ||
} | ||
] | ||
} |
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