Skip to content

Commit

Permalink
Missed list (CleverRaven#50093)
Browse files Browse the repository at this point in the history
* limit starting scenarios/professions
  • Loading branch information
I-am-Erk authored Jul 21, 2021
1 parent 5d1cd76 commit 6ca1ebb
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions data/json/obsolete.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,49 @@
[
{
"type": "item_group",
"id": "bionics_sci",
"subtype": "distribution",
"//": "High-tech bionics, handy for the harried researcher. They get access to classified toys too, but only stuff a scientist would have use for.",
"items": [
[ "burnt_out_bionic", 60 ],
[ "bio_batteries", 30 ],
[ "bio_power_storage", 30 ],
[ "bio_metabolics", 5 ],
[ "bio_ethanol", 5 ],
[ "bio_ups", 10 ],
[ "bio_torsionratchet", 30 ],
[ "bio_tools", 10 ],
[ "bio_flashlight", 30 ],
[ "bio_lighter", 25 ],
[ "bio_magnet", 20 ],
[ "bio_memory", 15 ],
[ "bio_ears", 10 ],
[ "bio_sunglasses", 10 ],
[ "bio_eye_optic", 10 ],
[ "bio_eye_enhancer", 5 ],
[ "bio_dex_enhancer", 5 ],
[ "bio_int_enhancer", 10 ],
[ "bio_night_vision", 1 ],
[ "bio_infrared", 2 ],
[ "bio_synaptic_regen", 12 ],
[ "bio_gills", 5 ],
[ "bio_climate", 2 ],
[ "bio_heatsink", 2 ],
[ "bio_blood_filter", 10 ],
[ "bio_fingerhack", 2 ],
[ "bio_lockpick", 2 ],
[ "bio_surgical_razor", 8 ],
[ "bio_nanobots", 15 ],
[ "bio_blood_anal", 10 ],
[ "bio_geiger", 15 ],
[ "bio_radscrubber", 10 ],
[ "bio_watch", 40 ],
[ "bio_leukocyte", 15 ],
[ "bio_syringe", 2 ],
[ "bio_jointservo", 10 ],
[ "bio_soporific", 2 ]
]
},
{
"id": "mon_dragonfly_small",
"type": "MONSTER",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/More_Locations/tpalettes.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
},
"toilets": { "&": { "amount": [ 0, 50 ] } },
"items": {
"$": { "item": "bionics_mil", "chance": 100 },
"$": { "item": "Zomborg_CBM_harvest_combat", "chance": 100 },
"b": { "item": "textbooks", "chance": 40 },
"B": { "item": "bed", "chance": 100 },
"C": { "item": "hospital_lab", "chance": 30 },
Expand Down

0 comments on commit 6ca1ebb

Please sign in to comment.