Adds .001 chance for vending spawners to spawn mimic (#21997)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
(cherry picked from commit fd3c529717b9b03260fb7d783e774b4217922c6c)
This commit is contained in:
Velcroboy 2024-01-07 16:36:21 -06:00 committed by Debug
parent 9f95363f66
commit 800c08139b
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
3 changed files with 9 additions and 0 deletions

View File

@ -32,3 +32,6 @@
- VendingMachineStarkist
- VendingMachineSpaceUp
chance: 1
rarePrototypes:
- MobMimic
rareChance: 0.001

View File

@ -23,3 +23,6 @@
- VendingMachineStarkist
- VendingMachineSpaceUp
chance: 1
rarePrototypes:
- MobMimic
rareChance: 0.001

View File

@ -20,3 +20,6 @@
- VendingMachineChang
- VendingMachineDonut
chance: 1
rarePrototypes:
- MobMimic
rareChance: 0.001