mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user