-
Notifications
You must be signed in to change notification settings - Fork 15
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
Possible to edit staff damage type? #14
Comments
There is a permanent bonus called "Damage type" for weapons: category Others in the list. You can't modify the damage type directly but maybe if you create a "physical damage" type bonus, the game will use physical damage instead of fire damage for that weapon. |
Thank you for replying. I was hoping that perhaps when in editor selecting the "show tree" option for an item would have an option to change/choose the weapon damage type. |
You may try to set DamageTypeOverwrite value to 1. Otherwise, I don't know. I have no access to the game currently, so I can't make further research. |
I did some simple testing of the "DamageTypeOverwrite" on several wands: The Value line dictates what damage type it will be, with 0 being typeless and then going all the way up to 12 (or so) with various damage types (3 was physical, for example). The Type line is by default set to 4 and this whole thing only works if it is left at 4... if you change it from 4 then bad things happen (ranging from DamageTypeOverwrite not working to crashing the game, failing to load and even failing to save in editor). Do note that the particular DamageTypeOverwrite line does not change visual animations or what type of "terrain/puddle" wands spawn when attacking. If someone has the time and skill to do more detailed testing that would be great. |
Sounds interesting. But I am not really sure it is worth the effort to make an UI to change that value, since your testing shows it is partially implemented ingame. Can be confusing for most people, I don't know. The "Type" line indicates what sort of data is "Value". 4 means "Value is an Integer". |
I have purchased a staff that deals fire damage but i wanted to change it to physical damage (so my attacks and warfare does physical instead of fire).
However i have not found where i can do such a change in this editor.
Can you please explain how can i change staff damage from whatever element to physical?
Thank you.
The text was updated successfully, but these errors were encountered: