Categories Home Attributes AIs Productions Food Preferences Recipes

Introduction

'food_preferences/fluid/modid/animal.json' contains list of fluids which provides "nutrient" and "stomach". This fluid preferences decides amount of "nutrient" and "stomach" provided by AI drink milk .

Grammar

"food_preferences/fluid/modid/animal.json" : 
    [
        {
            "fluid": string,
            "nutrient": double,
            "stomach": double
        },
        ...
    ]