- id: PresentRandom
orGroup: present
- id: PresentRandomUnsafe
- prob: 0.25
+ prob: 0.35
orGroup: present
- id: PresentRandomInsane
- prob: 0.10
+ prob: 0.20
+ orGroup: present
+ - id: PresentRandomCash
+ prob: 0.20
orGroup: present
receivedPopup: christmas-tree-got-gift
deniedPopup: christmas-tree-no-gift
sound:
path: /Audio/Effects/unwrap.ogg
+- type: entity
+ id: PresentRandomAsh
+ parent: [PresentBase, BaseItem]
+ suffix: Filled Ash
+ components:
+ - type: SpawnItemsOnUse
+ items:
+ - id: PresentTrash
+ - id: Ash # No coal yet!
+ orGroup: GiftPool
+ sound:
+ path: /Audio/Effects/unwrap.ogg
+
+- type: entity
+ id: PresentRandomCash
+ parent: [PresentBase, BaseItem]
+ suffix: Filled Cash
+ components:
+ - type: SpawnItemsOnUse
+ items:
+ - id: PresentTrash
+ - id: SpaceCash
+ prob: .01
+ orGroup: GiftPool
+ - id: SpaceCash10
+ prob: .1
+ orGroup: GiftPool
+ - id: SpaceCash100
+ prob: .5
+ orGroup: GiftPool
+ - id: SpaceCash500
+ orGroup: GiftPool
+ - id: SpaceCash1000
+ prob: .01
+ orGroup: GiftPool
+ - id: SpaceCash2500
+ prob: .004
+ orGroup: GiftPool
+ - id: SpaceCash5000
+ prob: .002
+ orGroup: GiftPool
+ - id: SpaceCash10000
+ prob: .001
+ orGroup: GiftPool
+ - id: SpaceCash1000000
+ prob: .000001
+ orGroup: GiftPool
+ sound:
+ path: /Audio/Effects/unwrap.ogg
+
- type: entity
id: PresentTrash
noSpawn: true