View Single Post
Bob G
Senior Member
 
Join Date: Nov 2017
Location: Trafford, PA, USA
Posts: 226

Old June 10th, 2021, 03:49 PM
Hi Everyone,

I'm editing Super Genius Games' excellent Genius Guide to Bravery Feats, and have come across a problem. There is a feat that grants a competence bonus to Knowledge (Dungeoneering) and Knowledge (Engineering) equal to the hero's Bravery bonus. I tried putting the timing at <Pre-Attributes 5000>, but the bonus isn't adding. Here's the script:
Code:
hero.childfound[skKnowDun].field[BonComp].value += field[abValue].value
hero.childfound[skKnowEng].field[BonComp].value += field[abValue].value
A second script at <Final 10000> reads
Code:
field[abValue].value += hero.childfound[cFtrBrave].field[abValue].value
I'm sure the problem has something to do with when the bonus for Bravery is added, but I'm not sure how to figure it out. Can anyone assist?

Projects: Legendary Rogue (Legendary Games) 97.9%, Assassin (Interjection Games) 88%, Fortunate (rebuild of Luckbringer, Rite Publishing) 87.2%, Adept Godling (Super Genius Games) 73.9%, Eldritch Godling (Super Genius Games) 72.9%, Mighty Godling (Super Genius Games) 44.3%, Clever Godling (Super Genius Games) 41.2%, Legendary Cavalier (Legendary Games) 30.9%

Message me for a list of completed projects.
Visit my blog! https://gauntletsofblogrepower.blogspot.com/
Bob G is offline   #1 Reply With Quote