forked from DeltaV-Station/Delta-v
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b92d1a9
commit 65c3a11
Showing
4 changed files
with
63 additions
and
46 deletions.
There are no files selected for viewing
92 changes: 46 additions & 46 deletions
92
Resources/Prototypes/Nyanotrasen/Entities/Objects/Consumable/Food/candy.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 |
---|---|---|
@@ -1,47 +1,47 @@ | ||
#- type: entity | ||
# parent: FoodBase | ||
# id: FoodLollipop | ||
# name: lollipop | ||
# description: For being such a good sport. | ||
# components: | ||
# - type: SolutionContainerManager | ||
# solutions: | ||
# food: | ||
# maxVol: 15 | ||
# reagents: | ||
# - ReagentId: Sugar | ||
# Quantity: 3 | ||
# - ReagentId: Nutriment | ||
# Quantity: 3 | ||
# - ReagentId: Omnizine | ||
# Quantity: 3 | ||
# - ReagentId: Iron | ||
# Quantity: 3 | ||
# - ReagentId: Vitamin | ||
# Quantity: 3 | ||
# - type: Sprite | ||
# sprite: Objects/Consumable/Food/candy.rsi | ||
# state: lollipop | ||
- type: entity | ||
parent: FoodBase | ||
id: FoodLollipop | ||
name: lollipop | ||
description: For being such a good sport. | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 15 | ||
reagents: | ||
- ReagentId: Sugar | ||
Quantity: 3 | ||
- ReagentId: Nutriment | ||
Quantity: 3 | ||
- ReagentId: Omnizine | ||
Quantity: 3 | ||
- ReagentId: Iron | ||
Quantity: 3 | ||
- ReagentId: Vitamin | ||
Quantity: 3 | ||
- type: Sprite | ||
sprite: Nyanotrasen/Objects/Consumable/Food/candy.rsi | ||
state: lollipop | ||
|
||
#- type: entity | ||
# parent: FoodBase | ||
# id: FoodGumball | ||
# name: gumball | ||
# description: For being such a good sport. | ||
# components: | ||
# - type: SolutionContainerManager | ||
# solutions: | ||
# food: | ||
# maxVol: 15 | ||
# reagents: | ||
# - ReagentId: Sugar | ||
# Quantity: 5 | ||
# - ReagentId: Kelotane | ||
# Quantity: 3 | ||
# - ReagentId: Tricordrazine | ||
# Quantity: 3 | ||
# - ReagentId: Dylovene | ||
# Quantity: 3 | ||
# - type: Sprite | ||
# sprite: Objects/Consumable/Food/candy.rsi | ||
# state: gumball | ||
- type: entity | ||
parent: FoodBase | ||
id: FoodGumball | ||
name: gumball | ||
description: For being such a good sport. | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 15 | ||
reagents: | ||
- ReagentId: Sugar | ||
Quantity: 5 | ||
- ReagentId: Kelotane | ||
Quantity: 3 | ||
- ReagentId: Tricordrazine | ||
Quantity: 3 | ||
- ReagentId: Dylovene | ||
Quantity: 3 | ||
- type: Sprite | ||
sprite: Nyanotrasen/Objects/Consumable/Food/candy.rsi | ||
state: gumball |
Binary file added
BIN
+323 Bytes
Resources/Textures/Nyanotrasen/Objects/Consumable/Food/candy.rsi/gumball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+325 Bytes
Resources/Textures/Nyanotrasen/Objects/Consumable/Food/candy.rsi/lollipop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
Resources/Textures/Nyanotrasen/Objects/Consumable/Food/candy.rsi/meta.json
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,17 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "gumball" | ||
}, | ||
{ | ||
"name": "lollipop" | ||
} | ||
] | ||
} |