Skip to content

Commit

Permalink
More randomized amounts in itemgroups (#44629)
Browse files Browse the repository at this point in the history
  • Loading branch information
casswedson authored Oct 7, 2020
1 parent 3586ad4 commit d194434
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 126 deletions.
12 changes: 6 additions & 6 deletions data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
[ "adrenaline_injector", 50 ],
{ "item": "inhaler", "prob": 100, "charges-min": 10, "charges-max": 100 },
[ "quikclot", 50 ],
[ "smoxygen_tank", 70 ],
{ "item": "smoxygen_tank", "prob": 70, "charges": [ 0, 12 ] },
[ "ifak", 40 ]
]
},
Expand Down Expand Up @@ -100,7 +100,7 @@
{ "item": "bandages", "prob": 100 },
{ "item": "morphine", "prob": 20 },
{ "item": "quikclot", "prob": 20 },
{ "item": "smoxygen_tank", "prob": 20 },
{ "item": "smoxygen_tank", "prob": 20, "charges": [ 0, 12 ] },
{ "item": "tramadol", "prob": 20 }
]
},
Expand Down Expand Up @@ -165,11 +165,11 @@
"charges-max": 9
},
[ "caff_gum", 10 ],
[ "oxygen_tank", 20 ],
[ "smoxygen_tank", 5 ],
{ "item": "oxygen_tank", "prob": 20, "charges": [ 0, 24 ] },
{ "item": "smoxygen_tank", "prob": 5, "charges": [ 0, 12 ] },
[ "eyedrops", 35 ],
[ "shavingkit", 5 ],
[ "elec_hairtrimmer", 2 ],
{ "item": "shavingkit", "prob": 5, "charges": [ 0, 10 ] },
{ "item": "elec_hairtrimmer", "prob": 2, "charges": [ 0, 50 ] },
[ "nic_gum", 25 ],
[ "weak_antibiotic", 30 ]
]
Expand Down
Loading

0 comments on commit d194434

Please sign in to comment.