mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
* species martial arts * DMDoc * Update code/datums/uplink/martial_arts.dm Co-authored-by: Ben <91219575+Ben10083@users.noreply.github.com> Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com> --------- Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com> Co-authored-by: Ben <91219575+Ben10083@users.noreply.github.com>
48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
/datum/uplink_item/item/martial_arts
|
|
category = /datum/uplink_category/martial_arts
|
|
|
|
/datum/uplink_item/item/martial_arts/solcom
|
|
name = "SolCom"
|
|
telecrystal_cost = 2
|
|
path = /obj/item/martial_manual
|
|
|
|
/datum/uplink_item/item/martial_arts/wrestling
|
|
name = "Wrestling"
|
|
telecrystal_cost = 2
|
|
path = /obj/item/martial_manual/wrestling
|
|
|
|
/datum/uplink_item/item/martial_arts/swordsmanship
|
|
name = "Swordsmanship"
|
|
telecrystal_cost = 2
|
|
path = /obj/item/martial_manual/swordsmanship
|
|
|
|
/datum/uplink_item/item/martial_arts/gun_kata
|
|
name = "Gun-Kata"
|
|
desc = "A manual containing basic Gun-Kata instruction and techniques. This is for projectile weapons, allowing you to reload by using a gun on a magazine, and automatically ejecting the magazine when it's empty."
|
|
telecrystal_cost = 1
|
|
path = /obj/item/martial_manual/gun_kata
|
|
|
|
/datum/uplink_item/item/martial_arts/skrell
|
|
name = "Karak Virul"
|
|
desc = "A manual containing instructions on the Skrellian martial art of Karak Virul. Only usable by Skrell."
|
|
telecrystal_cost = 2
|
|
path = /obj/item/martial_manual/skrell
|
|
|
|
/datum/uplink_item/item/martial_arts/tajara
|
|
name = "Baghrar"
|
|
desc = "A manual containing instructions on the Tajaran martial art of Baghrar. Only usable by Tajara."
|
|
telecrystal_cost = 2
|
|
path = /obj/item/martial_manual/tajara
|
|
|
|
/datum/uplink_item/item/martial_arts/unathi
|
|
name = "Kis-Khan"
|
|
desc = "A manual containing instructions on the Unathi martial art of Kis-Khan. Only usable by Unathi."
|
|
telecrystal_cost = 2
|
|
path = /obj/item/martial_manual/unathi
|
|
|
|
/datum/uplink_item/item/martial_arts/vaurca
|
|
name = "Vk'utet"
|
|
desc = "A data disk containing instructions on the Vaurca martial art of Vk'utet. Only usable by Vaurca."
|
|
telecrystal_cost = 2
|
|
path = /obj/item/martial_manual/vaurca
|