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:
parent
9f95363f66
commit
800c08139b
|
|
@ -32,3 +32,6 @@
|
|||
- VendingMachineStarkist
|
||||
- VendingMachineSpaceUp
|
||||
chance: 1
|
||||
rarePrototypes:
|
||||
- MobMimic
|
||||
rareChance: 0.001
|
||||
|
|
|
|||
|
|
@ -23,3 +23,6 @@
|
|||
- VendingMachineStarkist
|
||||
- VendingMachineSpaceUp
|
||||
chance: 1
|
||||
rarePrototypes:
|
||||
- MobMimic
|
||||
rareChance: 0.001
|
||||
|
|
|
|||
|
|
@ -20,3 +20,6 @@
|
|||
- VendingMachineChang
|
||||
- VendingMachineDonut
|
||||
chance: 1
|
||||
rarePrototypes:
|
||||
- MobMimic
|
||||
rareChance: 0.001
|
||||
|
|
|
|||
Loading…
Reference in New Issue