Bulk plushie lizard crate (#23927)

* make the bulk crate order

* added space lizard plushies to bulk crate
This commit is contained in:
Kukutis96513
2024-01-12 01:18:28 +02:00
committed by GitHub
parent 581c95ed72
commit bd17444cc5
4 changed files with 27 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
ent-FunPlushies = { ent-CrateFunPlushie } ent-FunPlushies = { ent-CrateFunPlushie }
.desc = { ent-CrateFunPlushie.desc } .desc = { ent-CrateFunPlushie.desc }
ent-FunLizardPlushies = { ent-CrateFunLizardPlushieBulk }
.desc = { ent-CrateFunLizardPlushieBulk.desc }
ent-FunInstruments = { ent-CrateFunInstruments } ent-FunInstruments = { ent-CrateFunInstruments }
.desc = { ent-CrateFunInstruments.desc } .desc = { ent-CrateFunInstruments.desc }

View File

@@ -1,6 +1,9 @@
ent-CrateFunPlushie = Plushie crate ent-CrateFunPlushie = Plushie crate
.desc = A buncha soft plushies. Throw them around and then wonder how you're gonna explain this purchase to NT. .desc = A buncha soft plushies. Throw them around and then wonder how you're gonna explain this purchase to NT.
ent-CrateFunLizardPlushieBulk = Bulk lizard plushie crate
.desc = A buncha soft lizard plushies. Throw them around and then wonder how you're gonna explain this purchase to NT.
ent-CrateFunInstrumentsVariety = Variety instrument collection ent-CrateFunInstrumentsVariety = Variety instrument collection
.desc = Get your sad station movin' and groovin' with this catch-all variety pack! Contains seven different instruments. .desc = Get your sad station movin' and groovin' with this catch-all variety pack! Contains seven different instruments.

View File

@@ -98,6 +98,16 @@
category: Fun category: Fun
group: market group: market
- type: cargoProduct
id: FunLizardPlushies
icon:
sprite: Objects/Fun/toys.rsi
state: plushie_lizard
product: CrateFunLizardPlushieBulk
cost: 2500
category: Fun
group: market
- type: cargoProduct - type: cargoProduct
id: FunBoardGames id: FunBoardGames
icon: icon:

View File

@@ -27,6 +27,17 @@
- id: PlushieArachind - id: PlushieArachind
- id: PlushiePenguin - id: PlushiePenguin
- type: entity
id: CrateFunLizardPlushieBulk
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: PlushieLizard
amount: 3
- id: PlushieSpaceLizard
amount: 2
- type: entity - type: entity
id: CrateFunInstrumentsVariety id: CrateFunInstrumentsVariety
parent: CrateGenericSteel parent: CrateGenericSteel