fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2024-11-09 13:41:31 +09:00
parent 978aca61cf
commit b8d14ec960
3 changed files with 15 additions and 0 deletions

View File

@ -41,6 +41,12 @@
"maximum": 7,
"default": 0
},
"mode":{
"type": "integer",
"minimum": 0,
"maximum": 7,
"default": 0
},
"hp":{
"type": "integer",
"maximum": 255,