-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Effect #124
Conversation
Deploy preview for vercel-autochessia ready! ✅ Preview Built with commit 6ae6add. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. let's merge it. @ClaudeZsb
@@ -75,6 +75,8 @@ export default mudConfig({ | |||
PlayerStatus: ["UNINITIATED", "INGAME"], | |||
GameStatus: ["UNINITIATED", "PREPARING", "INBATTLE", "FINISHED"], | |||
BoardStatus: ["UNINITIATED", "INBATTLE", "FINISHED"], | |||
EventType: ["NONE", "ON_MOVE", "ON_ATTACK", "ON_CAST", "ON_DAMAGE", "ON_DEATH", "ON_END_TURN"], | |||
Attribute: ["NONE", "STATUS", "HEALTH", "MAX_HEALTH", "ATTACK", "RANGE", "DEFENSE", "SPEED", "MOVEMENT"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
STATUS
is not clear enough
Merge via #139 |
subAction
description to be detailed when implement hero abilities)