-
Notifications
You must be signed in to change notification settings - Fork 47
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
Showing
7 changed files
with
94 additions
and
6 deletions.
There are no files selected for viewing
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
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
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/ADT/Reagents/Consumable/Food/food.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,18 @@ | ||
- type: reagent | ||
id: ADTCondensedMilk | ||
name: reagent-name-condensedmilk | ||
group: Foods | ||
desc: reagent-desc-condensedmilk | ||
physicalDesc: reagent-physical-desc-gloopy | ||
flavor: adtconsideredmilk | ||
color: "#fcfcf2" | ||
recognizable: true | ||
metabolisms: | ||
Food: | ||
effects: | ||
- !type:AdjustReagent | ||
reagent: Sugar | ||
amount: 0.5 | ||
- !type:AdjustReagent | ||
reagent: Nutriment | ||
amount: 0.2 |
Binary file added
BIN
+938 Bytes
Resources/Textures/ADT/Objects/Consumable/Food/condensed_milk.rsi/icon-open.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
+667 Bytes
Resources/Textures/ADT/Objects/Consumable/Food/condensed_milk.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
Resources/Textures/ADT/Objects/Consumable/Food/condensed_milk.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,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "by discord not_so_big_chungus", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "icon-open" | ||
}, | ||
{ | ||
"name": "trash" | ||
} | ||
] | ||
} |
Binary file added
BIN
+920 Bytes
Resources/Textures/ADT/Objects/Consumable/Food/condensed_milk.rsi/trash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.