Skip to content

Commit

Permalink
Add the divine cookie, an admin reward (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
arimah authored Apr 4, 2024
1 parent 15d626a commit 16a3b85
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- type: entity
name: divine cookie
parent: FoodBakedBase
id: FoodBakedCookieDivine
description: This cookie looks incredibly delicious. Whoever made it must really appreciate you.
suffix: DO NOT MAP
components:
- type: Sprite
state: cookie-sugar
- type: FlavorProfile
flavors:
- sublime
- magical
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Sugar
Quantity: 5
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Omnizine
Quantity: 5
- ReagentId: Flavorol
Quantity: 3
- type: PointLight
color: "#FFFFCC"
radius: 1.25
energy: 0.75

0 comments on commit 16a3b85

Please sign in to comment.