init
This commit is contained in:
@@ -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 }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user