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

Implemented SPA 498 and 499 (extra attack chance effects) #1475

Merged
merged 6 commits into from
Jul 29, 2021

Conversation

KayenEQ
Copy link
Contributor

@KayenEQ KayenEQ commented Jul 28, 2021

Implemented
SE_AddExtraAttackPct_1h_Primary 498 , gives your double attacks a percent chance to perform an extra attack with 1-handed primary weapon, base: chance, limit: amt attacks, max: none

SE_AddExtraAttackPct_1h_Secondary 499 gives your double attacks a percent chance to perform an extra attack with 1-handed secondary weapon, base: chance, limit: amt attacks, max: none

Added limit field functionality (can have more than 1 extra attack) to similar effect SPA 266 which gives extra attack chance to perform an extra attack with a 2-handed weapon.

SPA 266 (and new ones) will now be calculated to take highest percent value when applying bonus. (was additive, which seems obviously in error based on AA data values in our tables and live descriptions of AAs that use these)

KayenEQ added 4 commits July 28, 2021 00:41
Implemented
SE_AddExtraAttackPct_1h_Primary	498 , gives your double attacks a percent chance to perform an extra attack with 1-handed primary weapon, base: chance, limit: amt attacks max: none

SE_AddExtraAttackPct_1h_Secondary	499  gives your double attacks a percent chance to perform an extra attack with 1-handed secondary weapon, base: chance, limit: amt attacks max: none

Added limit functionality to similar effect SPA 266

SPA 266 will now be calculated to take highest percent value when applying bonus. (was additive, which does not seem correct based on AA data)
code update
code update
added commas
KayenEQ and others added 2 commits July 28, 2021 19:30
@mackal mackal merged commit 78b15a0 into EQEmu:master Jul 29, 2021
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.

2 participants