Skip to content

Commit

Permalink
Bulk Mystery Figurines Box (#817)
Browse files Browse the repository at this point in the history
* Bulk Mystery Figurines

* Update cargo_fun.yml

* Update fun-crates.ftl

* Update fun.yml

* Happy Honk
  • Loading branch information
dvir001 committed Jan 3, 2024
1 parent 237c70d commit 2861ec5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
startingInventory:
HappyHonk: 10
HappyHonkMime: 4
MysteryFigureBoxBulk: 5
emaggedInventory:
HappyHonkCluwne: 1
HappyHonkNukie: 1
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/figurine_boxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@
- id: ToyFigurineHamlet
prob: 0.20
orGroup: SpacemenFig
- type: Tag
tags:
- MysteryFigureBox
10 changes: 0 additions & 10 deletions Resources/Prototypes/_NF/Catalog/Cargo/cargo_fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,3 @@
cost: 1000
category: Fun
group: market

# - type: cargoProduct
# id: FunDawInstrument
# icon:
# sprite: Objects/Fun/Instruments/structureinstruments.rsi
# state: daw-base
# product: DawInstrument
# cost: 15000
# category: Fun
# group: market
21 changes: 21 additions & 0 deletions Resources/Prototypes/_NF/Catalog/Fills/Boxes/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,24 @@
contents:
- id: PaperCaptainsThoughts
amount: 10

- type: entity
name: mystery spacemen minifigure bulk box
parent: BoxCardboard
id: MysteryFigureBoxBulk
description: A box containing six mystery minifigure boxes.
components:
- type: StorageFill
contents:
- id: MysteryFigureBox
amount: 6
- type: Storage
capacity: 30
whitelist:
tags:
- MysteryFigureBox
- type: Sprite
layers:
- state: box
- type: VendPrice
price: 1200
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
- type: Tag
id: LavaMercenary

- type: Tag
id: MysteryFigureBox

- type: Tag
id: WhoopieCushion

Expand Down

0 comments on commit 2861ec5

Please sign in to comment.