Files
Aurora.3/code/modules/martial_arts/swordsmanship.dm
Alberyk 15bfb052d7 Martial arts improvements and additions (#6094)
-adds framework for weapons based martial arts, implementing a very basic swordsmanship
-makes the martial art books more modular
-fixes some minor issues with some of the martial art code
-adds amohdan swordsmen gear, to be used in a future event/sold by the merchant
- fixes #6083
2019-03-10 23:38:00 +02:00

12 lines
489 B
Plaintext

/datum/martial_art/swordsmanship
name = "Swordsmanship"
weapon_affinity = /obj/item/weapon/material/sword
parry_multiplier = 2
possible_weapons = list(/obj/item/weapon/material/sword, /obj/item/weapon/material/sword/katana, /obj/item/weapon/material/sword/rapier)
/obj/item/martial_manual/swordsmanship
name = "swordsmanship manual"
desc = "A manual containing basic swordsmanship instruction and techniques."
icon_state ="rulebook"
martial_art = /datum/martial_art/swordsmanship