Skip to content

Commit

Permalink
More repairs_like
Browse files Browse the repository at this point in the history
Also looks_like for broad belt
  • Loading branch information
TheShadowFerret committed Apr 2, 2022
1 parent f0715f7 commit 6cb7b12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/items/armor/ballistic_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
"volume": "4 L",
"warmth": 0,
"material": [ "nylon" ],
"repairs_like": "ballisic_vest_esapi",
"use_action": [ { "type": "attach_molle", "size": 3 }, { "type": "detach_molle" } ],
"pocket_data": [
{
Expand Down
5 changes: 5 additions & 0 deletions data/json/items/armor/belts.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"material": [ "leather", "steel" ],
"symbol": "[",
"looks_like": "holster",
"repairs_like": "tool_belt",
"color": "yellow",
"pocket_data": [
{ "max_contains_volume": "1 L", "max_contains_weight": "1500 g", "moves": 100 },
Expand Down Expand Up @@ -166,6 +167,7 @@
"material": [ "leather", "steel" ],
"symbol": "[",
"looks_like": "fireman_belt",
"repairs_like": "tool_belt",
"color": "brown",
"pocket_data": [
{ "max_contains_volume": "500 ml", "max_item_volume": "125 ml", "max_contains_weight": "1500 g", "moves": 100 },
Expand Down Expand Up @@ -207,6 +209,8 @@
"bashing": 5,
"material": [ "leather", "steel" ],
"symbol": "[",
"looks_like": "leather_belt",
"repairs_like": "leather_belt",
"color": "dark_gray",
"material_thickness": 1.5,
"pocket_data": [
Expand Down Expand Up @@ -302,6 +306,7 @@
"material": [ "nylon", "steel" ],
"symbol": "[",
"looks_like": "leather_belt",
"repairs_like": "tool_belt",
"color": "yellow",
"material_thickness": 1.5,
"pocket_data": [
Expand Down
7 changes: 7 additions & 0 deletions data/json/items/armor/boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"copy-from": "boots",
"symbol": "[",
"looks_like": "boots",
"repairs_like": "boots_survivor",
"color": "dark_gray",
"material_thickness": 3,
"flags": [ "VARSIZE", "WATERPROOF" ],
Expand Down Expand Up @@ -199,6 +200,7 @@
"price": 50000,
"warmth": 10,
"material": [ "steel", "nomex" ],
"repairs_like": "boots_survivor",
"symbol": "[",
"color": "light_gray",
"environmental_protection": 2,
Expand All @@ -217,6 +219,7 @@
"to_hit": -1,
"bashing": 2,
"material": [ "plastic", "steel" ],
"repairs_like": "boots",
"symbol": "[",
"color": "brown",
"warmth": 10,
Expand Down Expand Up @@ -630,6 +633,7 @@
"material": [ "leather" ],
"symbol": "[",
"looks_like": "dress_shoes",
"repairs_like": "boots",
"color": "dark_gray",
"warmth": 10,
"material_thickness": 1.5,
Expand Down Expand Up @@ -670,6 +674,7 @@
"material": [ "plastic" ],
"symbol": "[",
"looks_like": "sneakers",
"repairs_like": "boots",
"color": "blue",
"material_thickness": 1,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS" ],
Expand All @@ -689,6 +694,7 @@
"material": [ "rubber", "leather" ],
"symbol": "[",
"looks_like": "flip_flops",
"repairs_like": "flip_flops",
"color": "brown",
"material_thickness": 1,
"environmental_protection": 1,
Expand Down Expand Up @@ -881,6 +887,7 @@
"material": [ "leather" ],
"symbol": "[",
"looks_like": "flip_flops",
"repairs_like": "bastsandals",
"color": "brown",
"material_thickness": 1.5,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS" ],
Expand Down

0 comments on commit 6cb7b12

Please sign in to comment.