View Single Post
Zakier
Junior Member
 
Join Date: Nov 2017
Posts: 7

Old December 3rd, 2017, 08:24 AM
Ebberon campaign setting file.

Its missing the Dreamsight ability


im no programmer but i copied the info in the main shifter trait and copied one of the other shifter abilities and just adjusted it until it made the dreamsigh skill.


Code:
if (field[pIsOn].value <> 0) then
  hero.child[aWIS].field[aPostMod].value += field[Value].value
  #skillbonus[kHandleAnm] += 2
  
endif

the ability also gives a bonus to wild empathy as a +2 and the ability to speak with animals as if effected by a permenant speak with animals spell
i dontknow how to code those tings so ill leave it to you guys.

Also made the adjustment to the Shifter special to include dreamsight

just need to drop this in there just after Cliff


Code:
if (hero.childlives[pEbShDream] <> 0) then
  if (field[hIsOn1].value <> 0) then
    hero.child[pEbShDream].field[pIsOn].value = 1
  else
    hero.child[pEbShDream].field[pIsOn].value = 0
  endif
endif

Here are the shifter trait Details

Quote:
he dreamsight trait is the rarest
of all shifter traits, and many dreamsight shifters
become druids within shifter communities. Unlike
other shifter traits, which increase a shifter’s physical
abilities, the dreamsight trait sharpens a shifter’s
instincts and awareness. While shifting, a dreamsight
shifter temporarily gains a +2 bonus to Wisdom and
gains the ability to communicate with animals as if
under the effect of a speak with animals spell.
In addition, the shifter gains a +2 bonus on Handle
Animal and wild empathy checks, even while not
shifting
Zakier is offline   #713 Reply With Quote