Skip to content
Permalink
Tree: 562faf3a23
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
155 lines (154 sloc) 4.15 KB
[
{
"type" : "technique",
"id" : "tec_swordsmanship_grab",
"name" : "grab",
"min_melee" : 3,
"unarmed_allowed" : true,
"melee_allowed" : true,
"down_dur" : 1,
"messages" : [
"You grab %s",
"<npcname> grabs %s"
]
},{
"type" : "technique",
"id" : "tec_swordsmanship_break",
"name" : "grab break",
"min_melee" : 3,
"unarmed_allowed" : true,
"melee_allowed" : true,
"defensive" : true,
"grab_break" : true
},{
"type" : "technique",
"id" : "tec_swordsmanship_counter",
"name" : "displace and counter",
"min_melee" : 4,
"req_buffs" : [
"swordsmanship_counter"
],
"messages" : [
"You displace and counter %s",
"<npcname> displaces and counters %s"
],
"mult_bonuses" : [
["damage", "cut", 1.1],
["movecost", 0.75]
],
"stun_dur" : 1
},{
"type" : "technique",
"id" : "tec_swordsmanship_unterhau",
"name" : "sweeping strike",
"min_melee" : 5,
"crit_tec" : true,
"down_dur" : 2,
"messages" : [
"You trip %s with a sweeping strike",
"<npcname> trips %s with a sweeping strike"
]
},{
"type" : "technique",
"id" : "tec_swordsmanship_zornhau",
"name" : "vicious strike",
"min_melee" : 6,
"crit_tec" : true,
"mult_bonuses" : [
["damage", "bash", 1.5],
["damage", "cut", 1.5],
["damage", "stab", 1.5]
],
"stun_dur" : 1,
"messages" : [
"You hack at %s with a vicious strike",
"<npcname> hack at %s with a vicious strike"
]
},{
"type" : "technique",
"id" : "tec_pankration_kick",
"name" : "kick",
"min_unarmed": 3,
"unarmed_allowed" : true,
"crit_tec" : true,
"messages" : [
"You kick %s",
"<npcname> kicks %s"
],
"stun_dur" : 1
},{
"type" : "technique",
"id" : "tec_pankration_break",
"name" : "grab break",
"min_unarmed" : 3,
"unarmed_allowed" : true,
"melee_allowed" : true,
"defensive" : true,
"grab_break" : true
},{
"type" : "technique",
"id" : "tec_pankration_counter",
"name" : "counter-grab",
"min_unarmed" : 4,
"unarmed_allowed" : true,
"req_buffs" : [
"pankration_counter"
],
"messages" : [
"You counter and grab %s",
"<npcname> counters and grabs %s"
],
"mult_bonuses" : [["movecost", 0.5]],
"stun_dur" : 2,
"down_dur" : 1
},{
"type" : "technique",
"id" : "tec_pankration_disarm",
"name" : "arm lock",
"min_unarmed" : 5,
"unarmed_allowed" : true,
"crit_tec" : true,
"disarms" : true,
"down_dur" : 1,
"req_buffs" : [
"pankration_grappling"
],
"messages" : [
"You put %s in an arm lock",
"<npcname> puts %s in an arm lock"
]
},{
"type" : "technique",
"id" : "tec_pankration_throw",
"name" : "throw",
"min_unarmed" : 6,
"unarmed_allowed" : true,
"crit_tec" : true,
"down_dur" : 1,
"knockback_dist" : 2,
"knockback_spread" : 2,
"req_buffs" : [
"pankration_grappling"
],
"messages" : [
"You throw %s",
"<npcname> throws %s"
]
},{
"type" : "technique",
"id" : "tec_pankration_chokehold",
"name" : "chokehold",
"min_unarmed" : 7,
"unarmed_allowed" : true,
"crit_tec" : true,
"stun_dur" : 3,
"mult_bonuses" : [["damage", "bash", 1.35]],
"req_buffs" : [
"pankration_grappling"
],
"messages" : [
"You put %s in an chokehold",
"<npcname> puts %s in an chokehold"
]
}
]
You can’t perform that action at this time.