diff --git a/Resources/Prototypes/Entities/Objects/Fun/prizeticket.yml b/Resources/Prototypes/Entities/Objects/Fun/prizeticket.yml index 695e45a2e64..ced65ed92f0 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/prizeticket.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/prizeticket.yml @@ -282,7 +282,7 @@ - id: CrayonBox prob: 0.80 orGroup: Prize - - id: BasePetRock + - id: PetRock prob: 0.80 orGroup: Prize # Uncommon @@ -392,4 +392,4 @@ - id: ThronglerToy prob: 0.30 orGroup: Prize - \ No newline at end of file + diff --git a/Resources/Prototypes/Floof/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Floof/Catalog/Cargo/cargo_fun.yml new file mode 100644 index 00000000000..bda250c4540 --- /dev/null +++ b/Resources/Prototypes/Floof/Catalog/Cargo/cargo_fun.yml @@ -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 diff --git a/Resources/Prototypes/Floof/Catalog/Fills/Crates/prizeball.yml b/Resources/Prototypes/Floof/Catalog/Fills/Crates/prizeball.yml new file mode 100644 index 00000000000..2355b6d8bf7 --- /dev/null +++ b/Resources/Prototypes/Floof/Catalog/Fills/Crates/prizeball.yml @@ -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