Skip to content

Commit

Permalink
Merge pull request Simple-Station#159 from ShatteredSwords/Plushie-Cr…
Browse files Browse the repository at this point in the history
…ate-Back

Prize Ball Crate
  • Loading branch information
FoxxoTrystan committed Aug 31, 2024
2 parents ef6331b + 99fb8b6 commit 45503d4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Fun/prizeticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
- id: CrayonBox
prob: 0.80
orGroup: Prize
- id: BasePetRock
- id: PetRock
prob: 0.80
orGroup: Prize
# Uncommon
Expand Down Expand Up @@ -392,4 +392,4 @@
- id: ThronglerToy
prob: 0.30
orGroup: Prize


9 changes: 9 additions & 0 deletions Resources/Prototypes/Floof/Catalog/Cargo/cargo_fun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: cargoProduct
id: FunPrizeBall
icon:
sprite: Objects/Fun/prizeticket.rsi
state: prizeball
product: CratePrizeBall
cost: 5000
category: cargoproduct-category-name-fun
group: market
10 changes: 10 additions & 0 deletions Resources/Prototypes/Floof/Catalog/Fills/Crates/prizeball.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
id: CratePrizeBall
parent: CrateGenericSteel
name: prize ball crate
description: For when you really, really suck at arcade games, like gacha games, or if your station does not have a prize vendor.
components:
- type: StorageFill
contents:
- id: PrizeBall
amount: 10

0 comments on commit 45503d4

Please sign in to comment.