-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MODULAR] [CO-OP MODE] Adds A Few New Clothes (#24566) (#278)
* initial d * Update clothesmate.dm * Newline end of file.dm * extra newline.dm * wew * wew --------- Co-authored-by: Nerevar <[email protected]> Co-authored-by: Snakebittenn <[email protected]> Co-authored-by: Bloop <[email protected]>
- Loading branch information
1 parent
fcecc19
commit 4fe0155
Showing
48 changed files
with
713 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 modified
BIN
+979 Bytes
(100%)
modular_skyrat/master_files/icons/mob/clothing/under/skirts_dresses.dmi
Binary file not shown.
Binary file modified
BIN
+337 Bytes
(100%)
modular_skyrat/master_files/icons/obj/clothing/under/skirts_dresses.dmi
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
56 changes: 56 additions & 0 deletions
56
modular_skyrat/modules/GAGS/json_configs/cloak/long_cape.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,56 @@ | ||
{ | ||
"long_cape": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_cape", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_cape_top", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_cape_trim", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 3 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_cape_side", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 4 ] | ||
} | ||
|
||
], | ||
"long_cape_t": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_cape_t", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_cape_top", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_cape_trim_t", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 3 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_cape_side", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 4 ] | ||
} | ||
|
||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_skyrat/modules/GAGS/json_configs/cloak/robe_cape.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,10 @@ | ||
{ | ||
"robe_cape": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "robe_cape", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
modular_skyrat/modules/GAGS/json_configs/cloak/wide_cape.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,22 @@ | ||
{ | ||
"wide_cape": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "wide_cape", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "wide_cape_top", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "wide_cape_trim", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 3 ] | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
modular_skyrat/modules/GAGS/json_configs/costumes/maid_arm_covers.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,16 @@ | ||
{ | ||
"maid_arm_covers": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "maid_arm_covers", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "maid_arm_covers_trim", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
modular_skyrat/modules/GAGS/json_configs/costumes/maid_costume.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,16 @@ | ||
{ | ||
"maid_costume": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "maid_costume", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "maid_costume_trim", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_skyrat/modules/GAGS/json_configs/costumes/maid_headband.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,10 @@ | ||
{ | ||
"maid_headband": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "maid_headband", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
modular_skyrat/modules/GAGS/json_configs/costumes/maid_neck_cover.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,16 @@ | ||
{ | ||
"maid_neck_cover": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "maid_neck_cover", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "maid_neck_cover_trim", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_skyrat/modules/GAGS/json_configs/head/back_bow.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,10 @@ | ||
{ | ||
"back_bow": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "back_bow", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
Oops, something went wrong.