summaryrefslogtreecommitdiff
path: root/etc-02_add-missing-price-postapoc.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
commit7e224c97ae2728472180322f625dafa545f21f7f (patch)
tree61a296000b3a05d36cde4de0d8bd5e5179ee21ab /etc-02_add-missing-price-postapoc.patch
parentAdd plastic scrap is stackable patch. (diff)
downloadcataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz
Convert the PKGBUILD to my own fork of cataclysm-bn.HEADmaster
Diffstat (limited to 'etc-02_add-missing-price-postapoc.patch')
-rw-r--r--etc-02_add-missing-price-postapoc.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/etc-02_add-missing-price-postapoc.patch b/etc-02_add-missing-price-postapoc.patch
deleted file mode 100644
index bad63af..0000000
--- a/etc-02_add-missing-price-postapoc.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/data/json/items/gun/223.json
-+++ b/data/json/items/gun/223.json
-@@ -118,6 +118,7 @@
- "volume": "4162 ml",
- "barrel_length": "250 ml",
- "price": "28 kUSD",
-+ "price_postapoc": "50 USD",
- "material": [ "steel", "plastic" ],
- "color": "dark_gray",
- "ammo": "223",
-@@ -302,7 +303,8 @@
- ]
- ]
- ],
-- "relative": { "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "durability": 1 }
-+ "relative": { "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "durability": 1 },
-+ "proportional": { "price": 1.1 }
- },
- {
- "id": "m4a1",
-
---- a/data/json/items/magazine/223.json
-+++ b/data/json/items/magazine/223.json
-@@ -366,6 +375,7 @@
- "weight": "190 g",
- "volume": "620 ml",
- "price": "86 USD",
-+ "price_postapoc": "275 cent",
- "material": [ "steel", "plastic" ],
- "symbol": "#",
- "color": "light_gray",