Party Crate (#12794)

* party time

* inflation
This commit is contained in:
Checkraze
2022-12-19 23:02:02 -05:00
committed by GitHub
parent 95011a4a97
commit 4d35bf002c
4 changed files with 47 additions and 8 deletions

View File

@@ -15,3 +15,6 @@ ent-FunBoardGames = { ent-CrateFunBoardGames }
ent-FunATV = { ent-CrateFunATV }
.desc = { ent-CrateFunATV.desc }
ent-FunParty = { ent-CrateFunParty }
.desc = { ent-CrateFunParty.desc }

View File

@@ -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.

View File

@@ -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:

View File

@@ -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