Files
Aurora.3/code/datums/uplink/martial_arts.dm
T
5b17c8433b Adds Species Martial Arts to Uplink (#18613)
* 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>
2024-03-11 09:29:52 +00:00

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