Skip to content

Commit

Permalink
Clean up and rebalance microlab palette item spawns (cataclysmbnteam#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored May 1, 2023
1 parent 2f7f001 commit 2886e11
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions data/json/mapgen_palettes/microlab.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,13 @@
"d": { "item": "office", "chance": 70, "repeat": [ 1, 3 ] },
"B": [ { "item": "textbooks", "chance": 50 }, { "item": "manuals", "chance": 50 } ],
"F": [
{ "item": "supplies_reagents_lab", "chance": 70, "repeat": [ 2, 5 ] },
{ "item": "supplies_samples_lab", "chance": 40, "repeat": [ 1, 3 ] }
{ "item": "supplies_reagents_lab", "chance": 75, "repeat": 4 },
{ "item": "supplies_samples_lab", "chance": 50, "repeat": 2 }
],
"U": [
{ "item": "tools_science", "chance": 30, "repeat": [ 1, 3 ] },
{ "item": "supplies_reagents_lab", "chance": 70, "repeat": [ 1, 3 ] },
{ "item": "supplies_samples_lab", "chance": 10, "repeat": [ 1, 2 ] }
],
"c": [
{ "item": "tools_science", "chance": 30, "repeat": [ 1, 3 ] },
{ "item": "supplies_reagents_lab", "chance": 70, "repeat": [ 1, 3 ] },
{ "item": "supplies_samples_lab", "chance": 10, "repeat": [ 1, 2 ] }
],
"R": [
{ "item": "tools_robotics", "chance": 20, "repeat": [ 1, 3 ] },
{ "item": "robots", "chance": 40, "repeat": [ 1, 3 ] },
{ "item": "supplies_electronics", "chance": 40, "repeat": [ 1, 3 ] }
],
"O": [ { "item": "tools_robotics", "chance": 40, "repeat": [ 1, 3 ] }, { "item": "schematics", "chance": 2 } ],
"U": [ { "item": "softdrugs", "chance": 50, "repeat": 2 }, { "item": "surgery", "chance": 25, "repeat": 3 } ],
"c": [ { "item": "tools_science", "chance": 50, "repeat": 3 }, { "item": "supplies_reagents_lab", "chance": 10 } ],
"R": [ { "item": "robots", "chance": 50, "repeat": 2 }, { "item": "supplies_electronics", "chance": 50, "repeat": 3 } ],
"O": [ { "item": "tools_robotics", "chance": 50, "repeat": 3 }, { "item": "schematics", "chance": 5 } ],
"i": { "item": "cleaning", "chance": 20 }
},
"vendingmachines": { "V": { } }
Expand Down

0 comments on commit 2886e11

Please sign in to comment.