Changed entity effect values

This commit is contained in:
Marcin Kostrzewski 2020-04-06 00:53:20 +02:00
parent b110ee9f34
commit 49666ee664

View File

@ -10,7 +10,7 @@
"hp" : -10, "hp" : -10,
"stamina" : 5, "stamina" : 5,
"thirst" : 0, "thirst" : 0,
"hunger" : 20 "hunger" : -20
} }
}, },
@ -24,8 +24,8 @@
"effect" : { "effect" : {
"hp" : 0, "hp" : 0,
"stamina" : 5, "stamina" : 5,
"thirst" : 2, "thirst" : -2,
"hunger" : 10 "hunger" : -10
} }
}, },
@ -40,7 +40,7 @@
"hp": 30, "hp": 30,
"stamina": -5, "stamina": -5,
"thirst": -5, "thirst": -5,
"hunger": 40 "hunger": -40
} }
}, },
@ -72,7 +72,7 @@
"hp": -50, "hp": -50,
"stamina": 0, "stamina": 0,
"thirst": 0, "thirst": 0,
"hunger": 25 "hunger": -25
} }
} }
] ]