aboutsummaryrefslogtreecommitdiff
path: root/martialarts.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 13:18:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 13:18:23 -0700
commitdd76b82d508f9134c175d40b3915fc2bc5af04d3 (patch)
tree880031d8e5f1c45515bc968b6e15ae1fa5e9c117 /martialarts.json
parentAdd cotton to maid vest to allow reinforcement (diff)
downloadcataclysm-dda-mod_battle-maid-redone-dd76b82d508f9134c175d40b3915fc2bc5af04d3.tar.xz
Fix spacing
Diffstat (limited to 'martialarts.json')
-rw-r--r--martialarts.json115
1 files changed, 58 insertions, 57 deletions
diff --git a/martialarts.json b/martialarts.json
index 8791feb..19c34ea 100644
--- a/martialarts.json
+++ b/martialarts.json
@@ -1,10 +1,10 @@
[
-{
+ {
"type" : "martial_art",
"id" : "style_maid",
"name" : { "str": "Servant's fighting technique" },
"description" : "A secret assassination technique taught to first-class servants. It gives you an elegant appearance, allowing you to dodge and counterattack with style.",
- "initiate": [ "You steady yourself, ready to strike with poise and grace.", "%s appears more steady and composed." ],
+ "initiate": [ "You steady yourself, ready to strike with poise and grace.", "%s appears more steady and composed." ],
"arm_block" : 99,
"leg_block" : 99,
"static_buffs" : [
@@ -15,7 +15,7 @@
"unarmed_allowed" : true,
"melee_allowed" : true,
"flat_bonuses" : [["dodge", 2.0]]
- }
+ }
],
"onmove_buffs": [
{
@@ -34,8 +34,8 @@
["dodge", -4.0]
]
}
- ],
-"ondodge_buffs": [
+ ],
+ "ondodge_buffs": [
{
"id" : "maid_evaded_bonus",
"name" : "Counterattack" ,
@@ -52,58 +52,59 @@
]
}
],
- "techniques" : ["tec_maid_precise",
- "tec_maid_counter",
- "tec_maid_meleecounter",
- "tec_maid_miyage",
- "tec_maid_kyusyu"
- ],
- "weapons": [
- "mop",
- "battle_mop",
- "bagh_nakha",
- "maid_claw",
- "bokken_fake",
- "bokken_inferior",
- "bokken",
- "katana_fake",
- "katana_inferior",
- "katana",
- "tanto_fake",
- "tanto_inferior",
- "tanto",
- "shikomi_stick",
- "shikomi_stick_draw",
- "umbrella",
- "shikomi_kasa",
- "shikomi_kasa_draw",
- "bullwhip",
- "spiked_whip",
- "broom",
- "brutal_broom",
- "knife_butter",
- "knife_steak",
- "knife_butcher",
- "knife_paring",
- "knife_chef",
- "knife_carving",
- "knife_bread",
- "knife_vegetable_cleaver",
- "knife_meat_cleaver",
- "vorpal_kitchen_knife",
- "spoon",
- "fork",
- "carving_fork",
- "spork",
- "foon",
- "chopsticks",
- "ladle",
- "destruction_otama",
- "rolling_pin",
- "pan",
- "steel_pan",
- "copper_pan",
- "slaying_pan"
+ "techniques" : [
+ "tec_maid_precise",
+ "tec_maid_counter",
+ "tec_maid_meleecounter",
+ "tec_maid_miyage",
+ "tec_maid_kyusyu"
+ ],
+ "weapons": [
+ "mop",
+ "battle_mop",
+ "bagh_nakha",
+ "maid_claw",
+ "bokken_fake",
+ "bokken_inferior",
+ "bokken",
+ "katana_fake",
+ "katana_inferior",
+ "katana",
+ "tanto_fake",
+ "tanto_inferior",
+ "tanto",
+ "shikomi_stick",
+ "shikomi_stick_draw",
+ "umbrella",
+ "shikomi_kasa",
+ "shikomi_kasa_draw",
+ "bullwhip",
+ "spiked_whip",
+ "broom",
+ "brutal_broom",
+ "knife_butter",
+ "knife_steak",
+ "knife_butcher",
+ "knife_paring",
+ "knife_chef",
+ "knife_carving",
+ "knife_bread",
+ "knife_vegetable_cleaver",
+ "knife_meat_cleaver",
+ "vorpal_kitchen_knife",
+ "spoon",
+ "fork",
+ "carving_fork",
+ "spork",
+ "foon",
+ "chopsticks",
+ "ladle",
+ "destruction_otama",
+ "rolling_pin",
+ "pan",
+ "steel_pan",
+ "copper_pan",
+ "slaying_pan"
]
}
]