@@ -15,3 +15,6 @@ ent-FunBoardGames = { ent-CrateFunBoardGames }
|
|||||||
|
|
||||||
ent-FunATV = { ent-CrateFunATV }
|
ent-FunATV = { ent-CrateFunATV }
|
||||||
.desc = { ent-CrateFunATV.desc }
|
.desc = { ent-CrateFunATV.desc }
|
||||||
|
|
||||||
|
ent-FunParty = { ent-CrateFunParty }
|
||||||
|
.desc = { ent-CrateFunParty.desc }
|
||||||
@@ -22,5 +22,8 @@ ent-CrateFunSadTromboneImplants = Sad Trombone Implants
|
|||||||
ent-CrateFunLightImplants = Light Implants
|
ent-CrateFunLightImplants = Light Implants
|
||||||
.desc = Light up your skin with these implants!
|
.desc = Light up your skin with these implants!
|
||||||
|
|
||||||
|
ent-CrateFunParty = Party Crate
|
||||||
|
.desc = An entire party just waiting for you to open it. Includes party favors, party beverages, and even a cake.
|
||||||
|
|
||||||
ent-CrateFunSyndicateSegway = Syndicate segway crate
|
ent-CrateFunSyndicateSegway = Syndicate segway crate
|
||||||
.desc = A crate containing a two-wheeler that will help you escape from the security officers. Or not.
|
.desc = A crate containing a two-wheeler that will help you escape from the security officers. Or not.
|
||||||
|
|||||||
@@ -28,6 +28,16 @@
|
|||||||
category: Fun
|
category: Fun
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
- type: cargoProduct
|
||||||
|
id: FunParty
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Consumable/Food/Baked/cake.rsi
|
||||||
|
state: birthday
|
||||||
|
product: CrateFunParty
|
||||||
|
cost: 1000
|
||||||
|
category: Fun
|
||||||
|
group: market
|
||||||
|
|
||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
id: FunPlushies
|
id: FunPlushies
|
||||||
icon:
|
icon:
|
||||||
|
|||||||
@@ -136,6 +136,29 @@
|
|||||||
- id: LightImplanter
|
- id: LightImplanter
|
||||||
amount: 3
|
amount: 3
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateFunParty
|
||||||
|
parent: CrateGenericSteel
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: GlowstickBase
|
||||||
|
amount: 2
|
||||||
|
- id: GlowstickBlue
|
||||||
|
amount: 2
|
||||||
|
- id: GlowstickPurple
|
||||||
|
amount: 2
|
||||||
|
- id: GlowstickRed
|
||||||
|
amount: 2
|
||||||
|
- id: GlowstickYellow
|
||||||
|
amount: 2
|
||||||
|
- id: FoodCakeBirthday
|
||||||
|
amount: 1
|
||||||
|
- id: DrinkLean
|
||||||
|
amount: 4
|
||||||
|
- id: KnifePlastic
|
||||||
|
amount: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateFunSyndicateSegway
|
id: CrateFunSyndicateSegway
|
||||||
parent: CrateLivestock
|
parent: CrateLivestock
|
||||||
|
|||||||
Reference in New Issue
Block a user