thestigma Posted September 9, 2017 Share Posted September 9, 2017 Hey all, this is probably a simple question for the experienced modders, but I am having problems finding the info I need... What XML tag do I need to add to the counter skill to turn it into a critical attack? I already managed to add a stagger to it and play around with it's base damage (which was way too low IMO which is why I wanted to mod it). Both of those work, but the line I added that I thought would turn it into a garantueed critical hit never triggers (or at least, not more than geralts normal crit percentage). here's how my code looks now: <ability name="counter_attack_light"> <tags>counter_attack_light</tags> <attack_power type="mult" always_random="false" min="-0.00" max="-0.00" /> <StaggerEffect is_ability="true" /> <critical_hit_chance type="add" min="1.00" /> </ability> Apparently the critical tag is not correct - I got it from some other ability XML hoping it would work (like the others) but nope... Can anyone tell me the correct one - or even better - direct me to some sort of resource that lists all the effect tags and such you can add? -Stigma Link to comment Share on other sites More sharing options...
Recommended Posts