Skip to content
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

Closed
wants to merge 16 commits into from
Closed

Effect #124

wants to merge 16 commits into from

Conversation

ClaudeZsb
Copy link
Collaborator

This was linked to issues Aug 16, 2023
@github-actions
Copy link

github-actions bot commented Aug 16, 2023

Deploy preview for vercel-autochessia ready!

✅ Preview
https://vercel-autochessia-7l6yjsa2n-aliez.vercel.app

Built with commit 6ae6add.
This pull request is being automatically deployed with vercel-action

Copy link
Member

@noyyyy noyyyy left a 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"],
Copy link
Member

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

@noyyyy
Copy link
Member

noyyyy commented Aug 22, 2023

Merge via #139

@noyyyy noyyyy closed this Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More gas efficient New feature: effect
2 participants