[MIRROR] Loadout Tweaks and Additions (#10298)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-04 04:22:36 -07:00
committed by GitHub
parent 066bd68108
commit 03ba0111d0
6 changed files with 34 additions and 35 deletions

View File

@@ -5,12 +5,12 @@
slot = "implant"
exploitable = 1
sort_category = "Cyberware"
cost = 6
cost = 1
/datum/gear/utility/implant/tracking
display_name = "implant, tracking"
path = /obj/item/implant/tracking/weak
cost = 0 //VOREStation Edit. Changed cost to 0
cost = 0
/datum/gear/utility/implant/generic
display_name = "implant, generic, primary"
@@ -28,16 +28,16 @@
..()
gear_tweaks += global.gear_tweak_implant_location
/datum/gear/utility/implant/language
cost = 2
exploitable = 0
/datum/gear/utility/implant/language/eal
/datum/gear/utility/implant/eal
display_name = "vocal synthesizer, EAL"
description = "A surgically implanted vocal synthesizer which allows the owner to speak EAL, if they know it."
path = /obj/item/implant/language/eal
cost = 2
exploitable = 0
/datum/gear/utility/implant/language/skrellian
/datum/gear/utility/implant/skrellian
display_name = "vocal synthesizer, Skrellian"
description = "A surgically implanted vocal synthesizer which allows the owner to speak Common Skrellian, if they know it."
path = /obj/item/implant/language/skrellian
cost = 2
exploitable = 0

View File

@@ -289,20 +289,6 @@
ckeywhitelist = list("cockatricexl")
character_name = list("James Holder")
/datum/gear/fluff/diana_robe
path = /obj/item/clothing/suit/fluff/purp_robes
display_name = "Diana's Robes"
slot = slot_wear_suit
ckeywhitelist = list("cameron653")
character_name = list("Diana Kuznetsova")
/datum/gear/fluff/diana_tiara
path = /obj/item/clothing/head/fluff/pink_tiara
display_name = "Diana's Tiara"
slot = slot_head
ckeywhitelist = list("cameron653")
character_name = list("Diana Kuznetsova")
/datum/gear/fluff/aika_coat
path = /obj/item/clothing/suit/fluff/blue_trimmed_coat
display_name = "Aika's Coat"

View File

@@ -550,3 +550,12 @@ Talon hats
/datum/gear/head/eulrhat
display_name = "Sleek side cap"
path = /obj/item/clothing/head/eulrhat
//Formerly my custom fluff gear, but free to use for anyone, now.
/datum/gear/head/purple_tiara
display_name = "pink tourmaline tiara"
path = /obj/item/clothing/head/fluff/pink_tiara
/datum/gear/head/pirate_hat
display_name = "pirate hat"
path = /obj/item/clothing/head/pirate

View File

@@ -20,12 +20,10 @@
/datum/gear/mask/sterile
display_name = "sterile mask"
path = /obj/item/clothing/mask/surgical
cost = 2
/datum/gear/mask/sterile/white
display_name = "white sterile mask"
path = /obj/item/clothing/mask/surgical/white
cost = 2
/datum/gear/mask/sterile/white/dust
display_name = "dust mask"
@@ -60,13 +58,6 @@
/datum/gear/mask/gaiter
display_name = "neck gaiter selection"
path = /obj/item/clothing/accessory/gaiter
cost = 1
//CHOMPAdd - Put this mask in loadout
/datum/gear/mask/death
display_name = "white mask"
path = /obj/item/clothing/mask/gas/cyborg
cost = 1
/datum/gear/mask/gaiter/New()
..()
@@ -76,6 +67,12 @@
gaiters[initial(gaiter_type.name)] = gaiter_type
gear_tweaks += new/datum/gear_tweak/path(sortTim(gaiters, GLOBAL_PROC_REF(cmp_text_asc)))
//CHOMPAdd - Put this mask in loadout
/datum/gear/mask/death
display_name = "cyborg visor" //This was named 'white mask' before when it's...Not. It's literally a cyborg visor gas mask.
path = /obj/item/clothing/mask/gas/cyborg
cost = 3 ///Because it functions as a gas mask, and therefore has a mechanical advantage.
/datum/gear/mask/lace
display_name = "lace veil"
path = /obj/item/clothing/mask/lacemask
@@ -90,7 +87,6 @@
/datum/gear/mask/wrestling
display_name = "wrestling mask"
path = /obj/item/clothing/mask/luchador/colorable
cost = 1
/datum/gear/mask/wrestling/New()
gear_tweaks += gear_tweak_free_color_choice

View File

@@ -4,7 +4,7 @@
path = /obj/item/clothing/suit/storage/apron
slot = slot_wear_suit
sort_category = "Suits and Overwear"
cost = 2
cost = 1
/datum/gear/suit/apron_white
display_name = "apron, colorable"
@@ -828,7 +828,6 @@
/datum/gear/suit/roles/labcoat_old
display_name = "labcoat selection, department, oldschool"
path = /obj/item/clothing/suit/storage/toggle/labcoat/old/tox
cost = 2
/datum/gear/suit/roles/labcoat_old/New()
..()
@@ -1146,3 +1145,12 @@ Talon winter coat
/datum/gear/suit/martianminer
display_name = "martian miner's coat, basic"
path = /obj/item/clothing/suit/storage/vest/martian_miner
//Formerly my custom fluff gear, but free to use for anyone, now.
/datum/gear/suit/purple_robes
display_name = "purple robes"
path = /obj/item/clothing/suit/fluff/purp_robes
/datum/gear/suit/pirate_coat
display_name = "pirate coat"
path = /obj/item/clothing/suit/pirate