Skip to content

Commit

Permalink
add slime, bird samples to the rest sample spawns (CleverRaven#58270)
Browse files Browse the repository at this point in the history
# |<-- Using around 50, Maximum 72 Characters -->|

those two particular samples were missing in the loot-table
# |<----      Limit Each Line to a Maximum Of 72 Characters       ---->|

closes CleverRaven#58255
# Provide links or keys to any relevant tickets, articles or other resources
# Example: fixes CleverRaven#1234, closes CleverRaven#2345, resolves CleverRaven#3456, references CleverRaven#4567
  • Loading branch information
OldFriendEr authored and bombasticSlacks committed Jun 10, 2022
1 parent 4524586 commit 71459d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/Labs/labs_mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
{ "item": "lupine_sample", "prob": 40, "count": [ 1, 3 ] },
{ "item": "feline_sample", "prob": 40, "count": [ 1, 3 ] },
{ "item": "plant_sample", "prob": 40, "count": [ 1, 3 ] },
{ "item": "slime_sample", "prob": 40, "count": [ 1, 3 ] },
{ "item": "bird_sample", "prob": 40, "count": [ 1, 3 ] },
{ "item": "egg_reptile", "prob": 20, "count-min": 1, "count-max": 12 },
{ "item": "water_clean", "container-item": "bottle_plastic", "prob": 65, "count": [ 1, 3 ], "sealed": false },
{ "item": "water_mineral", "container-item": "bottle_plastic", "prob": 35, "count": [ 1, 2 ], "sealed": false }
Expand Down
2 changes: 2 additions & 0 deletions data/json/itemgroups/supplies.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@
{ "item": "lupine_sample", "prob": 10, "count": [ 1, 3 ] },
{ "item": "feline_sample", "prob": 10, "count": [ 1, 3 ] },
{ "item": "plant_sample", "prob": 10, "count": [ 3, 6 ] },
{ "item": "slime_sample", "prob": 10, "count": [ 3, 6 ] },
{ "item": "bird_sample", "prob": 10, "count": [ 3, 6 ] },
{ "item": "sweetbread", "prob": 10, "count": [ 1, 3 ] }
]
},
Expand Down

0 comments on commit 71459d8

Please sign in to comment.