Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prize Ball Crate #159

Merged
merged 6 commits into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

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
Loading