Skip to content

Commit

Permalink
[MIRROR] [MODULAR] Donator item for CosmicLAER (#4899)
Browse files Browse the repository at this point in the history
* [MODULAR] Donator item for CosmicLAER (#4193)

* Donator item for CosmicLAER

* Migrating item to dono file

* Apply suggestions from code review

Co-authored-by: GoldenAlpharex <[email protected]>

* Apply suggestions from code review

Co-authored-by: Bloop <[email protected]>

---------

Co-authored-by: GoldenAlpharex <[email protected]>
Co-authored-by: Bloop <[email protected]>

* [MIRROR] [MODULAR] Donator item for CosmicLAER

---------

Co-authored-by: CliffracerX <[email protected]>
Co-authored-by: GoldenAlpharex <[email protected]>
Co-authored-by: Bloop <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
5 people authored Aug 7, 2024
1 parent 3ed2913 commit b40d35d
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
Binary file modified modular_nova/master_files/icons/donator/mob/clothing/uniform.dmi
Binary file not shown.
Binary file modified modular_nova/master_files/icons/donator/obj/clothing/uniform.dmi
Binary file not shown.
10 changes: 10 additions & 0 deletions modular_nova/modules/GAGS/greyscale_configs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,16 @@
name = "christmas_male (Worn, Digi)"
icon_file = 'modular_nova/master_files/icons/mob/clothing/under/costume_digi.dmi'

//HALF-LEOTARD (DONATOR)
/datum/greyscale_config/half_leotard
name = "One-Sleeved Leotard"
icon_file = 'modular_nova/master_files/icons/donator/obj/clothing/uniform.dmi'
json_config = 'modular_nova/modules/GAGS/json_configs/fancy_under/half_leotard.json'

/datum/greyscale_config/half_leotard/worn
name = "One-Sleeved Leotard (Worn)"
icon_file = 'modular_nova/master_files/icons/donator/mob/clothing/uniform.dmi'

//RELIGIOUS COSTUMES (MONK HABIT, ETC)
/datum/greyscale_config/monk_habit
name = "Monk Habit"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"half_leotard": [
{
"type": "icon_state",
"icon_state": "half_leotard",
"blend_mode": "overlay",
"color_ids": [ 1 ]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2159,3 +2159,15 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32)
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
slot_flags = ITEM_SLOT_OCLOTHING|ITEM_SLOT_NECK
icon_state = "eldercoat"

//donator reward for cosmiclaer
/obj/item/clothing/under/pants/half_leotard_cosmiclaer
name = "one-sleeved leotard"
desc = "A fancy, top-of-the-line leotard that some barbarian lopped one of the arms off of."
icon_state = "half_leotard"
greyscale_config = /datum/greyscale_config/half_leotard
greyscale_config_worn = /datum/greyscale_config/half_leotard/worn
greyscale_colors = "#80C7D0"
flags_1 = IS_PLAYER_COLORABLE_1
supports_variations_flags = NONE
body_parts_covered = CHEST|ARM_RIGHT|HAND_RIGHT|GROIN
Original file line number Diff line number Diff line change
Expand Up @@ -855,3 +855,8 @@
name = "Riva Family Cookbook"
item_path = /obj/item/book/granter/crafting_recipe/mrsanderp_donator_cookbook
ckeywhitelist = list("mrsanderp")

/datum/loadout_item/under/jumpsuit/half_leotard
name = "One-Sleeved Leotard"
item_path = /obj/item/clothing/under/pants/half_leotard_cosmiclaer
ckeywhitelist = list("cosmiclaer")

0 comments on commit b40d35d

Please sign in to comment.