-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the divine cookie, an admin reward (#1184)
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/Baked/misc.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |