From 9259c50a1b6d94a8db5b6deba8064c147a40e762 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 7 Feb 2023 10:52:14 -0800 Subject: Updated to 2023-01-28-1414 Added bionic price-postapoc patch. Added installable black box patch. Added NPC reloadable gas masks patch. --- bionics-02_fix-bionic-prices.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bionics-02_fix-bionic-prices.patch (limited to 'bionics-02_fix-bionic-prices.patch') 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 + }, + { -- cgit v1.2.1