* Add hunger and thirst Based on the SS13 systems. Food (Nutriment) / Drink -> Stomach -> Hunger / Thirst * Cleanup rebase * Cleanup stuff that was prototyped * Address feedback Still need to add a statuseffects system in a separate branch * More cleanup on nutrition Fix Remie's feedback and also damage tick. * Re-implement nutrition with master * Updated to use the StatusEffectsUI update * Removed all clientside components as they only receive the UI updates now * Implemented PR feedback * Had to make a slight adjustment to the chemistry SolutionComponent given it doesn't have an Owner, same with Solution Still TODO: * Metabolisation effects * Change drink contents to alcohol / wine etc. * Add items to the dispensers * For transparent containers use RecalculateColor Could probably genericise DrinkFoodContainer as well to be a temporary item dispenser * Fix broken bottle parent
31 lines
649 B
JSON
31 lines
649 B
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/trash.dmi",
|
|
"states": [
|
|
{
|
|
"name": "icon",
|
|
"directions": 1
|
|
},
|
|
{
|
|
"name": "icon-0",
|
|
"directions": 1
|
|
},
|
|
{
|
|
"name": "icon-1",
|
|
"directions": 1
|
|
},
|
|
{
|
|
"name": "icon-2",
|
|
"directions": 1
|
|
},
|
|
{
|
|
"name": "icon-3",
|
|
"directions": 1
|
|
}
|
|
]
|
|
} |