This commit is contained in:
2026-09-10 10:59:36 +03:00
commit a369ac57b4
202 changed files with 1785 additions and 0 deletions
+37
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 KiB

+5
View File
@@ -0,0 +1,5 @@
{ "Items": [
${actions/physics_attack},
${actions/physics_defence},
${actions/physics_stun}
]}
+12
View File
@@ -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"
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

+11
View File
@@ -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"
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

+12
View File
@@ -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"
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

+3
View File
@@ -0,0 +1,3 @@
{ "Items": [
${player/marao}
]}
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

+13
View File
@@ -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}
]}
+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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

+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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

+20
View File
@@ -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 }
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

+13
View File
@@ -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"]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

+3
View File
@@ -0,0 +1,3 @@
{ "Items": [
${skills/slave_master}
]}
+8
View File
@@ -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
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 658 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 654 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

+28
View File
@@ -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" }
}
}
]
}
+39
View File
@@ -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" }
}
}
]
}

Some files were not shown because too many files have changed in this diff Show More