Unicopia/src/main/resources/data/unicopia/diets/races/hippogriff.json

97 lines
1.7 KiB
JSON

{
"default_multiplier": 0.5,
"foraging_multiplier": 0.8,
"multipliers": [
{
"tags": [
"unicopia:meat/cooked",
"unicopia:fish/cooked"
],
"hunger": 1.6,
"saturation": 1.6
},
{
"tags": [
"unicopia:nuts_and_seeds"
],
"hunger": 1.4,
"saturation": 1.4
},
{
"tags": [
"unicopia:baked_goods"
],
"hunger": 1,
"saturation": 1
},
{
"tags": [
"unicopia:meat/raw",
"unicopia:fish/raw"
],
"hunger": 0.6,
"saturation": 0.6
},
{
"tags": [ "unicopia:meat/rotten" ],
"hunger": 0.3,
"saturation": 0.3
},
{
"tags": [
"unicopia:love",
"unicopia:insect/raw",
"unicopia:insect/cooked"
],
"hunger": 0,
"saturation": 0
},
{
"tags": [ "unicopia:pinecone" ],
"hunger": 1,
"saturation": 1
}
],
"effects": [
{
"tags": [ "unicopia:fish/cooked" ],
"food_component": {
"hunger": 2,
"saturation": 1
},
"ailment": {
"effects": [ ]
}
},
{
"tags": [ "unicopia:fish/raw" ],
"ailment": {
"effects": [ ]
}
},
{
"tags": [
"unicopia:foraging/prickly",
"unicopia:foraging/severely_prickly"
],
"food_component": {
"hunger": 2,
"saturation": 1
},
"ailment": {
"effects": [ ]
}
},
{
"tags": [ "unicopia:pinecone" ],
"ailment": {
"effects": [
{
"type": "unicopia:healing",
"health": 3
}
]
}
}
]
}