-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
refactor: imbuements system #2494
Conversation
928b6fb
to
a22f39a
Compare
a94b882
to
79a0ef8
Compare
I added these changes but all the other imbues stopped working or had their bonuses wrong. |
|
79a0ef8
to
1a45dbe
Compare
@Zapotoczny @rokamdev @elsongabriel: Test again |
@@ -3,7 +3,7 @@ combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) | |||
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_UNDEFINEDDAMAGE) | |||
|
|||
local condition = Condition(CONDITION_PARALYZE) | |||
condition:setParameter(CONDITION_PARAM_TICKS, 6000) | |||
condition:setParameter(CONDITION_PARAM_TICKS, 60000) |
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.
undo this.
rune:cooldown(1 * 1000) | ||
rune:groupCooldown(1 * 1000) |
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.
undo these lines.
Update your pull request and use the pull request template. |
I'm closing this pull request due to inactivity. Feel free to reopen when you decide to finish. |
Description