Skip to content

Commit

Permalink
prices
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Nov 15, 2024
1 parent 738641e commit dc7d8d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
"volume": "60 ml",
"longest_side": "9 cm",
"price": "30 USD",
"price_postapoc": "5 USD",
"price_postapoc": "2 USD",
"to_hit": { "grip": "solid", "length": "hand", "surface": "point", "balance": "neutral" },
"material": [ "steel", "plastic" ],
"symbol": ";",
Expand Down
10 changes: 6 additions & 4 deletions data/json/items/tool/knives.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"volume": "250 ml",
"longest_side": "20 cm",
"price": "40 USD",
"price_postapoc": "5 USD",
"price_postapoc": "2 USD",
"to_hit": { "grip": "weapon", "length": "hand", "surface": "point", "balance": "neutral" },
"material": [ "bronze", "leather" ],
"symbol": "/",
Expand All @@ -178,7 +178,7 @@
"weight": "226 g",
"volume": "250 ml",
"price": "140 USD",
"price_postapoc": "5 USD",
"price_postapoc": "3 USD",
"to_hit": -1,
"material": [ "steel", "plastic" ],
"symbol": ";",
Expand Down Expand Up @@ -216,7 +216,7 @@
"weight": "20 g",
"volume": "10 ml",
"price": "10 USD",
"price_postapoc": "1 USD",
"price_postapoc": "50 cent",
"to_hit": -3,
"material": [ "steel", "plastic" ],
"symbol": ";",
Expand Down Expand Up @@ -254,7 +254,7 @@
"volume": "20 ml",
"longest_side": "12 cm",
"price": "4 USD",
"price_postapoc": "1 USD",
"price_postapoc": "50 cent",
"to_hit": -3,
"material": [ "steel", "plastic" ],
"symbol": ";",
Expand All @@ -275,6 +275,8 @@
"weight": "500 g",
"volume": "250 ml",
"longest_side": "8 cm",
"price": "0 cent",
"price_postapoc": "0 cent",
"to_hit": -3,
"qualities": [ [ "CUT", 2 ], [ "BUTCHER", -18 ] ],
"melee_damage": { "bash": 5, "cut": 3 }
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@
"volume": "70 ml",
"longest_side": "12 cm",
"price": "30 USD",
"price_postapoc": "5 USD",
"price_postapoc": "3 USD",
"to_hit": { "grip": "solid", "length": "hand", "surface": "point", "balance": "neutral" },
"material": [ "steel" ],
"symbol": ";",
Expand Down

0 comments on commit dc7d8d9

Please sign in to comment.