From 456b7d8c5994d5701ff6fa6361a78cc377edbacf Mon Sep 17 00:00:00 2001 From: David Hermann Date: Wed, 18 Jan 2023 19:32:41 +0100 Subject: [PATCH] Added beach to the gameconfig.json --- src/main/resources/gameconfig.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main/resources/gameconfig.json b/src/main/resources/gameconfig.json index a29ef19..cb08775 100644 --- a/src/main/resources/gameconfig.json +++ b/src/main/resources/gameconfig.json @@ -33,6 +33,23 @@ ] } ] + }, + { + "name": "Strand", + "items": [ + "Holz", + "Stein" + ], + "mobs": [ + { + "name": "Big Foot", + "hp": 50, + "damage": "10-15", + "items": [ + "Fell" + ] + } + ] } ] } \ No newline at end of file