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

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
Velcroboy
2024-01-07 16:36:21 -06:00
committed by GitHub
parent 1638d52ebf
commit fd3c529717
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