mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
74ac32c41b
* Added ceres lance gear to the uplink, aswell as a bunker suit variation with standard hardsuit stats. <img width="346" height="220" alt="image" src="https://github.com/user-attachments/assets/27a58828-6f73-439f-8b7d-1e261608f664" /> --------- Co-authored-by: Big Rat <lienesica@gmail.com>
239 lines
11 KiB
Plaintext
239 lines
11 KiB
Plaintext
/datum/uplink_item/item/gear_loadout
|
|
category = /datum/uplink_category/gear_loadout
|
|
telecrystal_cost = 35
|
|
|
|
/datum/uplink_item/item/gear_loadout/coalition
|
|
name = "Coalition of Colonies Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and the hardsuit are only usable by humans, skrell, tajara, and IPCs."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/coalition
|
|
|
|
/datum/uplink_item/item/gear_loadout/coalition_single
|
|
name = "Coalition of Colonies Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by humans, skrell, tajara, and IPCs."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/coalition_single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/eridani
|
|
name = "Eridani Corporate Federation Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and the hardsuit are only usable by humans."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/eridani
|
|
|
|
/datum/uplink_item/item/gear_loadout/eridani_single
|
|
name = "Eridani Corporate Federation Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by humans."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/eridani_single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/elyra
|
|
name = "Serene Republic of Elyra Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and the hardsuit are only usable by humans."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/elyra
|
|
|
|
/datum/uplink_item/item/gear_loadout/elyra_single
|
|
name = "Serene Republic of Elyra Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by humans."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/elyra_single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/sol
|
|
name = "Sol Alliance Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and the hardsuit are only usable by humans."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/sol
|
|
|
|
/datum/uplink_item/item/gear_loadout/sol_single
|
|
name = "Sol Alliance Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by humans."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/sol_single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/dominia
|
|
name = "Empire of Dominia Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and the hardsuit are only usable by humans and Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/dominia
|
|
|
|
/datum/uplink_item/item/gear_loadout/dominia_single
|
|
name = "Empire of Dominia Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by humans and Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/dominia/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/ceres
|
|
name = "Ceres Lance Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits are only usable by humans and unathi. The hardsuit is only usable by humans."
|
|
path = /obj/structure/closet/crate/gear_loadout/ceres
|
|
|
|
/datum/uplink_item/item/gear_loadout/ceres_single
|
|
name = "Ceres Lance Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by humans and unathi."
|
|
path = /obj/structure/closet/crate/gear_loadout/ceres/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/cowboys
|
|
name = "Frontier Cowboys (Group)"
|
|
desc = "A crate containing gear for a group. Yeehaw."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/frontier_cowboys
|
|
telecrystal_cost = 15
|
|
|
|
/datum/uplink_item/item/gear_loadout/cowboy_single
|
|
name = "Frontier Cowboy (Single)"
|
|
desc = "A crate containing gear for a single individual. Yeehaw."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/frontier_cowboys/single
|
|
telecrystal_cost = 5
|
|
|
|
/datum/uplink_item/item/gear_loadout/kosmostrelki
|
|
name = "Kosmostrelki Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and the hardsuit are only usable by Tajara."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/kosmostrelki
|
|
|
|
/datum/uplink_item/item/gear_loadout/kosmostrelki_single
|
|
name = "Kosmostrelki Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by Tajara."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/kosmostrelki/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/legion
|
|
name = "Tau Ceti Foreign Legion Assets (Group)"
|
|
desc = "A crate containing gear for a group. The hardsuits are usable by all species except vaurcan bulwarks and breeders."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/legion
|
|
|
|
/datum/uplink_item/item/gear_loadout/legion_single
|
|
name = "Tau Ceti Foreign Legion Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The hardsuit is usable by all species except vaurcan bulwarks and breeders."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/legion/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/einstein
|
|
name = "Einstein Engines Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and hardsuit are only usable by humans."
|
|
path = /obj/structure/closet/crate/gear_loadout/einstein
|
|
|
|
/datum/uplink_item/item/gear_loadout/einstein_single
|
|
name = "Einstein Engines Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by humans."
|
|
path = /obj/structure/closet/crate/gear_loadout/einstein/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/izweski
|
|
name = "Izweski Hegemony Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits are only usable by Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/hegemony
|
|
|
|
/datum/uplink_item/item/gear_loadout/izweski_single
|
|
name = "Izweski Hegemony Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/hegemony/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/kataphract
|
|
name = "Kataphract Knight Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and hardsuit are only usable by Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/kataphract
|
|
|
|
/datum/uplink_item/item/gear_loadout/kataphract_single
|
|
name = "Kataphract Knight Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/kataphract/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/unathi_pirate
|
|
name = "Unathi Pirate Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits are only usable by Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/unathi_pirate
|
|
|
|
/datum/uplink_item/item/gear_loadout/unathi_pirate_single
|
|
name = "Unathi Pirate Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/unathi_pirate/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/pvsm
|
|
name = "People's Volunteer Spacer Militia Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits are only usable by Tajara."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/pvsm
|
|
|
|
/datum/uplink_item/item/gear_loadout/pvsm_single
|
|
name = "People's Volunteer Spacer Militia Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by Tajara."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/pvsm/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/nanotrasen
|
|
name = "NanoTrasen Assets (Group)"
|
|
desc = "A crate containing gear for a group. The hardsuits are are only usable by humans and skrell."
|
|
path = /obj/structure/closet/crate/gear_loadout/nanotrasen
|
|
telecrystal_cost = 35
|
|
|
|
/datum/uplink_item/item/gear_loadout/nanotrasen_single
|
|
name = "NanoTrasen Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The hardsuit is only usable by humans and skrell."
|
|
path = /obj/structure/closet/crate/gear_loadout/nanotrasen/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/hammertail
|
|
name = "Hammertail Smiths Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits are are only usable by Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/hammertail
|
|
|
|
/datum/uplink_item/item/gear_loadout/hammertail_single
|
|
name = "Hammertail Smiths Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by Unathi."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/hammertail/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/qukala
|
|
name = "Qukala Assets (Group)"
|
|
desc = "A crate containing gear for a group. The voidsuits and hardsuit are only usable by Skrell."
|
|
path = /obj/structure/closet/crate/gear_loadout/qukala
|
|
|
|
/datum/uplink_item/item/gear_loadout/qukala_single
|
|
name = "Qukala Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. The voidsuit is only usable by Skrell."
|
|
path = /obj/structure/closet/crate/gear_loadout/qukala/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/imperial_army
|
|
name = "Imperial Army Assets (Group)"
|
|
desc = "A crate containing gear for a group."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/imperial_army
|
|
telecrystal_cost = 35
|
|
|
|
/datum/uplink_item/item/gear_loadout/imperial_army_single
|
|
name = "Imperial Army Assets (Single)"
|
|
desc = "A crate containing gear for a single individual."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/imperial_army/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/tcaf
|
|
name = "Tau Ceti Armed Forces Assets (Group)"
|
|
desc = "A crate containing gear for a group."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/tcaf
|
|
telecrystal_cost = 35
|
|
|
|
/datum/uplink_item/item/gear_loadout/tcaf_single
|
|
name = "Tau Ceti Armed Forces Assets (Single)"
|
|
desc = "A crate containing gear for a single individual."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/tcaf/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/exclusionist
|
|
name = "Exclusionist Assets (Group)"
|
|
desc = "A crate containing gear for a group."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/exclusionist
|
|
|
|
/datum/uplink_item/item/gear_loadout/exclusionist_single
|
|
name = "Exclusionist Assets (Single)"
|
|
desc = "A crate containing gear for a single individual."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/exclusionist/single
|
|
telecrystal_cost = 10
|
|
|
|
/datum/uplink_item/item/gear_loadout/hoplan
|
|
name = "Golden Deep Hoplan Assets (Group)"
|
|
desc = "A crate containing gear for a group. Includes merchant clothes as well. Recommended for IPCs."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/hoplan
|
|
|
|
/datum/uplink_item/item/gear_loadout/exclusionist_single
|
|
name = "Golden Deep Hoplan Assets (Single)"
|
|
desc = "A crate containing gear for a single individual. Recommended for IPCs."
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/hoplan/single
|
|
telecrystal_cost = 10
|