Skip to content

Commit

Permalink
Merge pull request #39466 from Brian-Otten/post-apoc-price-controls-7
Browse files Browse the repository at this point in the history
Changes prices on all books (part 7 of reworking all prices)
  • Loading branch information
Rivet-the-Zombie authored Apr 13, 2020
2 parents 7c10b35 + 646d792 commit 5a8fc16
Show file tree
Hide file tree
Showing 30 changed files with 254 additions and 216 deletions.
6 changes: 3 additions & 3 deletions data/json/items/book/archery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"weight": "932 g",
"volume": "1250 ml",
"price": 2000,
"price_postapoc": 7500,
"price_postapoc": 500,
"material": [ "paper" ],
"symbol": "?",
"color": "green",
Expand All @@ -24,7 +24,7 @@
"weight": "60 g",
"volume": "250 ml",
"price": 480,
"price_postapoc": 5000,
"price_postapoc": 250,
"material": [ "paper" ],
"symbol": "?",
"color": "pink",
Expand All @@ -42,7 +42,7 @@
"weight": "1454 g",
"volume": "1250 ml",
"price": 1900,
"price_postapoc": 5000,
"price_postapoc": 500,
"material": [ "paper" ],
"symbol": "?",
"color": "green",
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/book/barter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"weight": "90 g",
"volume": "250 ml",
"price": 450,
"price_postapoc": 5000,
"price_postapoc": 50,
"material": [ "paper" ],
"symbol": "?",
"color": "pink",
Expand All @@ -24,7 +24,7 @@
"weight": "454 g",
"volume": "750 ml",
"price": 1900,
"price_postapoc": 5000,
"price_postapoc": 250,
"material": [ "paper" ],
"symbol": "?",
"color": "green",
Expand All @@ -43,7 +43,7 @@
"weight": "1587 g",
"volume": "1750 ml",
"price": 9800,
"price_postapoc": 2500,
"price_postapoc": 250,
"bashing": 5,
"material": [ "paper" ],
"symbol": "?",
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/book/bashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"weight": "80 g",
"volume": "250 ml",
"price": 450,
"price_postapoc": 2000,
"price_postapoc": 500,
"material": [ "paper" ],
"symbol": "?",
"color": "pink",
Expand All @@ -25,7 +25,7 @@
"weight": "454 g",
"volume": "250 ml",
"price": 2000,
"price_postapoc": 5000,
"price_postapoc": 750,
"material": [ "paper" ],
"symbol": "?",
"color": "green",
Expand Down
12 changes: 6 additions & 6 deletions data/json/items/book/computer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"weight": "1587 g",
"volume": "1500 ml",
"price": 7800,
"price_postapoc": 2500,
"price_postapoc": 500,
"bashing": 6,
"material": [ "paper" ],
"symbol": "?",
Expand All @@ -27,7 +27,7 @@
"weight": "1587 g",
"volume": "1750 ml",
"price": 7900,
"price_postapoc": 5000,
"price_postapoc": 250,
"bashing": 5,
"material": [ "paper" ],
"symbol": "?",
Expand All @@ -47,7 +47,7 @@
"weight": "454 g",
"volume": "750 ml",
"price": 1700,
"price_postapoc": 500,
"price_postapoc": 50,
"material": [ "paper" ],
"symbol": "?",
"color": "green",
Expand All @@ -64,7 +64,7 @@
"weight": "80 g",
"volume": "250 ml",
"price": 450,
"price_postapoc": 5000,
"price_postapoc": 50,
"material": [ "paper" ],
"symbol": "?",
"color": "pink",
Expand All @@ -82,7 +82,7 @@
"weight": "462 g",
"volume": "750 ml",
"price": 5500,
"price_postapoc": 5000,
"price_postapoc": 50,
"material": [ "paper" ],
"symbol": "?",
"color": "green",
Expand All @@ -99,7 +99,7 @@
"weight": "2206 g",
"volume": "1750 ml",
"price": 8500,
"price_postapoc": 10500,
"price_postapoc": 500,
"bashing": 5,
"material": [ "paper" ],
"symbol": "?",
Expand Down
Loading

0 comments on commit 5a8fc16

Please sign in to comment.