Skip to content

Commit

Permalink
Fix spelling errors and adjust technique name (#32684)
Browse files Browse the repository at this point in the history
* Use Wingchun's specific  name
  • Loading branch information
kwl01skz authored and kevingranade committed Jul 28, 2019
1 parent bd083c9 commit 7dd081e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/json/field_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"id": "fd_rubble",
"type": "field_type",
"legacy_enum_id": 11,
"intensity_levels": [ { "name": "legacy_rubble", "sym": "#", "color": "dark_gray" } ],
"intensity_levels": [ { "name": "legacy rubble", "sym": "#", "color": "dark_gray" } ],
"half_life": "1 turns",
"phase": "solid",
"display_items": false,
Expand Down Expand Up @@ -442,7 +442,7 @@
"type": "field_type",
"legacy_enum_id": 30,
"intensity_levels": [
{ "name": "hemolymphd splatter", "color": "light_gray" },
{ "name": "hemolymph splatter", "color": "light_gray" },
{ "name": "hemolymph stain" },
{ "name": "puddle of hemolymph" }
],
Expand Down
2 changes: 1 addition & 1 deletion data/json/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
{
"id": "medievalpole_move",
"name": "You moved",
"description": "Nulifies Stand Your Ground, don't move, stand there and counter!",
"description": "Nullifies Stand Your Ground, don't move, stand there and counter!",
"melee_allowed": true,
"flat_bonuses": [ [ "block", "str", -1.0 ] ],
"mult_bonuses": [ [ "dodge", 1.0 ] ],
Expand Down
4 changes: 2 additions & 2 deletions data/json/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@
{
"type": "technique",
"id": "tec_wingchun_feint",
"name": "keep punching at",
"name": "ask the way",
"min_unarmed": 2,
"unarmed_allowed": true,
"strictly_unarmed": true,
Expand All @@ -1104,7 +1104,7 @@
{
"type": "technique",
"id": "tec_wingchun_stumble",
"name": "stumble",
"name": "White Crane stumble",
"min_unarmed": 4,
"unarmed_allowed": true,
"crit_tec": true,
Expand Down

0 comments on commit 7dd081e

Please sign in to comment.