sishquebob
Member
Ok so in the campaign I am in everyone imo is grossly OP so in order to bring my character to their level of cheesiness I was looking at implementing an old PrC I have been dying to play since I first started 3.5 and that was the Deepwood Sniper out of the Masters of the Wild splat book. I have since gotten the basic class programmed out in Hero Lab but I am running into issues as far as implementation of the Special Abilities such as Projectile Improved Critical, Keen Arrows, and Range Increment Bonus. I'm just having problems coding those particular abilities properly.
Basic algorithim I want the code to follow would be something like
If weapon = weaponwithweaponfocus <> 0 then
if char has far shot
weapon range = (base * 1.5) + 10 /deepwood sniper level
else if char has far shot and distance weapon
weapon range = (base * 1.5) * 2 +10/deepwood sniper level
endif
Any help with this would be greatly appreciated
Basic algorithim I want the code to follow would be something like
If weapon = weaponwithweaponfocus <> 0 then
if char has far shot
weapon range = (base * 1.5) + 10 /deepwood sniper level
else if char has far shot and distance weapon
weapon range = (base * 1.5) * 2 +10/deepwood sniper level
endif
Any help with this would be greatly appreciated