tbox
Sergeant

I would like to change the melee damage interrupt threshold for certain weapons for warband. I have the module system.
I can only find the code for melee interrupt threashold in the compiled module file module.ini or "module".
Module.ini
omit quotes
"# damage below this will not interrupt melee attacks
damage_interrupt_attack_threshold = 0.0"
Some how add if item has flag blahblah then damage_interrupt_attack_threshold =10
But I am totally ignorant and I wondering how this all relates in the module.py
I can only find the code for melee interrupt threashold in the compiled module file module.ini or "module".
Module.ini
omit quotes
"# damage below this will not interrupt melee attacks
damage_interrupt_attack_threshold = 0.0"
Some how add if item has flag blahblah then damage_interrupt_attack_threshold =10
But I am totally ignorant and I wondering how this all relates in the module.py