Skip to content

Commit

Permalink
primitive survival update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoatGod committed Oct 7, 2024
1 parent 2ac74a3 commit 2de47ff
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"volume": "250 ml",
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "bark" ],
"to_hit": -1,
"symbol": "[",
"looks_like": "dress_shoes",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"price": "15 USD",
"price_postapoc": "80 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "cowboy_hat",
"color": "white",
Expand All @@ -35,6 +36,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "tshirt",
"color": "white",
Expand All @@ -56,6 +58,7 @@
"price": "40 USD",
"price_postapoc": "2 USD 50 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "fire_gauntlets",
"color": "white",
Expand All @@ -73,6 +76,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "leg_warmers",
"color": "white",
Expand All @@ -91,6 +95,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "balclava",
"color": "white",
Expand All @@ -113,6 +118,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "jeans",
"color": "brown",
Expand Down Expand Up @@ -160,6 +166,8 @@
"volume": "250 ml",
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"to_hit": -1,
"symbol": "[",
"looks_like": "dress_shoes",
Expand Down Expand Up @@ -205,6 +213,7 @@
"price": "80 USD",
"price_postapoc": "7 USD 50 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "jacket_windbreaker",
"color": "light_blue",
Expand Down Expand Up @@ -243,6 +252,7 @@
"price": "60 USD",
"price_postapoc": "1 USD 40 cent",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "gloves_medical",
"color": "dark_gray",
Expand All @@ -261,6 +271,7 @@
"price": "107 USD",
"price_postapoc": "5 USD",
"material": [ "fur" ],
"repairs_with": [ "fur" ],
"symbol": "[",
"looks_like": "coat_rain",
"color": "green",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"price": "15 USD",
"price_postapoc": "80 cent",
"material": [ "fur", "leather" ],
"repairs_with": [ "fur", "leather" ],
"symbol": "[",
"looks_like": "cowboy_hat",
"color": "white",
Expand All @@ -35,6 +36,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "fur", "leather" ],
"repairs_with": [ "fur", "leather" ],
"symbol": "[",
"looks_like": "tshirt",
"color": "white",
Expand All @@ -56,6 +58,7 @@
"price": "40 USD",
"price_postapoc": "2 USD 50 cent",
"material": [ "fur", "leather" ],
"repairs_with": [ "fur", "leather" ],
"symbol": "[",
"looks_like": "fire_gauntlets",
"color": "white",
Expand All @@ -73,6 +76,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "fur", "leather" ],
"repairs_with": [ "fur", "leather" ],
"symbol": "[",
"looks_like": "leg_warmers",
"color": "white",
Expand All @@ -90,6 +94,8 @@
"volume": "250 ml",
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "fur", "leather" ],
"repairs_with": [ "fur", "leather" ],
"to_hit": -1,
"symbol": "[",
"looks_like": "dress_shoes",
Expand Down Expand Up @@ -135,6 +141,7 @@
"price": "80 USD",
"price_postapoc": "7 USD 50 cent",
"material": [ "fur", "leather" ],
"repairs_with": [ "fur", "leather" ],
"symbol": "[",
"looks_like": "jacket_windbreaker",
"color": "light_blue",
Expand Down Expand Up @@ -173,6 +180,7 @@
"price": "107 USD",
"price_postapoc": "5 USD",
"material": [ "fur", "leather" ],
"repairs_with": [ "fur", "leather" ],
"symbol": "[",
"looks_like": "coat_rain",
"color": "green",
Expand Down Expand Up @@ -201,6 +209,7 @@
"price": "90 USD",
"price_postapoc": "2 USD 50 cent",
"material": [ "fur", "leather" ],
"repairs_with": [ "fur", "leather" ],
"symbol": "[",
"looks_like": "leather_belt",
"repairs_like": "leather",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
[
{
"id": "forearm_guards_leather",
"type": "ARMOR",
"category": "armor",
"name": { "str": "pair of leather forearm guard", "str_pl": "pairs of leather forearm guard" },
"description": "A pair of arm guards sewing together leather, only covering your forearms.",
"weight": "350 g",
"volume": "750 ml",
"price": "150 USD",
"price_postapoc": "5 USD",
"material": [ "leather" ],
"repairs_with": [ "leather" ],
"symbol": "[",
"looks_like": "armguard_lightplate",
"color": "light_gray",
"warmth": 10,
"material_thickness": 1.5,
"environmental_protection": 1,
"flags": [ "OUTER", "BLOCK_WHILE_WORN", "WATER_FRIENDLY" ],
"armor": [
{
"covers": [ "arm_l", "arm_r" ],
"encumbrance": 3,
"coverage": 95,
"cover_melee": 95,
"cover_ranged": 90,
"cover_vitals": 70,
"specifically_covers": [ "arm_lower_r", "arm_lower_l" ]
}
]
},
{
"id": "shin_guards_leather",
"type": "ARMOR",
"category": "armor",
"name": { "str": "pair of leather shin guards", "str_pl": "pairs of leather shin guards" },
"description": "A pair of improvised shin guards made from leather.",
"weight": "300 g",
"volume": "1500 ml",
"price": "5 USD",
"price_postapoc": "50 cent",
"to_hit": -1,
"material": [ "leather" ],
"repairs_with": [ "leather" ],
"symbol": "[",
"looks_like": "leg_splint",
"color": "brown",
"warmth": 5,
"material_thickness": 3,
"flags": [ "OUTER", "WATER_FRIENDLY" ],
"armor": [
{
"covers": [ "leg_l", "leg_r" ],
"encumbrance": 9,
"coverage": 80,
"cover_melee": 80,
"cover_ranged": 80,
"cover_vitals": 0,
"specifically_covers": [ "leg_lower_r", "leg_lower_l" ]
}
],
"melee_damage": { "bash": 4 }
},
{
"id": "cuirass_leather",
"type": "ARMOR",
"name": { "str": "leather cuirass", "str_pl": "leather cuirasses" },
"category": "armor",
"description": "An leather cuirass.",
"weight": "1000 g",
"volume": "6 L",
"price": "500 USD",
"price_postapoc": "30 USD",
"to_hit": -5,
"material": [ "leather" ],
"repairs_with": [ "leather" ],
"symbol": "[",
"looks_like": "cuirass_lightplate",
"color": "yellow",
"longest_side": "60 cm",
"warmth": 15,
"material_thickness": 3,
"flags": [ "VARSIZE", "OUTER", "STURDY" ],
"armor": [ { "encumbrance": 15, "coverage": 90, "covers": [ "torso" ] } ],
"melee_damage": { "bash": 4 }
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"price": "15 USD",
"price_postapoc": "80 cent",
"material": [ "leather" ],
"repairs_with": [ "leather" ],
"symbol": "[",
"looks_like": "cowboy_hat",
"color": "white",
Expand All @@ -35,6 +36,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "leather" ],
"repairs_with": [ "leather" ],
"symbol": "[",
"looks_like": "tshirt",
"color": "white",
Expand All @@ -56,6 +58,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "leather" ],
"repairs_with": [ "leather" ],
"symbol": "[",
"looks_like": "leg_warmers",
"color": "white",
Expand All @@ -74,6 +77,7 @@
"price": "80 USD",
"price_postapoc": "7 USD 50 cent",
"material": [ "leather" ],
"repairs_with": [ "leather" ],
"symbol": "[",
"looks_like": "jacket_windbreaker",
"color": "light_blue",
Expand Down Expand Up @@ -112,6 +116,7 @@
"price": "60 USD",
"price_postapoc": "1 USD 40 cent",
"material": [ "leather" ],
"repairs_with": [ "leather" ],
"symbol": "[",
"looks_like": "gloves_medical",
"color": "dark_gray",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"price": "15 USD",
"price_postapoc": "80 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"symbol": "[",
"looks_like": "cowboy_hat",
"color": "white",
Expand All @@ -35,6 +36,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"symbol": "[",
"looks_like": "tshirt",
"color": "white",
Expand All @@ -56,6 +58,7 @@
"price": "40 USD",
"price_postapoc": "2 USD 50 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"symbol": "[",
"looks_like": "fire_gauntlets",
"color": "white",
Expand All @@ -73,6 +76,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"symbol": "[",
"looks_like": "leg_warmers",
"color": "white",
Expand All @@ -91,6 +95,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"symbol": "[",
"looks_like": "balclava",
"color": "white",
Expand All @@ -113,6 +118,7 @@
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"symbol": "[",
"looks_like": "jeans",
"color": "brown",
Expand Down Expand Up @@ -160,6 +166,8 @@
"volume": "250 ml",
"price": "10 USD",
"price_postapoc": "50 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"to_hit": -1,
"symbol": "[",
"looks_like": "dress_shoes",
Expand Down Expand Up @@ -205,6 +213,7 @@
"price": "80 USD",
"price_postapoc": "7 USD 50 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"symbol": "[",
"looks_like": "jacket_windbreaker",
"color": "light_blue",
Expand Down Expand Up @@ -243,6 +252,7 @@
"price": "60 USD",
"price_postapoc": "1 USD 40 cent",
"material": [ "cloth" ],
"repairs_with": [ "cloth" ],
"symbol": "[",
"looks_like": "gloves_medical",
"color": "dark_gray",
Expand Down
Loading

0 comments on commit 2de47ff

Please sign in to comment.