Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   Gauntlets of War (Complete Champion) help? (http://forums.wolflair.com/showthread.php?t=64787)

Dark_Soul September 20th, 2020 05:09 PM

Gauntlets of War (Complete Champion) help?
 
I have a character that just got a pair of these, and I'd like to get what's entered already, scripted correctly.

They grant a +1 enhancement bonus to melee damage when equipped. This appears to already be scripted. However, if you worship a deity with the War domain, this bonus increases to +3, but only with the deity's favored weapon.

Honestly not sure where to start on this one. Any help is appreciated.

Provos September 20th, 2020 10:51 PM

Sometimes it is best to just use adjustments to do complicated things.

Sendric September 21st, 2020 05:40 AM

Quote:

Originally Posted by Dark_Soul (Post 290923)
I have a character that just got a pair of these, and I'd like to get what's entered already, scripted correctly.

They grant a +1 enhancement bonus to melee damage when equipped. This appears to already be scripted. However, if you worship a deity with the War domain, this bonus increases to +3, but only with the deity's favored weapon.

Honestly not sure where to start on this one. Any help is appreciated.

Because deities were only recently (relatively speaking) entered, things like this haven't been addressed. However, it should be pretty easy. I just made a new portfolio and selected a deity at random. Looking at the hero tags, I see several "AllowDom.?" tags. It should be possible to use this tag to apply the bonus with something like:

Code:

if (hero.tagis[AllowDom.cdWar] <> 0) then
  bonus = 3)
endif

The tricky part here will be figuring out the deity's favored weapon(s).

In the meantime, the suggestion provided by Provos above will suit your needs.


All times are GMT -8. The time now is 07:15 PM.

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