Skip to content

Commit

Permalink
accidentals
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Sep 6, 2024
1 parent aed8051 commit f9734c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions data/json/items/armor/bespoke_armor/cuttingroom.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"volume": "3 L",
"price": "240 USD",
"price_postapoc": "60 USD",
"to_hit": -1,
"to_hit": { "grip": "none", "length": "hand", "surface": "any", "balance": "clumsy" },
"material": [ "kevlar", "nomex" ],
"symbol": "[",
"looks_like": "boots_combat",
Expand Down Expand Up @@ -47,7 +47,7 @@
"volume": "3 L",
"price": "240 USD",
"price_postapoc": "80 USD",
"to_hit": -1,
"to_hit": { "grip": "none", "length": "hand", "surface": "any", "balance": "clumsy" },
"material": [ "kevlar", "steel" ],
"symbol": "[",
"looks_like": "boots_combat",
Expand Down Expand Up @@ -221,7 +221,6 @@
"volume": "1500 ml",
"price": "580 USD",
"price_postapoc": "40 USD",
"to_hit": -1,
"material": [ "kevlar_layered", "nomex" ],
"symbol": "[",
"looks_like": "hood_survivor",
Expand All @@ -230,8 +229,7 @@
"material_thickness": 5,
"environmental_protection": 10,
"flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER" ],
"armor": [ { "encumbrance": 30, "coverage": 100, "covers": [ "head" ] } ],
"melee_damage": { "bash": 4 }
"armor": [ { "encumbrance": 30, "coverage": 100, "covers": [ "head" ] } ]
},
{
"id": "xl_hood_fsurvivor",
Expand Down
1 change: 0 additions & 1 deletion data/json/items/armor/brigandine.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@
"longest_side": "30 cm",
"price": "300 USD",
"price_postapoc": "10 USD",
"to_hit": 1,
"material": [ "lc_steel", "canvas" ],
"symbol": "[",
"looks_like": "armguard_hard",
Expand Down

0 comments on commit f9734c8

Please sign in to comment.