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
|
ent-CrateFunBikeHornImplants = Bike Horn Implants
|
||||||
.desc = A thousand honks a day keeps security officers away!
|
.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
|
cost: 1000
|
||||||
category: Fun
|
category: Fun
|
||||||
group: market
|
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:
|
contents:
|
||||||
- id: BikeHornImplanter
|
- id: BikeHornImplanter
|
||||||
amount: 3
|
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
|
parent: BaseFigurine
|
||||||
id: ToyFigurineScientist
|
id: ToyFigurineScientist
|
||||||
name: scientist figurine
|
name: scientist figurine
|
||||||
description: A figurine depicting a Scienist donning a labcoat.
|
description: A figurine depicting a Scientist donning a labcoat.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: scientist
|
state: scientist
|
||||||
|
|||||||
Reference in New Issue
Block a user