diff --git a/data/images/entities/firepit.png b/data/images/entities/firepit.png new file mode 100644 index 0000000..c505c72 Binary files /dev/null and b/data/images/entities/firepit.png differ diff --git a/data/mapdata/mapEntities.json b/data/mapdata/mapEntities.json index 8df079c..5099312 100644 --- a/data/mapdata/mapEntities.json +++ b/data/mapdata/mapEntities.json @@ -74,5 +74,19 @@ "thirst": 0, "hunger": -25 } + }, + { + "name" : "firepit", + "position" : { + "x": 10, + "y": 7 + }, + "isPickupable": false, + "effect" : { + "hp": 10, + "stamina": 5, + "thirst": 0, + "hunger": 0 + } } ] \ No newline at end of file