init
@@ -0,0 +1,37 @@
|
|||||||
|
# Godot 4.x
|
||||||
|
.godot/
|
||||||
|
.idea/
|
||||||
|
sdk/
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
|
||||||
|
#ai
|
||||||
|
.omo/
|
||||||
|
.opencode/
|
||||||
|
|
||||||
|
gen/
|
||||||
|
obj/
|
||||||
|
bin/
|
||||||
|
|
||||||
|
*.tres~
|
||||||
|
*.tscn~
|
||||||
|
|
||||||
|
# GDScript LSP
|
||||||
|
.godot/
|
||||||
|
|
||||||
|
# Export
|
||||||
|
*.exe
|
||||||
|
*.dmg
|
||||||
|
*.apk
|
||||||
|
*.aab
|
||||||
|
*.pck
|
||||||
|
*.zip
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Editor
|
||||||
|
*.import
|
||||||
|
*.godot.uid
|
||||||
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 219 KiB |
|
After Width: | Height: | Size: 119 B |
|
After Width: | Height: | Size: 120 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 231 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 321 KiB |
|
After Width: | Height: | Size: 306 KiB |
|
After Width: | Height: | Size: 2.0 MiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 932 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 1005 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 155 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 728 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 766 KiB |
|
After Width: | Height: | Size: 217 KiB |
|
After Width: | Height: | Size: 838 KiB |
|
After Width: | Height: | Size: 254 KiB |
|
After Width: | Height: | Size: 909 KiB |
|
After Width: | Height: | Size: 274 KiB |
|
After Width: | Height: | Size: 921 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 964 KiB |
@@ -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
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 658 KiB |
|
After Width: | Height: | Size: 637 KiB |
|
After Width: | Height: | Size: 623 KiB |
|
After Width: | Height: | Size: 654 KiB |
|
After Width: | Height: | Size: 657 KiB |
|
After Width: | Height: | Size: 750 KiB |
|
After Width: | Height: | Size: 768 KiB |
|
After Width: | Height: | Size: 756 KiB |
|
After Width: | Height: | Size: 761 KiB |
|
After Width: | Height: | Size: 751 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 405 KiB |
|
After Width: | Height: | Size: 499 KiB |
|
After Width: | Height: | Size: 760 KiB |
|
After Width: | Height: | Size: 262 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
|
After Width: | Height: | Size: 399 KiB |
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"Items": [
|
||||||
|
{
|
||||||
|
"id": "crypt_spot",
|
||||||
|
"layer": "foreground",
|
||||||
|
"zIndex": 5,
|
||||||
|
"enabled": true,
|
||||||
|
"visible": true,
|
||||||
|
"cursor": "PointingHand",
|
||||||
|
"hitArea": { "type": "rect", "x": 0.55, "y": 0.35, "width": 0.22, "height": 0.45 },
|
||||||
|
"actions": {
|
||||||
|
"onClick": { "scenario": "scenarios/prolog/graveyard_read.scenario" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "book_wipe",
|
||||||
|
"layer": "foreground",
|
||||||
|
"zIndex": 6,
|
||||||
|
"enabled": true,
|
||||||
|
"visible": true,
|
||||||
|
"cursor": "PointingHand",
|
||||||
|
"hitArea": { "type": "rect", "x": 0.30, "y": 0.62, "width": 0.12, "height": 0.12 },
|
||||||
|
"actions": {
|
||||||
|
"onClick": { "scenario": "scenarios/prolog/graveyard_azif.scenario" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"Items": [
|
||||||
|
{
|
||||||
|
"id": "cloak_ground",
|
||||||
|
"texture": "cloak_ground",
|
||||||
|
"layer": "foreground",
|
||||||
|
"zIndex": 5,
|
||||||
|
"enabled": true,
|
||||||
|
"visible": true,
|
||||||
|
"cursor": "PointingHand",
|
||||||
|
"hitArea": {
|
||||||
|
"type": "rect",
|
||||||
|
"x": 0.27239782,
|
||||||
|
"y": 0.7092288,
|
||||||
|
"width": 0.06675094,
|
||||||
|
"height": 0.17319852,
|
||||||
|
"radius": 0.05
|
||||||
|
},
|
||||||
|
"highlight": { "color": "#FFD70044", "scale": 1, "duration": 0.12 },
|
||||||
|
"actions": {
|
||||||
|
"onClick": { "scenario": "scenarios/prolog/morning_cloak.scenario" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "book_ground",
|
||||||
|
"texture": "book_ground",
|
||||||
|
"layer": "foreground",
|
||||||
|
"zIndex": 6,
|
||||||
|
"enabled": true,
|
||||||
|
"visible": true,
|
||||||
|
"cursor": "PointingHand",
|
||||||
|
"hitArea": { "type": "rect", "x": 0.30, "y": 0.66, "width": 0.10, "height": 0.09 },
|
||||||
|
"highlight": { "color": "#9966FF44", "scale": 1, "duration": 0.12 },
|
||||||
|
"actions": {
|
||||||
|
"onClick": { "scenario": "scenarios/prolog/morning_book.scenario" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||