DietEntry - DragonSurvivalTeam/DragonSurvival GitHub Wiki
Description
A DietEntry is list of items that are edible for a dragon. There is also an option to replace the normal food properties of the item for that dragon.
Parents
This object is used by the following objects:
Schema
{
"items": [Items] // [Mandatory] || The items to replace the FoodProperties of.
"properties": [FoodProperties] // [Optional] || The new food properties for those items.
}