Skip to content

Commit

Permalink
Various minor typos
Browse files Browse the repository at this point in the history
'attack_cost ' -> 'attack_cost'
flag -> flags
colo -> color
coutnt -> count
variants_type -> variant_type
  • Loading branch information
anothersimulacrum committed Apr 1, 2023
1 parent 039f71e commit b87d057
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@
"breaks_into": [
{ "item": "plastic_chunk", "count": [ 4, 8 ] },
{ "item": "scrap", "count": [ 4, 8 ] },
{ "item": "steel_chunk", "coutnt": [ 5, 10 ] }
{ "item": "steel_chunk", "count": [ 5, 10 ] }
],
"damage_reduction": { "all": 40 }
},
Expand All @@ -1032,7 +1032,7 @@
"breaks_into": [
{ "item": "plastic_chunk", "count": [ 1, 2 ] },
{ "item": "scrap", "count": [ 6, 12 ] },
{ "item": "steel_chunk", "coutnt": [ 8, 16 ] },
{ "item": "steel_chunk", "count": [ 8, 16 ] },
{ "item": "sheet_metal_small", "count": [ 1, 4 ] }
],
"damage_reduction": { "all": 50 }
Expand Down
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/furniture-appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
"items": [
{ "item": "plastic_chunk", "count": [ 1, 2 ] },
{ "item": "scrap", "count": [ 6, 12 ] },
{ "item": "steel_chunk", "coutnt": [ 8, 16 ] },
{ "item": "steel_chunk", "count": [ 8, 16 ] },
{ "item": "sheet_metal_small", "count": [ 1, 4 ] }
]
}
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/armor/jewelry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
"color": "yellow",
"use_action": [ "MEDITATE" ],
"flags": [ "NO_WEAR_EFFECT" ],
"variants_type": "generic",
"variant_type": "generic",
"variants": [
{
"id": "lutheran_necklace",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/deployable.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"id": "portable_stove",
"type": "TOOL",
"symbol": "_",
"colo": "light_gray",
"color": "light_gray",
"container": "nylon_bag",
"name": { "str": "portable stove" },
"description": "A foldable wood stove to safely lit fires while camping in the wilderness. Activate it to Deploy.",
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/zed-animal.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"weight": "81500 g",
"hp": 55,
"speed": 70,
"attack_cost ": 70,
"attack_cost": 70,
"material": [ "flesh" ],
"symbol": "p",
"color": "green",
Expand Down
4 changes: 2 additions & 2 deletions data/json/vehicleparts/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3370,7 +3370,7 @@
{ "item": "motor_tiny", "prob": 25 }
],
"damage_reduction": { "all": 32 },
"flag": "EXTRA_DRAG"
"flags": [ "EXTRA_DRAG" ]
},
{
"type": "vehicle_part",
Expand Down Expand Up @@ -3403,6 +3403,6 @@
{ "item": "scrap_copper", "count": [ 1, 2 ] }
],
"damage_reduction": { "all": 32 },
"flag": "EXTRA_DRAG"
"flags": [ "EXTRA_DRAG" ]
}
]

0 comments on commit b87d057

Please sign in to comment.