Skip to content

Commit

Permalink
Audit field scientist corpses map extra (CleverRaven#70381)
Browse files Browse the repository at this point in the history
* remove scientist corpses

* Revert "remove scientist corpses"

This reverts commit e1b4ee8.

* change of heart

* chances
  • Loading branch information
Karol1223 authored Dec 29, 2023
1 parent 0f4a730 commit 19b6385
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
9 changes: 4 additions & 5 deletions data/json/itemgroups/Locations_MapExtras/map_extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@
"subtype": "collection",
"id": "map_extra_science_corpse",
"container-item": "corpse_generic_human",
"//": "Half the time a wallet with an id card, all the time a lab coat",
"//": "3/4 times a wallet with an id card, all the time a lab coat",
"entries": [
{ "group": "wallets_science", "prob": 50 },
{ "group": "wallets_science", "prob": 75 },
{ "item": "coat_lab", "damage": [ 1, 3 ] },
{ "group": "science" },
{ "group": "lab_pants", "damage": [ 1, 3 ] },
{ "group": "socks_unisex", "damage": [ 1, 3 ] },
{ "group": "lab_shoes", "damage": [ 1, 3 ] },
{ "group": "lab_torso", "damage": [ 1, 3 ] },
{ "group": "underwear", "damage": [ 1, 3 ] },
{ "item": "left_leg_prosthetic", "prob": 10 },
{ "item": "right_leg_prosthetic", "prob": 10 }
{ "item": "left_leg_prosthetic", "prob": 2 },
{ "item": "right_leg_prosthetic", "prob": 2 }
]
},
{
Expand Down
1 change: 0 additions & 1 deletion data/json/mapgen/hazardous_waste_sarcophagus.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@
"c": { "item": "office_supplies", "chance": 60 },
"l": { "item": "cleaning", "chance": 60, "repeat": 2 },
"F": { "item": "office_paper", "chance": 50 },
" ": { "item": "map_extra_science", "chance": 1 },
"~": [
{ "item": "trash", "chance": 15 },
{ "item": "sewer", "chance": 15 },
Expand Down
16 changes: 8 additions & 8 deletions data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,9 @@
"mx_casings": 30,
"mx_fallen_shed": 30,
"mx_corpses": 30,
"mx_collegekids": 25,
"mx_collegekids": 20,
"mx_grass": 20,
"mx_science": 20,
"mx_science": 5,
"mx_toxic_waste": 10,
"mx_crater": 10,
"mx_military": 8,
Expand Down Expand Up @@ -641,9 +641,9 @@
"mx_knotweed_patch": 100,
"mx_casings": 30,
"mx_corpses": 30,
"mx_science": 20,
"mx_science": 5,
"mx_nest_wasp": 25,
"mx_collegekids": 25,
"mx_collegekids": 20,
"mx_drugdeal": 20,
"mx_grass2": 20,
"mx_fallen_shed": 20,
Expand Down Expand Up @@ -672,7 +672,7 @@
"mx_knotweed_patch": 140,
"mx_nest_dermatik": 75,
"mx_point_dead_vegetation": 60,
"mx_science": 50,
"mx_science": 15,
"mx_military": 25,
"mx_crater": 20,
"mx_drugdeal": 20,
Expand Down Expand Up @@ -728,7 +728,7 @@
"extras": {
"mx_helicopter": 10,
"mx_military": 50,
"mx_science": 400,
"mx_science": 50,
"mx_collegekids": 500,
"mx_roadblock": 830,
"mx_roadblock_mil": 170,
Expand Down Expand Up @@ -758,7 +758,7 @@
"mx_house_spider": 40,
"mx_house_wasp": 30,
"mx_military": 5,
"mx_science": 12,
"mx_science": 7,
"mx_collegekids": 15,
"mx_portal": 5,
"mx_crater": 60,
Expand Down Expand Up @@ -819,7 +819,7 @@
"mx_corpses": 30,
"mx_portal": 10,
"mx_portal_in": 10,
"mx_science": 10,
"mx_science": 5,
"mx_military": 4,
"mx_exocrash_1": 5,
"mx_exocrash_2": 5
Expand Down

0 comments on commit 19b6385

Please sign in to comment.