fish-station/Content.Shared/GameObjects/Components
metalgearsloth de148fc98f Add hunger and thirst (#363)
* 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
2019-11-11 22:20:03 +01:00
..
Access Make ID console fancier. 2019-10-21 22:54:16 +02:00
Chemistry Add hunger and thirst (#363) 2019-11-11 22:20:03 +01:00
Construction Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
Damage Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
Doors Disable unlit layers on unpowered airlocks. 2019-10-13 16:39:21 +02:00
Inventory Added OpenStorage trigger on ActivateItemInWorld 2019-08-07 15:56:22 -07:00
Items Move ClientChangedHandMsg to Content assembly. This Resolves https://github.com/space-wizards/RobustToolbox/issues/703. 2019-08-31 17:49:18 -07:00
Markers Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
Materials Use automatic component registration. 2019-07-31 15:07:54 +02:00
Medical Added medical scanner (#338) 2019-09-18 20:24:55 +02:00
Mobs Add hunger and thirst (#363) 2019-11-11 22:20:03 +01:00
Movement Add basic teleportation and portals (#269) 2019-07-19 10:09:33 +02:00
Nutrition Add hunger and thirst (#363) 2019-11-11 22:20:03 +01:00
Power Improve autolathe & protolathe visuals. 2019-10-14 09:57:57 +02:00
Research Fixed TechnologyDatabaseState warning (#334) 2019-09-06 15:25:07 +02:00
Sound Rename toolbox references from ss14 to robust 2019-04-15 21:11:38 -06:00
Storage Storage system refactor & map init. 2019-05-05 18:52:06 +02:00
Trigger Explosions and Grenades, Triggers, OnDestroy, OnExAct, Fueltanks and destructible tables (#247) 2019-06-07 13:15:20 +02:00
VendingMachines Vending Machines (#296) 2019-08-14 10:49:28 +02:00
Weapons Shitty combat mode & animations. (#367) 2019-09-26 22:32:32 +02:00
SharedComputerComponent.cs Eris computer sprites, visualizer. 2019-08-12 18:43:24 +02:00
SharedWiresComponent.cs Airlock hacking (#329) 2019-09-06 10:05:02 +02:00