We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Item properties could be useful to have constants added for, mainly around spells but could be good for other systems too.
Example prefixes:
iprp_onhitspell.2da -> IP_CONST_ONHIT_CASTSPELL_ iprp_spells.2da -> IP_CONST_CASTSPELL_ iprp_quality.2da -> IP_CONST_QUALITY_ iprp_additional.2da -> IP_CONST_ADDITIONAL_ (noting iprp_material.2da doesn't have them generated for...no apparent reason)
Generating ones for custom iprp_ files would be nice too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Item properties could be useful to have constants added for, mainly around spells but could be good for other systems too.
Example prefixes:
iprp_onhitspell.2da -> IP_CONST_ONHIT_CASTSPELL_
iprp_spells.2da -> IP_CONST_CASTSPELL_
iprp_quality.2da -> IP_CONST_QUALITY_
iprp_additional.2da -> IP_CONST_ADDITIONAL_
(noting iprp_material.2da doesn't have them generated for...no apparent reason)
Generating ones for custom iprp_ files would be nice too.
The text was updated successfully, but these errors were encountered: