remove unsafe presents from present tree. (#23118)
(cherry picked from commit 89ccd6aaba)
This commit is contained in:
parent
2494c7813e
commit
ff6bd3587b
|
|
@ -422,15 +422,12 @@
|
|||
spawnEntries:
|
||||
- id: PresentRandom
|
||||
orGroup: present
|
||||
# - id: PresentRandomUnsafe # DeltaV - Disabled until we get a list of actually safe items.
|
||||
# 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
|
||||
|
|
@ -364,9 +364,6 @@
|
|||
orGroup: GiftPool
|
||||
- id: BalloonSyn
|
||||
orGroup: GiftPool
|
||||
- id: WeaponPulseCarbine
|
||||
prob: .001
|
||||
orGroup: GiftPool
|
||||
- id: RGBStaff
|
||||
orGroup: GiftPool
|
||||
- id: ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue