Add Mystery Figure Crate (#19134)
* Crate YML Files * Minor figurine spelling correction * Removing empty spaces * Lower Price * Adding Rare Box
This commit is contained in:
@@ -48,3 +48,6 @@ ent-CrateFunBoxing = Boxing Crate
|
||||
|
||||
ent-CrateFunBikeHornImplants = Bike Horn Implants
|
||||
.desc = A thousand honks a day keeps security officers away!
|
||||
|
||||
ent-CrateFunMysteryFigurines = Mystery Figure Crate
|
||||
.desc = A collection of 10 Mystery Figurine boxes. Duplicates non refundable.
|
||||
|
||||
@@ -177,3 +177,13 @@
|
||||
cost: 1000
|
||||
category: Fun
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: FunMysteryFigurines
|
||||
icon:
|
||||
sprite: Objects/Fun/figurines.rsi
|
||||
state: fig_box
|
||||
product: CrateFunMysteryFigurines
|
||||
cost: 4000
|
||||
category: Fun
|
||||
group: market
|
||||
@@ -276,3 +276,15 @@
|
||||
contents:
|
||||
- id: BikeHornImplanter
|
||||
amount: 3
|
||||
|
||||
- type: entity
|
||||
id: CrateFunMysteryFigurines
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MysteryFigureBox
|
||||
amount: 10
|
||||
- id: MysteryFigureBox
|
||||
amount: 15
|
||||
prob: 0.05
|
||||
@@ -212,7 +212,7 @@
|
||||
parent: BaseFigurine
|
||||
id: ToyFigurineScientist
|
||||
name: scientist figurine
|
||||
description: A figurine depicting a Scienist donning a labcoat.
|
||||
description: A figurine depicting a Scientist donning a labcoat.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: scientist
|
||||
|
||||
Reference in New Issue
Block a user