New Runes

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

New Runes

#1 Post by edge2054 »

Acid Wave rune is not checking disarm immunity or saving throws.

Biting Gale rune is not checking stun immunity.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: New Runes

#2 Post by darkgod »

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 ;)

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: New Runes

#3 Post by edge2054 »

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.

Code: Select all

target:setEffect(target.EFF_DISARMED, data.dur, {})
vs.

Code: Select all

target:setEffect(target.EFF_DISARMED, data.dur, {apply_power=apply})

Post Reply