forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 37
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 #211 from Nerev4r/iskaports
Some Sprites By Iska (& NovaSector Ports)
- Loading branch information
Showing
43 changed files
with
275 additions
and
3 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
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.
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
22 changes: 22 additions & 0 deletions
22
modular_doppler/modular_cosmetics/GAGS/greyscale_configs_hand.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,22 @@ | ||
/* \ / \/ \/ \/ / , | ||
\ \ \/ \/ \/ \ \/ \/ / | ||
.\ \/ \/ \/ \/ \/ / / / | ||
*hedgehog noise* ) ' / / \/ \/ \/ \/ \/ \ \/ \ | ||
This dm contains \ .' ) \/ \/ \/ \/ \/ \/ \ / \ | ||
all glove grayscales \ / o ) \/ \/ \/ \/ \/ \/ \// / | ||
o'_ ',__ .' ,.,.,.,.,.,.,.,'- ' | ||
// \\ // \\ | ||
'' '' '' '' | ||
*/ | ||
|
||
// Armwraps | ||
|
||
/datum/greyscale_config/armwraps | ||
name = "Cloth Arm Wraps" | ||
icon_file = 'modular_doppler/modular_cosmetics/icons/obj/hands/gloves.dmi' | ||
json_config = 'modular_doppler/modular_cosmetics/GAGS/json_configs/hand/arm_wraps.json' | ||
|
||
/datum/greyscale_config/armwraps/worn | ||
name = "Cloth Arm Wraps (Worn)" | ||
icon_file = 'modular_doppler/modular_cosmetics/icons/mob/hands/gloves.dmi' | ||
json_config = 'modular_doppler/modular_cosmetics/GAGS/json_configs/hand/arm_wraps_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
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/hand/arm_wraps.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 @@ | ||
{ | ||
"arm_wraps": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "arm_wraps", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/hand/arm_wraps_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 @@ | ||
{ | ||
"arm_wraps": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "arm_wraps", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
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.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/long_skirt.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 @@ | ||
{ | ||
"long_skirt": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "long_skirt", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/under/medium_skirt.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 @@ | ||
{ | ||
"medium_skirt": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "medium_skirt", | ||
"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,25 @@ | ||
/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 | ||
|
||
/obj/item/clothing/gloves/bracer/wraps | ||
name = "cloth arm wraps" | ||
desc = "Used for aesthetics, used for wiping sweat from the brow, used for... well, what about you?" | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/hands/gloves.dmi' | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/hands/gloves.dmi' | ||
icon_state = "arm_wraps" | ||
inhand_icon_state = "greyscale_gloves" | ||
greyscale_config = /datum/greyscale_config/armwraps | ||
greyscale_config_worn = /datum/greyscale_config/armwraps/worn | ||
greyscale_colors = "#FFFFFF" | ||
flags_1 = IS_PLAYER_COLORABLE_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
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
+290 Bytes
(200%)
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
+459 Bytes
(150%)
modular_doppler/modular_cosmetics/icons/mob/under/miscellania.dmi
Binary file not shown.
Binary file modified
BIN
+349 Bytes
(200%)
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.
Binary file modified
BIN
+158 Bytes
(120%)
modular_doppler/modular_cosmetics/icons/obj/under/miscellania.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
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
4 changes: 4 additions & 0 deletions
4
...lar_doppler/modular_customization/accessories/code/insectoid_accessories/insect_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,4 @@ | ||
/datum/sprite_accessory/snouts/insect | ||
icon = 'modular_doppler/modular_customization/accessories/icons/insectoid/insect_snouts.dmi' | ||
name = "Mandibles" | ||
icon_state = "mandibles" |
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
8 changes: 8 additions & 0 deletions
8
.../modular_customization/accessories/code/non_species_specific/cow_accessories/cow_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,8 @@ | ||
/datum/sprite_accessory/tails/deer/cow | ||
name = "Cow (Short)" | ||
icon_state = "cows" | ||
icon = 'modular_doppler/modular_customization/accessories/icons/non_species_specific/cow/cow_tails.dmi' | ||
|
||
/datum/sprite_accessory/tails/deer/cow/long | ||
name = "Cow (Long)" | ||
icon_state = "cowl" |
4 changes: 4 additions & 0 deletions
4
...r/modular_customization/accessories/code/non_species_specific/pig_accessories/pig_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,4 @@ | ||
/datum/sprite_accessory/ears_more/deer/pig | ||
name = "Floppy" | ||
icon_state = "floppy" | ||
icon = 'modular_doppler/modular_customization/accessories/icons/non_species_specific/pig/pig_ears.dmi' |
9 changes: 9 additions & 0 deletions
9
...modular_customization/accessories/code/non_species_specific/pig_accessories/pig_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/pig | ||
icon = 'modular_doppler/modular_customization/accessories/icons/non_species_specific/pig/pig_snouts.dmi' | ||
name = "Pig" | ||
icon_state = "pig" | ||
|
||
/datum/sprite_accessory/snouts/pig/boar | ||
name = "Pig + Tusks" | ||
icon_state = "boar" | ||
|
Binary file modified
BIN
+858 Bytes
(210%)
modular_doppler/modular_customization/accessories/icons/insectoid/insect_ears.dmi
Binary file not shown.
Binary file added
BIN
+353 Bytes
modular_doppler/modular_customization/accessories/icons/insectoid/insect_snouts.dmi
Binary file not shown.
Binary file modified
BIN
+4.78 KB
(1000%)
modular_doppler/modular_customization/accessories/icons/insectoid/insect_tail.dmi
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
modular_doppler/modular_customization/accessories/icons/lizard/lizard_horns.dmi
Binary file not shown.
Binary file modified
BIN
+811 Bytes
(100%)
modular_doppler/modular_customization/accessories/icons/lizard/lizard_tail.dmi
Binary file not shown.
Binary file added
BIN
+4.12 KB
...ar_doppler/modular_customization/accessories/icons/non_species_specific/cow/cow_tails.dmi
Binary file not shown.
Binary file added
BIN
+483 Bytes
...lar_doppler/modular_customization/accessories/icons/non_species_specific/pig/pig_ears.dmi
Binary file not shown.
Binary file added
BIN
+490 Bytes
...r_doppler/modular_customization/accessories/icons/non_species_specific/pig/pig_snouts.dmi
Binary file not shown.
Oops, something went wrong.