-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
[Customized] Extended gattling rate down logic #1469
base: develop
Are you sure you want to change the base?
[Customized] Extended gattling rate down logic #1469
Conversation
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
This feature sounds useful, because RateDown.Reset would help fix certain issues with MO Crycopters, ie. maintaining deep freeze effect (high Gattling Stage) upon switching targets without moving the Cryocopter. It seems RateDown.Reset=yes mostly works, but there is a chance for a non-moving Cryocopter to maintain its high Gattling Stage effects for a two-three seconds after changing its target before it gets resets properly. Not sure what this is related to, it mostly resets the Rate properly. |
看上去钩子被设置在 |
Thanks for the feedback, I will fix it later. |
It seems to be resetting correctly now. |
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.
tag naming suggestion:
RateDown.Ammo -> RateDown.Cover.AmmoBelow
RateDown.Cover -> RateDown.Cover.Value
this makes it clearer and inline with other condition tags, while making room for more RateDown cover conditions in the future
RateDown.Delay
controls the delay before usingRateDown
to reduce the gattling value.RateDown.Reset
controls whether to reset the gattling value directly when the techno has no target or changes targets.RateDown.Cover.Value
replaces the originalRateDown
when techno's ammo is lower thanRateDown.Cover.AmmoBelow
.In
rulesmd.ini
: