summaryrefslogtreecommitdiff
path: root/martialarts/taichi.json
diff options
context:
space:
mode:
Diffstat (limited to 'martialarts/taichi.json')
-rw-r--r--martialarts/taichi.json4
1 files changed, 2 insertions, 2 deletions
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" ]