summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-20 14:11:35 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-20 14:11:35 -0800
commit3bab76c9c7d7bda4f3ae16a58444a6e947327cf1 (patch)
tree1193b1b50f6253ef79633ee6b435790c779e9dc7
parentAdd Niten Ichi-Ryu (diff)
downloadcataclysm-bn-mod_martial-arts-update-3bab76c9c7d7bda4f3ae16a58444a6e947327cf1.tar.xz
Typos
-rw-r--r--martialarts/aikido.json9
-rw-r--r--martialarts/barbaran.json (renamed from martialarts/barbaran-montante.json)0
-rw-r--r--martialarts/brawling.json2
-rw-r--r--martialarts/taichi.json4
-rw-r--r--techniques/barbaran.json (renamed from techniques/barbaran-montante.json)2
5 files changed, 12 insertions, 5 deletions
diff --git a/martialarts/aikido.json b/martialarts/aikido.json
index f428c76..555cedb 100644
--- a/martialarts/aikido.json
+++ b/martialarts/aikido.json
@@ -81,6 +81,13 @@
"tec_aikido_dodgethrow",
"tec_aikido_blockthrow"
],
- "weapons": [ "bagh_nakha", "bio_claws_weapon", "cestus", "knuckle_brass", "knuckle_nail", "knuckle_steel", "knuckle_steel_forged" ]
+ "weapons": [
+ "bagh_nakha",
+ "bio_claws_weapon",
+ "cestus",
+ "knuckle_brass",
+ "knuckle_nail",
+ "knuckle_steel"
+ ]
}
]
diff --git a/martialarts/barbaran-montante.json b/martialarts/barbaran.json
index b9d58e1..b9d58e1 100644
--- a/martialarts/barbaran-montante.json
+++ b/martialarts/barbaran.json
diff --git a/martialarts/brawling.json b/martialarts/brawling.json
index 8a9c28d..78ef1e6 100644
--- a/martialarts/brawling.json
+++ b/martialarts/brawling.json
@@ -5,7 +5,7 @@
"name": { "str": "Brawling" },
"description": "You're used to hand-to-creature fighting. You know how to fight when unarmed or with any weapon to a certain extent. It's not stylish or sporting, but it gets the job done.",
"initiate": [ "You grit your teeth and prepare for a good fight.", "%s gets ready to brawl." ],
- "autolearn": [ [ "melee", 1 ] ],
+ "autolearn": [ [ "melee", "1" ] ],
"arm_block": 1,
"nonstandard_block": 5,
"static_buffs": [
diff --git a/martialarts/taichi.json b/martialarts/taichi.json
index 0321c50..5d18e2a 100644
--- a/martialarts/taichi.json
+++ b/martialarts/taichi.json
@@ -37,11 +37,11 @@
{
"id": "buff_tai_chi_onpause",
"name": "Cross Hands",
- "description": "By taking a moment to prepare yourself, you are able to use your entire body fully for attacking and defending.\n\n+2 Block Effectiveness, blocked damage reduced by 50% of Perception.\nEnables \"Palm Strike\" and \"Double Palm Strike\" techniques.\nLasts 3 turns.",
+ "description": "By taking a moment to prepare yourself, you are able to use your entire body fully for attacking and defending.\n\nBlocked damage reduced by 250% of Perception.\nEnables \"Palm Strike\" and \"Double Palm Strike\" techniques.\nLasts 3 turns.",
"unarmed_allowed": true,
"skill_requirements": [ { "name": "unarmed", "level": 1 } ],
"buff_duration": 3,
- "flat_bonuses": [ { "stat": "block_effectiveness", "scale": 2.0 }, { "stat": "block", "scaling-stat": "per", "scale": 0.5 } ]
+ "flat_bonuses": [ { "stat": "block", "scaling-stat": "per", "scale": 2.5 } ]
}
],
"techniques": [ "tec_taichi_disarm", "tec_taichi_palm", "tec_taichi_counter", "tec_taichi_precise" ]
diff --git a/techniques/barbaran-montante.json b/techniques/barbaran.json
index bf25356..6528928 100644
--- a/techniques/barbaran-montante.json
+++ b/techniques/barbaran.json
@@ -29,5 +29,5 @@
{ "stat": "damage", "type": "cut", "scale": 0.66 },
{ "stat": "damage", "type": "stab", "scale": 0.66 }
]
- },
+ }
]