mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-12 16:14:24 +01:00
Rebalance and beef up the insects food group to help changelings and bat ponies
This commit is contained in:
parent
380c35fcc6
commit
0f681b07b3
3 changed files with 19 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"tags": [ "unicopia:food_types/raw_insect" ],
|
"tags": [ "unicopia:food_types/raw_insect" ],
|
||||||
"food_component": {
|
"food_component": {
|
||||||
"hunger": 1,
|
"hunger": 6,
|
||||||
"saturation": 0.1
|
"saturation": 0.3
|
||||||
},
|
},
|
||||||
"ailment": {
|
"ailment": {
|
||||||
"effects": [
|
"effects": [
|
||||||
|
|
|
@ -74,6 +74,18 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"tags": [
|
||||||
|
"unicopia:food_types/raw_insect"
|
||||||
|
],
|
||||||
|
"food_component": {
|
||||||
|
"hunger": 3,
|
||||||
|
"saturation": 2
|
||||||
|
},
|
||||||
|
"ailment": {
|
||||||
|
"effects": [ ]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"tags": [
|
"tags": [
|
||||||
"unicopia:food_types/cooked_fish",
|
"unicopia:food_types/cooked_fish",
|
||||||
|
@ -98,11 +110,14 @@
|
||||||
"tags": [
|
"tags": [
|
||||||
"unicopia:food_types/rotten_fish",
|
"unicopia:food_types/rotten_fish",
|
||||||
"unicopia:food_types/cooked_insect",
|
"unicopia:food_types/cooked_insect",
|
||||||
"unicopia:food_types/raw_insect",
|
|
||||||
"unicopia:food_types/cooked_meat",
|
"unicopia:food_types/cooked_meat",
|
||||||
"unicopia:food_types/raw_meat",
|
"unicopia:food_types/raw_meat",
|
||||||
"unicopia:food_types/rotten_meat"
|
"unicopia:food_types/rotten_meat"
|
||||||
],
|
],
|
||||||
|
"food_component": {
|
||||||
|
"hunger": 6,
|
||||||
|
"saturation": 9
|
||||||
|
},
|
||||||
"ailment": {
|
"ailment": {
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
"unicopia:crispy_hay_fries",
|
"unicopia:crispy_hay_fries",
|
||||||
"unicopia:horse_shoe_fries",
|
"unicopia:horse_shoe_fries",
|
||||||
"unicopia:wheat_worms",
|
"unicopia:wheat_worms",
|
||||||
|
"unicopia:worm_block",
|
||||||
"unicopia:muffin",
|
"unicopia:muffin",
|
||||||
"unicopia:acorn",
|
"unicopia:acorn",
|
||||||
"unicopia:pinecone",
|
"unicopia:pinecone",
|
||||||
|
|
Loading…
Reference in a new issue