@@ -15,3 +15,6 @@ ent-FunBoardGames = { ent-CrateFunBoardGames }
|
||||
|
||||
ent-FunATV = { ent-CrateFunATV }
|
||||
.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
|
||||
.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
|
||||
.desc = A crate containing a two-wheeler that will help you escape from the security officers. Or not.
|
||||
|
||||
@@ -28,6 +28,16 @@
|
||||
category: Fun
|
||||
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
|
||||
id: FunPlushies
|
||||
icon:
|
||||
|
||||
@@ -113,10 +113,10 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: VehicleATV
|
||||
amount: 1
|
||||
- id: VehicleKeyATV
|
||||
amount: 1
|
||||
- id: VehicleATV
|
||||
amount: 1
|
||||
- id: VehicleKeyATV
|
||||
amount: 1
|
||||
|
||||
- type: entity
|
||||
id: CrateFunSadTromboneImplants
|
||||
@@ -131,11 +131,34 @@
|
||||
id: CrateFunLightImplants
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: LightImplanter
|
||||
amount: 3
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: LightImplanter
|
||||
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
|
||||
id: CrateFunSyndicateSegway
|
||||
parent: CrateLivestock
|
||||
|
||||
Reference in New Issue
Block a user