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>
This commit is contained in:
RustingWithYou
2024-03-11 09:29:52 +00:00
committed by GitHub
co-authored by Ben
parent d89fe4040b
commit 5b17c8433b
7 changed files with 76 additions and 1 deletions
+24
View File
@@ -21,3 +21,27 @@
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