Skip to content

Commit

Permalink
Adds the Grimble plush to tables and lathes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 2, 2024
1 parent d5defa5 commit 237b2ca
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
id: PlushieArachind
- !type:EntSelector
id: PlushiePenguin
- !type:EntSelector
id: PlushieGrim

- type: entity
id: CrateFunPlushie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,8 @@
- id: PlushieMothBartender
prob: 0.5
orGroup: Plushie
- id: PlushieGrim
orGroup: Plushie

# Random snacks, replaces MailChocolate (lousy animal organs)
- type: entity
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Objects/Decoration/present.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
orGroup: GiftPool
- id: PlushieArachind
orGroup: GiftPool
- id: PlushieGrim
orGroup: GiftPool
- id: ClothingNeckCloakMoth
orGroup: GiftPool
- id: ToyMouse
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/prizeticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@
- id: PlushieAbductor
prob: 0.50
orGroup: Prize
- id: PlushieGrim
prob: 0.50
orGroup: Prize
- id: PlushieTrystan
prob: 0.50
orGroup: Prize
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,7 @@
- CrazyGlue
- PlushieRatvar
- PlushieNar
- PlushieGrim
- type: EmagLatheRecipes
emagStaticRecipes:
- PlushieGhost
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/prizecounter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,14 @@
materials:
PrizeTicket: 80

- type: latheRecipe
id: PlushieGrim
result: PlushieGrim
applyMaterialDiscount: false
completeTime: 0.1
materials:
PrizeTicket: 50

# EMAG

- type: latheRecipe
Expand Down

0 comments on commit 237b2ca

Please sign in to comment.