remove unsafe presents from present tree. (#23118)

(cherry picked from commit 89ccd6aaba)
This commit is contained in:
Whisper 2023-12-28 17:54:09 +01:00 committed by Debug
parent 2494c7813e
commit ff6bd3587b
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
2 changed files with 5 additions and 11 deletions

View File

@ -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

View File

@ -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