From bf09f2b10d4d910089a67a4f01438f6faa2da4d8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 28 Jul 2020 16:04:23 -0700 Subject: Initial commit --- techniques.json | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 techniques.json (limited to 'techniques.json') diff --git a/techniques.json b/techniques.json new file mode 100644 index 0000000..6372c45 --- /dev/null +++ b/techniques.json @@ -0,0 +1,97 @@ +[ + { + "type" : "technique", + "id" : "tec_maid_precise", + "name" : "Assassination", + "min_melee" : 3, + "unarmed_allowed" : true, + "melee_allowed" : true, + "crit_tec" : true, + "messages" : [ + "You strike %s from the shadows", + " strikes %s from the shadows" + ], + "stun_dur" : 2, + "mult_bonuses" : [ + ["damage", "bash", 1.20], + ["damage", "cut", 1.20], + ["damage", "stab", 1.20] + ] + }, + { + "type" : "technique", + "id" : "tec_maid_counter", + "name" : "Abandonment", + "min_unarmed" : 5, + "dodge_counter" : true, + "unarmed_allowed" : true, + "stun_dur" : 1, + "messages" : [ + "You cancelled the strike from %s", + " cancles the strike from %s" + ], + "mult_bonuses" : [["movecost", 0.0]], + "flat_bonuses" : [["movecost", 33]] + }, + { + "type" : "technique", + "id" : "tec_maid_meleecounter", + "name" : "Removal", + "min_melee" : 5, + "dodge_counter" : true, + "block_counter" : true, + "melee_allowed" : true, + "down_dur" : 1, + "knockback_dist" : 1, + "aoe" : "spin", + "messages" : [ + "You dodged the strike and hit %s and everything around it", + " dodges the strike from %s and hits everything around it" + ], + "mult_bonuses" : [["movecost", 0.0]], + "flat_bonuses" : [["movecost", 50]] + }, + { + "type" : "technique", + "id" : "tec_maid_miyage", + "name" : "Maid's Offering", + "min_melee" : 6, + "melee_allowed" : true, + "req_buffs" : ["maid_evaded_bonus"], + "crit_tec" : true, + "down_dur" : 1, + "knockback_dist" : 1, + "messages" : [ + "%s receives the offering of pain", + " offers %s pain" + ], + "mult_bonuses" : [ + ["damage", "bash", 2.50], + ["damage", "cut", 2.50], + ["damage", "stab", 2.50] + ] + }, + { + "type" : "technique", + "id" : "tec_maid_kyusyu", + "name" : "Assault", + "min_unarmed" : 6, + "unarmed_allowed" : true, + "crit_tec" : true, + "req_buffs" : ["maid_moved"], + "down_dur" : 3, + "knockback_dist" : 2, + "messages" : [ + "You assault %s", + " assaults %s" + ], + "flat_bonuses" : [ + ["arpen", "bash", 5] + ], + "mult_bonuses" : [ + ["damage", "bash", 1.75], + ["damage", "cut", 1.75], + ["damage", "stab", 1.75] + ] + } +] \ No newline at end of file -- cgit v1.2.1