From 3bab76c9c7d7bda4f3ae16a58444a6e947327cf1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 20 Jan 2022 14:11:35 -0800 Subject: Typos --- martialarts/taichi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'martialarts/taichi.json') 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" ] -- cgit v1.2.1