-
Notifications
You must be signed in to change notification settings - Fork 643
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
(WIP) Yautja Weapon Gimmicks, Round Two #5392
(WIP) Yautja Weapon Gimmicks, Round Two #5392
Conversation
Just so you know the block chance you changed only applies to pounces, since that seems to be the only time "combistick" is set to true. For xeno slashes it uses: Keep in mind "damage" is always sent as 0 (at least for xeno slashes) so currently block chance for slashes is 50%, this PR changes specifically changes pounce block chance from 2/3 to 1/3. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
@@ -127,7 +144,7 @@ | |||
item_state = "scim" | |||
attack_speed = 5 | |||
attack_verb = list("sliced", "slashed", "jabbed", "torn", "gored") | |||
force = MELEE_FORCE_TIER_5 | |||
force = MELEE_FORCE_TIER_6 |
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.
the alt skin of scims isnt inheriting the new buff. while we're at it, just delete the redundant code if its the same as it would inherit from parent
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself |
pr has merge conflicts and hasn't been touched for a couple months, reopen when deconflicted and ready for review |
About the pull request
Work on giving Yautja Weapons gimmicks again.
Explain why it's good for the game
Work in Progress. Allows Yautja weapons to have some flair beyond being variably effective sticks.
Testing Photographs and Procedure
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑
add: Yautja weapons now collect blood 'charges' for using their abilites.
add: Combistick now requires two hits to throw instead of one, but can store up to two throws.
add: Scythe now can perform an AOE attack similar to Ravager Eviscerate, after five successful hits.
add: Chainwhip can now bind a target with chains, tying them to within three tiles of the Yautja.
balance: Reduced the probability for combistick blocking from 2/3 hits to 1/3
balance: Repaired the 15% hardcap on yautja mask knock chance.
code: Changed damage variables on smartdisc to use existing defines rather than raw numbers.
/:cl:
To-do: