summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:20:36 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:20:36 -0800
commitf6f50d3f97fb15d95916129a7f1b7c09af955365 (patch)
tree15cd27a68c33052a2f89a423e20b777149f75323
parentAllow chest rig to be crafted with leather. (diff)
downloadcataclysm-bn-mod_recipe-fixes-f6f50d3f97fb15d95916129a7f1b7c09af955365.tar.xz
Convert prices to cent/USD.
-rw-r--r--Readme.txt3
-rw-r--r--json/items/comestible/other.json2
-rw-r--r--json/items/comestible/veggy_dishes.json2
3 files changed, 4 insertions, 3 deletions
diff --git a/Readme.txt b/Readme.txt
index 7bc8619..f236050 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -121,7 +121,8 @@ Powdered eggs requiring water is the entire point of these variants.
Allow leg ammo pouches to optionally use rags/leather instead of chest ammo pouches.
Considering how long it takes to craft, the extra stage made them take even longer.
-Also for the chestrig. And raise its difficulty to 4 and time to 73m.
+Also for the chestrig.
+And raise its difficulty to 4 and time to 73m to compensate.
---
No longer allow coconut milk to create dehydrated fruit.
diff --git a/json/items/comestible/other.json b/json/items/comestible/other.json
index b39cb5e..e143f05 100644
--- a/json/items/comestible/other.json
+++ b/json/items/comestible/other.json
@@ -9,7 +9,7 @@
"spoils_in": "5 days",
"quench": 1,
"description": "Some delicious cooked edamame. Humble but nutrient-rich.",
- "price": 0,
+ "price": "0 cent",
"volume": "250 ml",
"fun": 1,
"flags": [ "EATEN_HOT" ],
diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json
index 12aeced..89c6830 100644
--- a/json/items/comestible/veggy_dishes.json
+++ b/json/items/comestible/veggy_dishes.json
@@ -12,7 +12,7 @@
"calories": 525,
"charges": 4,
"description": "A tofu stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
- "price": 1200,
+ "price": "12 USD",
"material": "veggy",
"volume": "1 L",
"flags": [ "EATEN_HOT" ],