Bulk plushie lizard crate (#23927)
* make the bulk crate order * added space lizard plushies to bulk crate
This commit is contained in:
@@ -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 }
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user