Gods part 6 (#1425)

* Skill scanning + bugfixes

* memory point examining

* Update base.yml

* predict skill examining

* moon beam lumera action

* balance
This commit is contained in:
Red
2025-06-15 01:50:16 +03:00
committed by GitHub
parent 71abce8db8
commit 4be22326ce
21 changed files with 213 additions and 79 deletions

View File

@@ -25,6 +25,9 @@
{
"name": "mind_scan"
},
{
"name": "moon_beam"
},
{
"name": "t1"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

View File

@@ -0,0 +1,29 @@
{
"version": 1,
"copyright": "Created bby TheShuEd",
"license": "CC-BY-SA-3.0",
"size": {
"x": 38,
"y": 200
},
"states": [
{
"name": "pewpew",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
2
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB