You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is no problem. I just wanted to test different damage calculations.
Describe the solution you'd like
I want to get the enchantment name and level to affect the amount of damage dealt or received by the player/actor.
Just simple get_enchantments and set_enchantments methods will suffice. get_enchantments could return either a list of Enchantment objects or a dictionary, while the appropriate set method will take the same argument.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is no problem. I just wanted to test different damage calculations.
Describe the solution you'd like
I want to get the enchantment name and level to affect the amount of damage dealt or received by the player/actor.
Just simple
get_enchantments
andset_enchantments
methods will suffice.get_enchantments
could return either a list ofEnchantment
objects or a dictionary, while the appropriate set method will take the same argument.The text was updated successfully, but these errors were encountered: