mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed errors loading changeling diets
This commit is contained in:
parent
d4a3a274e2
commit
0372592a79
1 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@
|
||||||
"amplifier": 1
|
"amplifier": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "unicopia:multiply_hunger",
|
"type": "unicopia:lose_hunger",
|
||||||
"multiplier": 0.5
|
"multiplier": 0.5
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"name": "Love Consumption",
|
"name": "Love Consumption",
|
||||||
"type": "unicopia:clear_love_sickness"
|
"type": "unicopia:cure_love_sickness"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "unicopia.affliction.love_sickness",
|
"name": "unicopia.affliction.love_sickness",
|
||||||
"type": "unicopia:multiply_hunger",
|
"type": "unicopia:lose_hunger",
|
||||||
"multiplier": 0.5
|
"multiplier": 0.5
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
"amplifier": 1
|
"amplifier": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "unicopia:multiply_hunger",
|
"type": "unicopia:lose_hunger",
|
||||||
"multiplier": 0.5
|
"multiplier": 0.5
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue