init
@@ -0,0 +1,5 @@
|
||||
{ "Items": [
|
||||
${actions/physics_attack},
|
||||
${actions/physics_defence},
|
||||
${actions/physics_stun}
|
||||
]}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Id": "physics/attack",
|
||||
"Name": "characters/action/physics_attack/name",
|
||||
"Description": "characters/action/physics_attack/description",
|
||||
"Image": "characters/actions/physics_attack",
|
||||
"Type": "ToEnemy",
|
||||
"Values": [
|
||||
"RequiredPoint=1",
|
||||
"Attack=1.0",
|
||||
"AttackType=Physics"
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 126 KiB |
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Id": "physics/defence",
|
||||
"Name": "characters/action/defence/name",
|
||||
"Description": "characters/action/defence/description",
|
||||
"Image": "characters/actions/physics_defence",
|
||||
"Type": "ToAlias",
|
||||
"Values": [
|
||||
"RequiredPoint=1",
|
||||
"Defence=4"
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 106 KiB |
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Id": "physics/stun",
|
||||
"Name": "characters/action/stun/name",
|
||||
"Description": "characters/action/stun/description",
|
||||
"Image": "characters/actions/physics_stun",
|
||||
"Type": "ToEnemy",
|
||||
"Values": [
|
||||
"RequiredPoint=2",
|
||||
"AttackType=Physics",
|
||||
"Turn=3"
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 108 KiB |
@@ -0,0 +1,3 @@
|
||||
{ "Items": [
|
||||
${player/marao}
|
||||
]}
|
||||
|
After Width: | Height: | Size: 8.4 KiB |
@@ -0,0 +1,13 @@
|
||||
{ "Items": [
|
||||
${enemies/wolf_1},
|
||||
${enemies/wolf_2},
|
||||
${enemies/wolf_3},
|
||||
${enemies/wolf_4},
|
||||
${enemies/wolf_5},
|
||||
${enemies/wolf_6},
|
||||
${enemies/wolf_7},
|
||||
${enemies/wolf_8},
|
||||
${enemies/wolf_9},
|
||||
${enemies/wolf_10},
|
||||
${enemies/werewolf_girl_1}
|
||||
]}
|
||||
@@ -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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 82 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_1",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_1",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 76 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_10",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_10",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 86 KiB |
@@ -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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 93 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_3",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_3",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 83 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_4",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_4",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 78 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_5",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_5",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 76 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_6",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_6",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 73 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_7",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_7",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 88 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_8",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_8",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 77 KiB |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Id": "wolf_9",
|
||||
"Name": "characters/enemies/wolf",
|
||||
"Image": "characters/enemies/wolf_9",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 83 KiB |
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Id": "Marao",
|
||||
"Name": "characters/player/marao",
|
||||
"Image": "characters/player/marao",
|
||||
|
||||
"Level": 1,
|
||||
"Point": 1,
|
||||
"Health": 16,
|
||||
"Defence": 0,
|
||||
"Attack": 5,
|
||||
|
||||
"Actions": ["physics/attack", "physics/defence"]
|
||||
}
|
||||
|
After Width: | Height: | Size: 69 KiB |
@@ -0,0 +1,3 @@
|
||||
{ "Items": [
|
||||
${skills/slave_master}
|
||||
]}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Id": "slave_master",
|
||||
"Name": "characters/skills/slave_master_name",
|
||||
"Description": "characters/skills/slave_master",
|
||||
"Image": "characters/skills/slave_master",
|
||||
"Type": 1,
|
||||
"Rare": 3
|
||||
}
|
||||