From e49ef3013c58c746e28cc992fa2eea9a689df892 Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Mon, 6 Apr 2020 11:07:20 +0200 Subject: [PATCH] Firepit regenerates more stamina --- data/mapdata/mapEntities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mapdata/mapEntities.json b/data/mapdata/mapEntities.json index 837c85d..7e706ad 100644 --- a/data/mapdata/mapEntities.json +++ b/data/mapdata/mapEntities.json @@ -84,7 +84,7 @@ "isPickupable": false, "effect" : { "hp": 10, - "stamina": 5, + "stamina": 15, "thirst": 0, "hunger": 0 }