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