As a user, in order to heal my Dino, I want the option to feed them food. There should be options for food based on its "size" that will heal a certain amount of hit points. The food could also be relevant to the diet of the dinosaur (IE: meat for carnivores and vegetables for herbivores)
Dev Notes
[] Foods Array with available foods
name
type (meat, plant/vegetable, dino chow)
percentage of health restored
food size (difference between a chicken and an elephant, or a pea and a whole tree or whatever)
Feed Dino 2.0
User Story
As a user, in order to heal my Dino, I want the option to feed them food. There should be options for food based on its "size" that will heal a certain amount of hit points. The food could also be relevant to the diet of the dinosaur (IE: meat for carnivores and vegetables for herbivores)
Dev Notes
Example Foods Array
Required Dino Attribute Addtions
STRETCH GOALS
large dinosaurs can eat small ones, but it takes lot more - STRETCH GOAL (would modify food health percentage before applying based on dino size)
Functionality handled above already