mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
[MIRROR] Loadout Tweaks and Additions (#10298)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
066bd68108
commit
03ba0111d0
@@ -5,12 +5,12 @@
|
|||||||
slot = "implant"
|
slot = "implant"
|
||||||
exploitable = 1
|
exploitable = 1
|
||||||
sort_category = "Cyberware"
|
sort_category = "Cyberware"
|
||||||
cost = 6
|
cost = 1
|
||||||
|
|
||||||
/datum/gear/utility/implant/tracking
|
/datum/gear/utility/implant/tracking
|
||||||
display_name = "implant, tracking"
|
display_name = "implant, tracking"
|
||||||
path = /obj/item/implant/tracking/weak
|
path = /obj/item/implant/tracking/weak
|
||||||
cost = 0 //VOREStation Edit. Changed cost to 0
|
cost = 0
|
||||||
|
|
||||||
/datum/gear/utility/implant/generic
|
/datum/gear/utility/implant/generic
|
||||||
display_name = "implant, generic, primary"
|
display_name = "implant, generic, primary"
|
||||||
@@ -28,16 +28,16 @@
|
|||||||
..()
|
..()
|
||||||
gear_tweaks += global.gear_tweak_implant_location
|
gear_tweaks += global.gear_tweak_implant_location
|
||||||
|
|
||||||
/datum/gear/utility/implant/language
|
/datum/gear/utility/implant/eal
|
||||||
cost = 2
|
|
||||||
exploitable = 0
|
|
||||||
|
|
||||||
/datum/gear/utility/implant/language/eal
|
|
||||||
display_name = "vocal synthesizer, EAL"
|
display_name = "vocal synthesizer, EAL"
|
||||||
description = "A surgically implanted vocal synthesizer which allows the owner to speak EAL, if they know it."
|
description = "A surgically implanted vocal synthesizer which allows the owner to speak EAL, if they know it."
|
||||||
path = /obj/item/implant/language/eal
|
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"
|
display_name = "vocal synthesizer, Skrellian"
|
||||||
description = "A surgically implanted vocal synthesizer which allows the owner to speak Common Skrellian, if they know it."
|
description = "A surgically implanted vocal synthesizer which allows the owner to speak Common Skrellian, if they know it."
|
||||||
path = /obj/item/implant/language/skrellian
|
path = /obj/item/implant/language/skrellian
|
||||||
|
cost = 2
|
||||||
|
exploitable = 0
|
||||||
|
|||||||
@@ -289,20 +289,6 @@
|
|||||||
ckeywhitelist = list("cockatricexl")
|
ckeywhitelist = list("cockatricexl")
|
||||||
character_name = list("James Holder")
|
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
|
/datum/gear/fluff/aika_coat
|
||||||
path = /obj/item/clothing/suit/fluff/blue_trimmed_coat
|
path = /obj/item/clothing/suit/fluff/blue_trimmed_coat
|
||||||
display_name = "Aika's Coat"
|
display_name = "Aika's Coat"
|
||||||
|
|||||||
@@ -550,3 +550,12 @@ Talon hats
|
|||||||
/datum/gear/head/eulrhat
|
/datum/gear/head/eulrhat
|
||||||
display_name = "Sleek side cap"
|
display_name = "Sleek side cap"
|
||||||
path = /obj/item/clothing/head/eulrhat
|
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
|
||||||
|
|||||||
@@ -20,12 +20,10 @@
|
|||||||
/datum/gear/mask/sterile
|
/datum/gear/mask/sterile
|
||||||
display_name = "sterile mask"
|
display_name = "sterile mask"
|
||||||
path = /obj/item/clothing/mask/surgical
|
path = /obj/item/clothing/mask/surgical
|
||||||
cost = 2
|
|
||||||
|
|
||||||
/datum/gear/mask/sterile/white
|
/datum/gear/mask/sterile/white
|
||||||
display_name = "white sterile mask"
|
display_name = "white sterile mask"
|
||||||
path = /obj/item/clothing/mask/surgical/white
|
path = /obj/item/clothing/mask/surgical/white
|
||||||
cost = 2
|
|
||||||
|
|
||||||
/datum/gear/mask/sterile/white/dust
|
/datum/gear/mask/sterile/white/dust
|
||||||
display_name = "dust mask"
|
display_name = "dust mask"
|
||||||
@@ -60,13 +58,6 @@
|
|||||||
/datum/gear/mask/gaiter
|
/datum/gear/mask/gaiter
|
||||||
display_name = "neck gaiter selection"
|
display_name = "neck gaiter selection"
|
||||||
path = /obj/item/clothing/accessory/gaiter
|
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()
|
/datum/gear/mask/gaiter/New()
|
||||||
..()
|
..()
|
||||||
@@ -76,6 +67,12 @@
|
|||||||
gaiters[initial(gaiter_type.name)] = gaiter_type
|
gaiters[initial(gaiter_type.name)] = gaiter_type
|
||||||
gear_tweaks += new/datum/gear_tweak/path(sortTim(gaiters, GLOBAL_PROC_REF(cmp_text_asc)))
|
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
|
/datum/gear/mask/lace
|
||||||
display_name = "lace veil"
|
display_name = "lace veil"
|
||||||
path = /obj/item/clothing/mask/lacemask
|
path = /obj/item/clothing/mask/lacemask
|
||||||
@@ -90,7 +87,6 @@
|
|||||||
/datum/gear/mask/wrestling
|
/datum/gear/mask/wrestling
|
||||||
display_name = "wrestling mask"
|
display_name = "wrestling mask"
|
||||||
path = /obj/item/clothing/mask/luchador/colorable
|
path = /obj/item/clothing/mask/luchador/colorable
|
||||||
cost = 1
|
|
||||||
|
|
||||||
/datum/gear/mask/wrestling/New()
|
/datum/gear/mask/wrestling/New()
|
||||||
gear_tweaks += gear_tweak_free_color_choice
|
gear_tweaks += gear_tweak_free_color_choice
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
path = /obj/item/clothing/suit/storage/apron
|
path = /obj/item/clothing/suit/storage/apron
|
||||||
slot = slot_wear_suit
|
slot = slot_wear_suit
|
||||||
sort_category = "Suits and Overwear"
|
sort_category = "Suits and Overwear"
|
||||||
cost = 2
|
cost = 1
|
||||||
|
|
||||||
/datum/gear/suit/apron_white
|
/datum/gear/suit/apron_white
|
||||||
display_name = "apron, colorable"
|
display_name = "apron, colorable"
|
||||||
@@ -828,7 +828,6 @@
|
|||||||
/datum/gear/suit/roles/labcoat_old
|
/datum/gear/suit/roles/labcoat_old
|
||||||
display_name = "labcoat selection, department, oldschool"
|
display_name = "labcoat selection, department, oldschool"
|
||||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/old/tox
|
path = /obj/item/clothing/suit/storage/toggle/labcoat/old/tox
|
||||||
cost = 2
|
|
||||||
|
|
||||||
/datum/gear/suit/roles/labcoat_old/New()
|
/datum/gear/suit/roles/labcoat_old/New()
|
||||||
..()
|
..()
|
||||||
@@ -1146,3 +1145,12 @@ Talon winter coat
|
|||||||
/datum/gear/suit/martianminer
|
/datum/gear/suit/martianminer
|
||||||
display_name = "martian miner's coat, basic"
|
display_name = "martian miner's coat, basic"
|
||||||
path = /obj/item/clothing/suit/storage/vest/martian_miner
|
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
|
||||||
|
|||||||
@@ -505,7 +505,7 @@
|
|||||||
flags_inv = HIDEJUMPSUIT|HIDETIE|HIDEHOLSTER
|
flags_inv = HIDEJUMPSUIT|HIDETIE|HIDEHOLSTER
|
||||||
|
|
||||||
/obj/item/clothing/head/fluff/pink_tiara
|
/obj/item/clothing/head/fluff/pink_tiara
|
||||||
name = "Pink Tourmaline Tiara"
|
name = "pink tourmaline tiara"
|
||||||
desc = "A small, steel tiara with a large, pink tourmaline gem in the center."
|
desc = "A small, steel tiara with a large, pink tourmaline gem in the center."
|
||||||
icon_state = "amp"
|
icon_state = "amp"
|
||||||
body_parts_covered = 0
|
body_parts_covered = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user