mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Changes the price of faction kits in the uplink, with the group kits remaining more expensive due to the power of the additional equipment. Feedback thread linked shortly. Feedback: https://forums.aurorastation.org/topic/14932-make-gimmick-kits-cheaper/
68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
/datum/uplink_item/item/gear_loadout
|
|
category = /datum/uplink_category/gear_loadout
|
|
item_cost = 70
|
|
|
|
/datum/uplink_item/item/gear_loadout/coalition
|
|
name = "Coalition of Colonies Assets (Group)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/coalition
|
|
|
|
/datum/uplink_item/item/gear_loadout/coalition_single
|
|
name = "Coalition of Colonies Assets (Single)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/coalition_single
|
|
item_cost = 15
|
|
|
|
/datum/uplink_item/item/gear_loadout/eridani
|
|
name = "Eridani Corporate Federation Assets (Group)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/eridani
|
|
|
|
/datum/uplink_item/item/gear_loadout/eridani_single
|
|
name = "Eridani Corporate Federation Assets (Single)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/eridani_single
|
|
item_cost = 15
|
|
|
|
/datum/uplink_item/item/gear_loadout/elyra
|
|
name = "Serene Republic of Elyra Assets (Group)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/elyra
|
|
|
|
/datum/uplink_item/item/gear_loadout/elyra_single
|
|
name = "Serene Republic of Elyra Assets (Single)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/elyra_single
|
|
item_cost = 15
|
|
|
|
/datum/uplink_item/item/gear_loadout/elyra
|
|
name = "Serene Republic of Elyra Assets (Group)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/elyra
|
|
|
|
/datum/uplink_item/item/gear_loadout/elyra_single
|
|
name = "Serene Republic of Elyra Assets (Single)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/elyra_single
|
|
item_cost = 15
|
|
|
|
/datum/uplink_item/item/gear_loadout/sol
|
|
name = "Sol Alliance Assets (Group)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/sol
|
|
|
|
/datum/uplink_item/item/gear_loadout/sol_single
|
|
name = "Sol Alliance Assets (Single)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/sol_single
|
|
item_cost = 15
|
|
|
|
/datum/uplink_item/item/gear_loadout/dominia
|
|
name = "Empire of Dominia Assets (Group)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/dominia
|
|
|
|
/datum/uplink_item/item/gear_loadout/dominia_single
|
|
name = "Empire of Dominia Assets (Single)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/dominia/single
|
|
item_cost = 15
|
|
|
|
/datum/uplink_item/item/gear_loadout/cowboys
|
|
name = "Frontier Cowboys (Group)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/ram_ranch
|
|
item_cost = 50
|
|
|
|
/datum/uplink_item/item/gear_loadout/cowboy_single
|
|
name = "Frontier Cowboy (Single)"
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/ram_ranch/single
|
|
item_cost = 10
|