Acid Wave rune is not checking disarm immunity or saving throws.
Biting Gale rune is not checking stun immunity.
New Runes
Moderator: Moderator
Re: New Runes
fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: New Runes
Acid Wave still doesn't check saves or if it does it's using the actor's physical power rather than the rune's power.
vs.
Code: Select all
target:setEffect(target.EFF_DISARMED, data.dur, {})
Code: Select all
target:setEffect(target.EFF_DISARMED, data.dur, {apply_power=apply})