This commit is contained in:
2026-09-10 10:59:36 +03:00
commit a369ac57b4
202 changed files with 1785 additions and 0 deletions
+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