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

Rewrite Calamity Queller #227

Merged
merged 3 commits into from
Feb 5, 2022
Merged

Rewrite Calamity Queller #227

merged 3 commits into from
Feb 5, 2022

Conversation

shizukayuki
Copy link
Collaborator

No description provided.

expiry = c.F + 60*20

return false
}, fmt.Sprintf("calamity-queller-%v", char.Name()))

char.AddMod(core.CharStatMod{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's probably best if this AddMod gets moved into the Subscribe event with a proper expiry set. We're trying to clean up a bit and avoid using -1 (which is just laziness on my part). See #203

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the AddMod will have to stay because the Ele% is permanent buff.
unless i am missing something here or you meant the ATK buff...
i could try moving the ATK buff inside the event but don't know if i can do that while keeping stacks from previous cast.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry you're right. Let me think about this for a bit

@srliao srliao merged commit 685b04c into genshinsim:main Feb 5, 2022
@shizukayuki shizukayuki deleted the calamity branch February 6, 2022 11:48
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.

None yet

2 participants