remove unsafe presents from present tree. (#23118)
This commit is contained in:
@@ -422,15 +422,12 @@
|
||||
spawnEntries:
|
||||
- id: PresentRandom
|
||||
orGroup: present
|
||||
- id: PresentRandomUnsafe
|
||||
prob: 0.35
|
||||
orGroup: present
|
||||
- id: PresentRandomInsane
|
||||
prob: 0.20
|
||||
orGroup: present
|
||||
- id: PresentRandomCash
|
||||
prob: 0.20
|
||||
orGroup: present
|
||||
- id: PresentRandomAsh
|
||||
prob: 0.05
|
||||
orGroup: present
|
||||
receivedPopup: christmas-tree-got-gift
|
||||
deniedPopup: christmas-tree-no-gift
|
||||
requiredHoliday: FestiveSeason
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
- type: entity
|
||||
id: PresentRandomUnsafe
|
||||
parent: [PresentBase, BaseItem]
|
||||
suffix: Filled Unsafe
|
||||
suffix: Filled, any item
|
||||
components:
|
||||
- type: RandomGift
|
||||
wrapper: PresentTrash
|
||||
@@ -35,7 +35,7 @@
|
||||
- type: entity
|
||||
id: PresentRandomInsane
|
||||
parent: PresentRandomUnsafe
|
||||
suffix: Filled Insane
|
||||
suffix: Filled, any entity
|
||||
components:
|
||||
- type: RandomGift
|
||||
insaneMode: true
|
||||
@@ -356,9 +356,6 @@
|
||||
orGroup: GiftPool
|
||||
- id: BalloonSyn
|
||||
orGroup: GiftPool
|
||||
- id: WeaponPulseCarbine
|
||||
prob: .001
|
||||
orGroup: GiftPool
|
||||
- id: RGBStaff
|
||||
orGroup: GiftPool
|
||||
sound:
|
||||
|
||||
Reference in New Issue
Block a user