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": "werewolf_girl_1",
"Name": "characters/enemies/werewolf_girl",
"Image": "characters/enemies/werewolf_girl_1",
"Behaviour": "base",
"Level": 1,
"Point": 1,
"Health": 25,
"Defence": 0,
"Attack": 8,
"Exp": 50,
"RecruitmentChance": 50,
"Actions": ["physics/attack", "physics/defence"],
"Loot": [
{ "ItemId": "food/wolf_meat", "MinCount": 2, "MaxCount": 2, "Probability": 100 }
]
}