[Spawn] Plush Dion now spawns (#14986)

* [Spawn] Diona Plush now spawns

shkibididopdop

* compiled code fun.yml

removed "amount: 1", since it initially appears in the amount of 1 piece.
This commit is contained in:
Puro
2023-03-31 07:30:06 +03:00
committed by GitHub
parent a5b06cb96f
commit a487ed9df7
3 changed files with 4 additions and 41 deletions

View File

@@ -5,32 +5,19 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: PlushieBee - id: PlushieBee
amount: 1
- id: PlushieNar - id: PlushieNar
amount: 1
- id: PlushieCarp - id: PlushieCarp
amount: 1
- id: PlushieNuke - id: PlushieNuke
amount: 1
- id: PlushieSlime - id: PlushieSlime
amount: 1
- id: PlushieSnake - id: PlushieSnake
amount: 1
- id: PlushieLizard - id: PlushieLizard
amount: 1
- id: PlushieSpaceLizard - id: PlushieSpaceLizard
amount: 1
- id: PlushieVox - id: PlushieVox
amount: 1
- id: PlushieRouny - id: PlushieRouny
amount: 1
- id: PlushieRatvar - id: PlushieRatvar
amount: 1
- id: PlushieSharkBlue - id: PlushieSharkBlue
amount: 1
- id: PlushieAtmosian - id: PlushieAtmosian
amount: 1 - id: PlushieDiona
- type: entity - type: entity
id: CrateFunInstruments id: CrateFunInstruments
@@ -39,31 +26,18 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: SynthesizerInstrument - id: SynthesizerInstrument
amount: 1
- id: AcousticGuitarInstrument - id: AcousticGuitarInstrument
amount: 1
- id: ViolinInstrument - id: ViolinInstrument
amount: 1
- id: TrumpetInstrument - id: TrumpetInstrument
amount: 1
- id: ElectricGuitarInstrument - id: ElectricGuitarInstrument
amount: 1
- id: AccordionInstrument - id: AccordionInstrument
amount: 1
- id: HarmonicaInstrument - id: HarmonicaInstrument
amount: 1
- id: RecorderInstrument - id: RecorderInstrument
amount: 1
- id: TromboneInstrument - id: TromboneInstrument
amount: 1
- id: SaxophoneInstrument - id: SaxophoneInstrument
amount: 1
- id: GlockenspielInstrument - id: GlockenspielInstrument
amount: 1
- id: BanjoInstrument - id: BanjoInstrument
amount: 1
- id: BikeHornInstrument - id: BikeHornInstrument
amount: 1
- type: entity - type: entity
id: CrateFunBrass id: CrateFunBrass
@@ -78,9 +52,7 @@
- id: FrenchHornInstrument - id: FrenchHornInstrument
amount: 2 amount: 2
- id: EuphoniumInstrument - id: EuphoniumInstrument
amount: 1
- id: TubaInstrument - id: TubaInstrument
amount: 1
- type: entity - type: entity
id: CrateFunArtSupplies id: CrateFunArtSupplies
@@ -89,9 +61,7 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: CrayonBox - id: CrayonBox
amount: 1
- id: CrayonWhite - id: CrayonWhite
amount: 1
- type: entity - type: entity
id: CrateFunBoardGames id: CrateFunBoardGames
@@ -100,13 +70,9 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: ChessBoard - id: ChessBoard
amount: 1
- id: BackgammonBoard - id: BackgammonBoard
amount: 1
- id: ParchisBoard - id: ParchisBoard
amount: 1
- id: CheckerBoard - id: CheckerBoard
amount: 1
- id: d6Dice - id: d6Dice
amount: 4 amount: 4
@@ -117,9 +83,7 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: VehicleATV - id: VehicleATV
amount: 1
- id: VehicleKeyATV - id: VehicleKeyATV
amount: 1
- type: entity - type: entity
id: CrateFunSadTromboneImplants id: CrateFunSadTromboneImplants
@@ -156,11 +120,9 @@
- id: GlowstickYellow - id: GlowstickYellow
amount: 2 amount: 2
- id: FoodCakeBirthday - id: FoodCakeBirthday
amount: 1
- id: DrinkLean - id: DrinkLean
amount: 4 amount: 4
- id: KnifePlastic - id: KnifePlastic
amount: 1
- type: entity - type: entity
id: CrateFunSyndicateSegway id: CrateFunSyndicateSegway
@@ -169,6 +131,4 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: VehicleSyndicateSegway - id: VehicleSyndicateSegway
amount: 1
- id: VehicleKeySyndicateSegway - id: VehicleKeySyndicateSegway
amount: 1

View File

@@ -31,6 +31,7 @@
- PlushieSharkGrey - PlushieSharkGrey
- ToyAmongPequeno - ToyAmongPequeno
- ToyMouse - ToyMouse
- PlushieDiona
chance: 0.5 chance: 0.5
offset: 0.2 offset: 0.2

View File

@@ -87,6 +87,8 @@
orGroup: GiftPool orGroup: GiftPool
- id: ToyAmongPequeno - id: ToyAmongPequeno
orGroup: GiftPool orGroup: GiftPool
- id: PlushieDiona
orGroup: GiftPool
- id: ToyMouse - id: ToyMouse
orGroup: GiftPool orGroup: GiftPool
- id: ToyAi - id: ToyAi