forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
109 additions
and
1 deletion.
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
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
+324 Bytes
(130%)
modular_doppler/modular_cosmetics/GAGS/icons/mob/under.dmi
Binary file not shown.
Binary file modified
BIN
+245 Bytes
(140%)
modular_doppler/modular_cosmetics/GAGS/icons/obj/under.dmi
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/under/giant_scarf.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 @@ | ||
{ | ||
"giant_scarf": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "giant_scarf_base", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/under/giant_scarf_worn - Copy (2).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 @@ | ||
{ | ||
"giant_scarf": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "giant_scarf_base", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/under/giant_scarf_worn.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 @@ | ||
{ | ||
"giant_scarf": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "giant_scarf_base", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
/obj/item/clothing/gloves/latex/nitrile | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/hands/gloves.dmi' | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/hands/gloves.dmi' | ||
greyscale_colors = "#B7DE5B" | ||
greyscale_colors = "#B7DE5B" | ||
|
||
/obj/item/clothing/gloves/lalune_long | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/hands/gloves.dmi' | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/hands/gloves.dmi' | ||
name = "designer long gloves" | ||
desc = "A fancy set of bicep-length black gloves. The La Lune insignia is sewn into the rims." | ||
icon_state = "lalune_long" | ||
strip_delay = 40 | ||
equip_delay_other = 20 |
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 modified
BIN
+175 Bytes
(160%)
modular_doppler/modular_cosmetics/icons/mob/hands/gloves.dmi
Binary file not shown.
Binary file modified
BIN
+1.61 KB
(110%)
modular_doppler/modular_cosmetics/icons/mob/suit/labcoat.dmi
Binary file not shown.
Binary file modified
BIN
+182 Bytes
(150%)
modular_doppler/modular_cosmetics/icons/obj/hands/gloves.dmi
Binary file not shown.
Binary file modified
BIN
+289 Bytes
(150%)
modular_doppler/modular_cosmetics/icons/obj/suit/labcoat.dmi
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
...ar_customization/accessories/code/non_species_specific/bovine_accessories/bovine_tails.dm
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 @@ | ||
/datum/sprite_accessory/tails/deer/cow | ||
icon = 'modular_doppler/modular_customization/accessories/icons/non_species_specific/canine/canine_tail.dmi' | ||
|
||
/datum/sprite_accessory/tails/deer/cow/default | ||
name = "Cow (Short)" | ||
icon_state = "cows" | ||
|
||
/datum/sprite_accessory/tails/deer/cow/long | ||
name = "Cow (Long)" | ||
icon_state = "cowl" |
7 changes: 7 additions & 0 deletions
7
...r_customization/accessories/code/non_species_specific/porcine_accessories/porcine_ears.dm
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,7 @@ | ||
/datum/sprite_accessory/ears_more/deer/pig | ||
icon = 'modular_doppler/modular_customization/accessories/icons/non_species_specific/porcine/porcine_ears.dmi' | ||
|
||
/datum/sprite_accessory/ears_more/deer/pig/default | ||
name = "Floppy" | ||
icon_state = "floppy" | ||
|
9 changes: 9 additions & 0 deletions
9
...customization/accessories/code/non_species_specific/porcine_accessories/porcine_snouts.dm
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,9 @@ | ||
/datum/sprite_accessory/snouts/porcine | ||
icon = 'modular_doppler/modular_customization/accessories/icons/non_species_specific/porcine/porcine_snouts.dmi' | ||
name = "Porcine" | ||
icon_state = "pig" | ||
|
||
/datum/sprite_accessory/snouts/porcine/boar | ||
name = "Porcine + Tusks" | ||
icon_state = "boar" | ||
|
Binary file added
BIN
+4.13 KB
...pler/modular_customization/accessories/icons/non_species_specific/bovine/bovine_tails.dmi
Binary file not shown.
Binary file added
BIN
+500 Bytes
...ler/modular_customization/accessories/icons/non_species_specific/porcine/porcine_ears.dmi
Binary file not shown.
Binary file added
BIN
+502 Bytes
...r/modular_customization/accessories/icons/non_species_specific/porcine/porcine_snouts.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