mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +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" ],
|
||||
"food_component": {
|
||||
"hunger": 1,
|
||||
"saturation": 0.1
|
||||
"hunger": 6,
|
||||
"saturation": 0.3
|
||||
},
|
||||
"ailment": {
|
||||
"effects": [
|
||||
|
|
|
@ -74,6 +74,18 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"unicopia:food_types/raw_insect"
|
||||
],
|
||||
"food_component": {
|
||||
"hunger": 3,
|
||||
"saturation": 2
|
||||
},
|
||||
"ailment": {
|
||||
"effects": [ ]
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"unicopia:food_types/cooked_fish",
|
||||
|
@ -98,11 +110,14 @@
|
|||
"tags": [
|
||||
"unicopia:food_types/rotten_fish",
|
||||
"unicopia:food_types/cooked_insect",
|
||||
"unicopia:food_types/raw_insect",
|
||||
"unicopia:food_types/cooked_meat",
|
||||
"unicopia:food_types/raw_meat",
|
||||
"unicopia:food_types/rotten_meat"
|
||||
],
|
||||
"food_component": {
|
||||
"hunger": 6,
|
||||
"saturation": 9
|
||||
},
|
||||
"ailment": {
|
||||
"effects": [
|
||||
{
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
"unicopia:crispy_hay_fries",
|
||||
"unicopia:horse_shoe_fries",
|
||||
"unicopia:wheat_worms",
|
||||
"unicopia:worm_block",
|
||||
"unicopia:muffin",
|
||||
"unicopia:acorn",
|
||||
"unicopia:pinecone",
|
||||
|
|
Loading…
Reference in a new issue