• 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

Assistance implementing templates from Advanced Bestiary

evilash

Well-known member
I'm currently trying to implement a couple of templates from Advanced Bestiary. Specifically it's Lifespark Construct and War Machine, which are used for Legendary Games Under Frozen Stars adventure path plugin. Now I'm having some trouble implementing the War Machine's Enlarged Attacks ability, and would appreciate any assistance how to code it.

Enlarged Attacks (Ex) said:
Each of a war machine's natural attacks deals damage as though the war machine were two size categories larger than it is. Furthermore, the war machine can wield weapons up to two size categories larger than the base creature could without taking penalties.
 
Take a look at the Shadowchemosh adjustments. if I recall correctly there is a Weapon: Damage increase which should give you an idea for the script.

Also the Advanced Bestiary already exists in the Community Bestiary DM pack.
 
OK, thanks. Turned out I had the wrong URL for the Community data sets, which is why I couldn't find anything from there.
 
However, the lifespark construct does not seem to exist in the Community data sets. Has anyone else given it a go?
 
However, the lifespark construct does not seem to exist in the Community data sets. Has anyone else given it a go?
You sure? That sounds like the template that was made for the Scarecrow from RotRL. I thought it was in their for the Original RotRL.
 
You sure? That sounds like the template that was made for the Scarecrow from RotRL. I thought it was in their for the Original RotRL.

It was used for the Scarecrow in the original RotRL, but in AE they used the Awakened Golem template instead. I can find the Awakened Golem template, but not the Lifespark Construct template. I made the template myself using the Awakened Golem template as a guide, but I can't get the perform hero.child[aINT].delete[NoScore.aINT] line to work properly together with the War Machine template, probably because of some timing issue. I think for this it's probably easier for me to create a Lifespark War Machine template myself using the original War Machine template and modifying it according to the Lifespark Construct template.
 
Back
Top