This commit is contained in:
2026-09-10 10:59:36 +03:00
commit a369ac57b4
202 changed files with 1785 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"Id": "wolf_2",
"Name": "characters/enemies/wolf",
"Image": "characters/enemies/wolf_2",
"Behaviour": "base",
"Level": 1,
"Point": 1,
"Health": 15,
"Defence": 0,
"Attack": 4,
"Exp": 5,
"RecruitmentChance": 0,
"Actions": ["physics/attack", "physics/defence"],
"Loot": [
{ "ItemId": "food/wolf_meat", "MinCount": 1, "MaxCount": 1, "Probability": 100 },
{ "ItemId": "resource/branches", "MinCount": 1, "MaxCount": 1, "Probability": 100 }
]
}