Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - 4th Edition (http://forums.wolflair.com/forumdisplay.php?f=60)
-   -   Rhythm Blade (http://forums.wolflair.com/showthread.php?t=60891)

SAbel July 9th, 2018 10:19 PM

Rhythm Blade
 
The weapon reads as follows but HL only adds the AC bonus not the Ref any suggestions

Shielding BladeLevel 4+ Common
This sword's broad cross guard is larger and thicker than normal, but a few practice swipes with this weapon show that it is still perfectly balanced.

Lvl 4 +1 840 gp Lvl 19 +4 105,000 gp
Lvl 9 +2 4,200 gp Lvl 24 +5 525,000 gp
Lvl 14 +3 21,000 gp Lvl 29 +6 2,625,000 gp
Weapon: Heavy blade or light blade

Enhancement Bonus: attack rolls and damage rolls

Critical: +1d6 damage per plus

Property
You gain a +1 shield bonus to AC.



Published in Dragon Magazine 391.

The Current eval script is
Phase: Traits
Priority 1000
Index 1

Script:

doneif (parent.tagis[Helper.EqpOff] = 0 )
#traitmodify[defAC,trtShield,1,""]

Timing: Before scripts: Derived trtFinal

Paragon July 12th, 2018 03:45 PM

Unless Shields have a built in functionality to add to Reflex defenses, there's nothing there in the code to do that. I'd have to go look at what things that do add to Reflex (I haven't done anything with the 4e files in like a year now), but I expect you'll need to do whatever they do.

charlieluce July 12th, 2018 08:04 PM

Modify the Eval script to

doneif (parent.tagis[Helper.EqpOff] = 0 )
#traitmodify[defRef,trtShield,1,""]
#traitmodify[defAC,trtShield,1,""]

Do note that you will need to fix it on all the Rhythm Blade entries from +1 to +6, and that the description of the weapon does not indicate that the AC & Reflex bonuses go up with the weapon level, so that's an error in the existing entries.

SAbel July 13th, 2018 08:20 PM

That did it :) great work Charlieluce


All times are GMT -8. The time now is 08:06 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.