Skip to content

Commit dea7343

Browse files
committed
re-scale quantities and prices of coke et al.
1 parent 9d5f4a0 commit dea7343

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

data/json/itemgroups/Locations_MapExtras/map_extras.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,25 @@
114114
{
115115
"distribution": [
116116
{ "item": "weed", "entry-wrapper": "bag_zipper", "container-item": "null", "count": [ 20, 30 ], "prob": 10 },
117-
{ "item": "coke", "entry-wrapper": "bag_zipper", "container-item": "null", "count": [ 10, 20 ], "prob": 40 },
118-
{ "item": "meth", "entry-wrapper": "bag_zipper", "container-item": "null", "count": [ 8, 14 ], "prob": 30 },
117+
{
118+
"item": "coke",
119+
"entry-wrapper": "bag_zipper",
120+
"container-item": "null",
121+
"count": [ 100, 200 ],
122+
"prob": 40
123+
},
124+
{
125+
"item": "meth",
126+
"entry-wrapper": "bag_zipper",
127+
"container-item": "null",
128+
"count": [ 160, 280 ],
129+
"prob": 30
130+
},
119131
{
120132
"item": "heroin",
121133
"entry-wrapper": "bag_zipper",
122134
"container-item": "null",
123-
"count": [ 6, 12 ],
135+
"count": [ 300, 600 ],
124136
"prob": 20
125137
}
126138
],

data/json/itemgroups/collections_domestic.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,15 +1485,15 @@
14851485
"subtype": "collection",
14861486
"//": "This group was created automatically and may contain errors.",
14871487
"container-item": "bag_zipper",
1488-
"entries": [ { "item": "coke", "container-item": "null", "count": [ 1, 8 ] } ]
1488+
"entries": [ { "item": "coke", "container-item": "null", "count": [ 10, 80 ] } ]
14891489
},
14901490
{
14911491
"type": "item_group",
14921492
"id": "meth_bag_zipper_1_6",
14931493
"subtype": "collection",
14941494
"//": "This group was created automatically and may contain errors.",
14951495
"container-item": "bag_zipper",
1496-
"entries": [ { "item": "meth", "container-item": "null", "count": [ 1, 6 ] } ]
1496+
"entries": [ { "item": "meth", "container-item": "null", "count": [ 20, 120 ] } ]
14971497
},
14981498
{
14991499
"type": "item_group",
@@ -2318,7 +2318,7 @@
23182318
"subtype": "collection",
23192319
"//": "This group was created automatically and may contain errors.",
23202320
"container-item": "bag_zipper",
2321-
"entries": [ { "item": "heroin", "container-item": "null", "count": [ 1, 4 ] } ]
2321+
"entries": [ { "item": "heroin", "container-item": "null", "count": [ 50, 200 ] } ]
23222322
},
23232323
{
23242324
"type": "item_group",

data/json/items/comestibles/med.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
"weight": "100 mg",
504504
"volume": "1 ml",
505505
"stack_size": 8,
506-
"price": "1 USD",
506+
"price": "3 USD",
507507
"price_postapoc": "50 cent",
508508
"material": [ "powder" ],
509509
"symbol": "!",
@@ -909,7 +909,7 @@
909909
"weight": "80 mg",
910910
"volume": "1 ml",
911911
"stack_size": 10,
912-
"price": "720 cent",
912+
"price": "320 cent",
913913
"price_postapoc": "50 cent",
914914
"material": [ "powder" ],
915915
"symbol": "!",

data/json/npcs/NC_CITY_COP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@
232232
"subtype": "collection",
233233
"//": "This group was created automatically and may contain errors.",
234234
"container-item": "bag_zipper",
235-
"entries": [ { "item": "crack", "container-item": "null", "count": 4 } ]
235+
"entries": [ { "item": "crack", "container-item": "null", "count": 50 } ]
236236
}
237237
]

data/json/recipes/chem/drugs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
[ [ "chem_methanol", 3 ] ],
8383
[ [ "lye_powder", 5 ], [ "chem_potassium_hydroxide", 25 ], [ "lye", 1 ], [ "lye_potassium", 1 ] ]
8484
],
85-
"charges": 180
85+
"charges": 120
8686
}
8787
]

data/json/recipes/recipe_medsandchemicals.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,7 @@
22392239
"skill_used": "chemistry",
22402240
"difficulty": 2,
22412241
"time": "5 m",
2242-
"charges": 10,
2242+
"charges": 50,
22432243
"batch_time_factors": [ 80, 1 ],
22442244
"book_learn": [ [ "reference_cooking", 4 ] ],
22452245
"proficiencies": [
@@ -2249,7 +2249,7 @@
22492249
],
22502250
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CONCENTRATE", "level": 1 }, { "id": "CHEM", "level": 2 } ],
22512251
"tools": [ [ [ "syringe", -1 ] ], [ [ "surface_heat", 1, "LIST" ] ] ],
2252-
"components": [ [ [ "chem_citric_acid", 9 ] ], [ [ "coke", 20 ] ], [ [ "water_clean", 1 ] ] ]
2252+
"components": [ [ [ "chem_citric_acid", 9 ] ], [ [ "coke", 100 ] ], [ [ "water_clean", 1 ] ] ]
22532253
},
22542254
{
22552255
"type": "recipe",

0 commit comments

Comments
 (0)