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.
Added multiple needed clothes for Hearthkin and fixed some things
- Loading branch information
Showing
42 changed files
with
473 additions
and
27 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
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
22 changes: 22 additions & 0 deletions
22
modular_doppler/modular_cosmetics/GAGS/greyscale_configs_face.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 face grayscales \ / o ) \/ \/ \/ \/ \/ \/ \// / | ||
o'_ ',__ .' ,.,.,.,.,.,.,.,'- ' | ||
// \\ // \\ | ||
'' '' '' '' | ||
*/ | ||
|
||
// GAITER | ||
|
||
/datum/greyscale_config/neck_gaiter | ||
name = "Neck Gaiter" | ||
icon_file = 'modular_doppler/modular_cosmetics/GAGS/icons/obj/face.dmi' | ||
json_config = 'modular_doppler/modular_cosmetics/GAGS/json_configs/face/gaiter.json' | ||
|
||
/datum/greyscale_config/neck_gaiter/worn | ||
name = "Neck Gaiter (Worn)" | ||
icon_file = 'modular_doppler/modular_cosmetics/GAGS/icons/mob/face.dmi' | ||
json_config = 'modular_doppler/modular_cosmetics/GAGS/json_configs/face/gaiter_worn.json' |
22 changes: 22 additions & 0 deletions
22
modular_doppler/modular_cosmetics/GAGS/greyscale_configs_head.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 head grayscales \ / o ) \/ \/ \/ \/ \/ \/ \// / | ||
o'_ ',__ .' ,.,.,.,.,.,.,.,'- ' | ||
// \\ // \\ | ||
'' '' '' '' | ||
*/ | ||
|
||
// Standalone Hood | ||
|
||
/datum/greyscale_config/standalone_hood | ||
name = "Hood" | ||
icon_file = 'modular_doppler/modular_cosmetics/GAGS/icons/obj/head.dmi' | ||
json_config = 'modular_doppler/modular_cosmetics/GAGS/json_configs/head/hood.json' | ||
|
||
/datum/greyscale_config/standalone_hood/worn | ||
name = "Hood (Worn)" | ||
icon_file = 'modular_doppler/modular_cosmetics/GAGS/icons/mob/head.dmi' | ||
json_config = 'modular_doppler/modular_cosmetics/GAGS/json_configs/head/hood_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
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.
18 changes: 18 additions & 0 deletions
18
modular_doppler/modular_cosmetics/GAGS/json_configs/face/gaiter.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,18 @@ | ||
{ | ||
"gaiter": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "gaiter_obj", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
], | ||
"gaiter_up": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "gaiter_obj_up", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
modular_doppler/modular_cosmetics/GAGS/json_configs/face/gaiter_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,18 @@ | ||
{ | ||
"gaiter": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "gaiter", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
], | ||
"gaiter_up": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "gaiter_up", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
modular_doppler/modular_cosmetics/GAGS/json_configs/head/hood.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 @@ | ||
{ | ||
"hood": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "hood_obj", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "hood_neck_obj", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
modular_doppler/modular_cosmetics/GAGS/json_configs/head/hood_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,16 @@ | ||
{ | ||
"hood": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "hood", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "hood_neck", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/neck/mantle.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 @@ | ||
{ | ||
"mantle": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "mantle_obj", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/neck/mantle_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 @@ | ||
{ | ||
"mantle": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "mantle", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/suit/apron.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 @@ | ||
{ | ||
"apron": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "apron_obj", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
modular_doppler/modular_cosmetics/GAGS/json_configs/suit/apron_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 @@ | ||
{ | ||
"apron": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "apron", | ||
"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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/obj/item/clothing/glasses/eyepatch/wrap | ||
name = "eye wrap" | ||
desc = "A glorified bandage. At least this one's actually made for your head..." | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/face/glasses.dmi' | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/face/glasses.dmi' | ||
icon_state = "eyewrap" | ||
base_icon_state = "eyewrap" | ||
|
||
/obj/item/clothing/glasses/eyepatch/white | ||
name = "white eyepatch" | ||
desc = "This is what happens when a pirate gets a PhD." | ||
icon = 'modular_doppler/modular_cosmetics/icons/obj/face/glasses.dmi' | ||
worn_icon = 'modular_doppler/modular_cosmetics/icons/mob/face/glasses.dmi' | ||
icon_state = "eyepatch_white" | ||
base_icon_state = "eyepatch_white" | ||
|
||
/obj/item/clothing/glasses/examine(mob/user) | ||
. = ..() | ||
if(locate(/datum/action/item_action/flip) in actions) | ||
. += "Use in hands to wear it over your [icon_state == base_icon_state ? "left" : "right"] eye." | ||
|
||
// /obj/item/clothing/glasses/hud/security/sunglasses/eyepatch/examine(mob/user) | ||
// . = ..() | ||
// . += "Use in hands to wear it over your [icon_state == base_icon_state ? "left" : "right"] eye." |
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,41 @@ | ||
/obj/item/clothing/mask/neck_gaiter | ||
name = "neck gaiter" | ||
desc = "A cloth for covering your neck, and usually part of your face too, but that part's optional. Has a small respirator to be used with internals." | ||
actions_types = list(/datum/action/item_action/adjust) | ||
alternate_worn_layer = UNDER_UNIFORM_LAYER | ||
icon_state = "gaiter" | ||
icon = 'modular_doppler/modular_cosmetics/GAGS/icons/obj/face.dmi' | ||
worn_icon = 'modular_doppler/modular_cosmetics/GAGS/icons/mob/face.dmi' | ||
supported_bodyshapes = null | ||
bodyshape_icon_files = null | ||
inhand_icon_state = "balaclava" | ||
greyscale_config = /datum/greyscale_config/neck_gaiter | ||
greyscale_config_worn = /datum/greyscale_config/neck_gaiter/worn | ||
greyscale_colors = "#666666" | ||
clothing_flags = BLOCK_GAS_SMOKE_EFFECT|MASKINTERNALS | ||
w_class = WEIGHT_CLASS_SMALL | ||
flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT | ||
visor_flags = BLOCK_GAS_SMOKE_EFFECT | MASKINTERNALS | ||
visor_flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT | ||
flags_cover = MASKCOVERSMOUTH | ||
visor_flags_cover = MASKCOVERSMOUTH | ||
flags_1 = IS_PLAYER_COLORABLE_1 | ||
interaction_flags_click = NEED_DEXTERITY|ALLOW_RESTING | ||
|
||
/obj/item/clothing/mask/neck_gaiter/attack_self(mob/user) | ||
adjust_visor(user) | ||
|
||
/obj/item/clothing/mask/neck_gaiter/click_alt(mob/user) | ||
adjust_visor(user) | ||
return CLICK_ACTION_SUCCESS | ||
|
||
/obj/item/clothing/mask/neck_gaiter/click_alt_secondary(mob/user) | ||
alternate_worn_layer = (alternate_worn_layer == initial(alternate_worn_layer) ? NONE : initial(alternate_worn_layer)) | ||
user.update_clothing(ITEM_SLOT_MASK) | ||
balloon_alert(user, "wearing [alternate_worn_layer == initial(alternate_worn_layer) ? "below" : "above"] suits") | ||
|
||
/obj/item/clothing/mask/neck_gaiter/examine(mob/user) | ||
. = ..() | ||
. += span_notice("[src] can be worn above or below your suit. Alt-Right-click to toggle.") | ||
. += span_notice("Alt-click [src] to adjust it.") | ||
|
Oops, something went wrong.