• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

FEAT: Thirst for Battle

SAbel

Well-known member
The feat Thirst for Battle (Half orc) is not workign at all. it provides a bonus to both Initiative and the total Surge value niether are working.
 
Was just about to post something similar. I noticed this is still not working at the weekend.

I can add a permanent +3 to initiative but there doesn't seem to be a way to add healing surges?

Alternatively, I suppose I could pull the code and edit manually.
 
Let me know if you code it I have been working on small things that fill in until the new updates come out :)
I also have some items from LFR adventures that are not out in anyother form.
 
OK following the edit/replace rules I added an updated version of the feat based on the code from Durable and improved Initiative. Details below and .user file attached.

Initially it stated there were issues with the feat but it worked fine.

ftThirsBat > ftThirstB

eval scripts: #traitmodify[trSurges,trtBonus,1,""] Timing: before Calc trtFinal
eval scripts: #traitmodify[trInit,trtFeat,3,""] Timing: before derived trtFinal

1. Launch the Editor and create a NEW data file.
2. Go to the appropriate tab (e.g. Race).
3. In the lower left, click the button entitled "New (Copy)".
4. From the list presented, select the thing you want to make changes on. While you're here, make sure you write down the unique id of that thing - which is shown next to its name.
5. A new record is created, so give it a new unique id and tweak the name (e.g. change "ftThirsBat" to "ftThirstB").
6. Go to the "Replaces Id" field and enter the unique id of the original thing you copied (ftThirsBat). Doing this tells Hero Lab to use your new thing anywhere that the original thing is referenced. For example, if you replace a standard language, all races that automatically grant that language will now grant your replacement instead.
7. Save your thing.
8. Save your new content in a separate file from the generated content.
9. Click the "Test Now" button.

Not a direct code edit as that would be wiped by the next update but a decent workaround.
 

Attachments

Back
Top