mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
86 lines
2.6 KiB
Plaintext
86 lines
2.6 KiB
Plaintext
/***********
|
|
* Implants *
|
|
***********/
|
|
/datum/uplink_item/item/implants
|
|
category = /datum/uplink_category/implants
|
|
|
|
/datum/uplink_item/item/implants/imp_freedom
|
|
name = "Freedom Implant"
|
|
item_cost = 30
|
|
path = /obj/item/storage/box/syndie_kit/imp_freedom
|
|
|
|
/datum/uplink_item/item/implants/imp_compress
|
|
name = "Compressed Matter Implant"
|
|
item_cost = 30
|
|
path = /obj/item/storage/box/syndie_kit/imp_compress
|
|
|
|
/datum/uplink_item/item/implants/imp_explosive
|
|
name = "Explosive Implant (DANGER!)"
|
|
item_cost = 60
|
|
path = /obj/item/storage/box/syndie_kit/imp_explosive
|
|
|
|
/datum/uplink_item/item/implants/imp_uplink
|
|
name = "Uplink Implant" //Original name: "Uplink Implant (Contains 5 Telecrystals)"
|
|
item_cost = 50 //Original cost: 10
|
|
path = /obj/item/storage/box/syndie_kit/imp_uplink
|
|
|
|
/datum/uplink_item/item/implants/imp_shades
|
|
name = "Integrated Thermal-Shades Implant"
|
|
item_cost = 80
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug
|
|
|
|
/datum/uplink_item/item/implants/imp_taser
|
|
name = "Integrated Taser Implant"
|
|
item_cost = 30
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/taser
|
|
|
|
/datum/uplink_item/item/implants/imp_laser
|
|
name = "Integrated Laser Implant"
|
|
item_cost = 50
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/laser
|
|
|
|
/datum/uplink_item/item/implants/imp_dart
|
|
name = "Integrated Dart Implant"
|
|
item_cost = 60
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/dart
|
|
|
|
/datum/uplink_item/item/implants/imp_toolkit
|
|
name = "Integrated Toolkit Implant"
|
|
item_cost = 80
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/toolkit
|
|
|
|
/datum/uplink_item/item/implants/imp_medkit
|
|
name = "Integrated Medkit Implant"
|
|
item_cost = 60
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/medkit
|
|
|
|
/datum/uplink_item/item/implants/imp_analyzer
|
|
name = "Integrated Research Scanner Implant"
|
|
item_cost = 20
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/analyzer
|
|
|
|
/datum/uplink_item/item/implants/imp_sword
|
|
name = "Integrated Sword Implant"
|
|
item_cost = 40
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/sword
|
|
|
|
/datum/uplink_item/item/implants/imp_sprinter
|
|
name = "Integrated Sprinter Implant"
|
|
item_cost = 40
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/sprinter
|
|
|
|
/datum/uplink_item/item/implants/imp_sprinter
|
|
name = "Integrated Surge Implant"
|
|
item_cost = 40
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/surge
|
|
|
|
/datum/uplink_item/item/implants/imp_armblade
|
|
name = "Integrated Armblade Implant"
|
|
item_cost = 40
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/armblade
|
|
|
|
/datum/uplink_item/item/implants/imp_handblade
|
|
name = "Integrated Handblade Implant"
|
|
item_cost = 25
|
|
path = /obj/item/storage/box/syndie_kit/imp_aug/handblade
|