mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Vaurca Augments & Aut'akh Loadout Tweaks (#17193)
* i need CHROME * reverts loadout point cost * revert augment cost change * Update code/modules/organs/subtypes/vaurca.dm --------- Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
co-authored by
Matt Atlas
parent
0234d175e7
commit
575b1789b3
@@ -205,6 +205,7 @@
|
||||
description = "An Aut'akh augment limb, this one is outfitted with a limited toolkit."
|
||||
path = /obj/item/organ/external/hand/right/autakh/tool
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
culture_restriction = list(/singleton/origin_item/culture/autakh)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
cost = 2
|
||||
allowed_roles = list("Engineer", "Chief Engineer", "Atmospheric Technician", "Engineering Apprentice", "Machinist")
|
||||
@@ -215,6 +216,7 @@
|
||||
description = "An Aut'akh augment limb, this one is outfitted with a mining drill."
|
||||
path = /obj/item/organ/external/hand/right/autakh/tool/mining
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
culture_restriction = list(/singleton/origin_item/culture/autakh)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
cost = 2
|
||||
allowed_roles = list("Shaft Miner")
|
||||
@@ -225,6 +227,7 @@
|
||||
description = "An Aut'akh augment limb, this one is outfitted with a health scanner."
|
||||
path = /obj/item/organ/external/hand/right/autakh/medical
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
culture_restriction = list(/singleton/origin_item/culture/autakh)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
cost = 2
|
||||
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "First Responder", "Medical Intern", "Psychiatrist", "Chemist")
|
||||
@@ -235,6 +238,7 @@
|
||||
description = "An Aut'akh augment limb, this one is outfitted with an electroshock weapon."
|
||||
path = /obj/item/organ/external/hand/right/autakh/security
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
culture_restriction = list(/singleton/origin_item/culture/autakh)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
cost = 2
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden")
|
||||
@@ -322,6 +326,7 @@
|
||||
path = /obj/item/organ/internal/anchor
|
||||
cost = 0
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
culture_restriction = list(/singleton/origin_item/culture/autakh)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
|
||||
/datum/gear/augment/autakh/calf_override
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
cost = 5
|
||||
path = /obj/item/organ/internal/augment/tool/combitool/vaurca
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK)
|
||||
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_WARRIOR)
|
||||
|
||||
/datum/gear/augment/vaurcatool/New()
|
||||
..()
|
||||
@@ -255,6 +255,26 @@
|
||||
augs["vaurca integrated toolset, left hand"] = /obj/item/organ/internal/augment/tool/combitool/vaurca/left
|
||||
gear_tweaks += new /datum/gear_tweak/path(augs)
|
||||
|
||||
/datum/gear/augment/vaurcasec
|
||||
display_name = "vaurca integrated electric weapon"
|
||||
description = "A Vaurca-designed robotic hand that can deliver a painful electric shock."
|
||||
cost = 2
|
||||
path = /obj/item/organ/external/hand/right/vaurca/security
|
||||
whitelisted = list(SPECIES_VAURCA_WARRIOR)
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
allowed_roles = list("Security Officer", "Warden")
|
||||
flags = GEAR_NO_SELECTION
|
||||
|
||||
/datum/gear/augment/vaurcamed
|
||||
display_name = "vaurca integrated biological analyser"
|
||||
description = "A Vaurca-designed robotic hand capable of providing a medical scan of a target."
|
||||
cost = 2
|
||||
path = /obj/item/organ/external/hand/right/vaurca/medical
|
||||
whitelisted = list(SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER)
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
allowed_roles = list("Physician", "Surgeon", "First Responder", "Medical Intern", "Psychiatrist", "Chemist")
|
||||
flags = GEAR_NO_SELECTION
|
||||
|
||||
/datum/gear/augment/vaurcamag
|
||||
display_name = "vaurca integrated mag-claws"
|
||||
description = "An integrated magnetic grip system, designed for Vaurcae without easy access to magboots."
|
||||
@@ -262,4 +282,4 @@
|
||||
path = /obj/item/organ/internal/augment/tool/vaurcamag
|
||||
sort_category = "Xenowear - Vaurca"
|
||||
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK)
|
||||
allowed_roles = list("Shaft Miner", "Engineer", "Atmospheric Technician", "Engineering Apprentice", "Xenoarchaeologist")
|
||||
allowed_roles = list("Shaft Miner", "Engineer", "Atmospheric Technician", "Engineering Apprentice", "Xenoarchaeologist")
|
||||
Reference in New Issue
Block a user