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

[pull] main from Kelrugem:main #9

Merged
merged 14 commits into from
Feb 18, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 18, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

rogervinc and others added 14 commits January 15, 2022 23:51
Add O modifer to effect parsing (alongside HTQ). The O modifier acts in the same way as the H modifier but will round the value (math.ceil) rather than truncate it (math.floor). This allows an effect like Holy Vindicator - Vindicator's Shield to be coded where the bonus is equal to the number of Channel Energy dice of the character and those dice go up on odd levels.
e.g. for a character that is Cleric 9 / Holy Vindicator 4 their effective level for channel energy is 13 which gives 7d6. [HCL] would give an incorrect modifier of 6, this [OCL] change would give a correct modifier of 7.
Replace 'O' modifier with a '^' that can be applied to any of the effects e.g. [^HSTR], [^HCL], and also supports [-^HCL] or [^-HCL], etc.
reverted commit of regressed code and reimplemented fix for negative values rounding
add extended AC bonus types

Thank you :)
Effects O modifier like OCL
BCE support and effects processing optimization
@pull pull bot added the ⤵️ pull label Feb 18, 2023
@pull pull bot merged commit 2de227a into FG-Unofficial-Developers-Guild:main Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants