diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-07 10:52:14 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-07 10:52:14 -0800 |
commit | 9259c50a1b6d94a8db5b6deba8064c147a40e762 (patch) | |
tree | 28866d748711305c042fd24a7f529e53810196cb /bionics-02_fix-bionic-prices.patch | |
parent | Updated to 2023-01-24-1843 (diff) | |
download | cataclysm-bn-9259c50a1b6d94a8db5b6deba8064c147a40e762.tar.xz |
Updated to 2023-01-28-1414
Added bionic price-postapoc patch.
Added installable black box patch.
Added NPC reloadable gas masks patch.
Diffstat (limited to 'bionics-02_fix-bionic-prices.patch')
-rw-r--r-- | bionics-02_fix-bionic-prices.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bionics-02_fix-bionic-prices.patch b/bionics-02_fix-bionic-prices.patch new file mode 100644 index 0000000..027d1f5 --- /dev/null +++ b/bionics-02_fix-bionic-prices.patch @@ -0,0 +1,20 @@ +--- a/data/json/items/bionics.json ++++ b/data/json/items/bionics.json +@@ -1245,7 +1245,7 @@ + "name": { "str": "Linguistic Coprocessor CBM" }, + "description": "A microcomputer installed into the left hemisphere of your brain to increase the speed that it processes language. When installed, it provides a passive boost to reading speed.", + "price": 100000, +- "price_postapoc": 50000, ++ "price_postapoc": 1000, + "difficulty": 5 + }, + { +@@ -1255,7 +1255,7 @@ + "name": { "str": "Dopamine Stimulators CBM" }, + "description": "A set of tiny bionic nerve stimulators that install into the reward center of your brain. When run with bionic power, it periodically releases a hit of dopamine and other reward chemicals, inducing a state of euphoria and suppressing fear.", + "price": 1000000, +- "price_postapoc": 100000, ++ "price_postapoc": 1000, + "difficulty": 8 + }, + { |