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