• 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

Syntax for Requirement of flight movement

salcor

Well-known member
Hello,

I am working on input some edges that have the requirement that the character has a flight pace. I cannot seem to find any syntax that would support this as a requirement.

Thanks,
Salcor
 
Well I figured out how to identify a character with a flight pace. (although it would apply to someone with swim as well.) the syntax is

hero.child[trPace].field[trtSpecial].value >= 1

Salcor
 
Yes, it would apply to any character with some kind of special movement rate (Burrow, Flight, Swimming, etc...).

How are the characters in the Setting able to fly? Is it a Super Power, or something similar? Perhaps you could check for that instead.
 
Right now it just added the pace to the trtspecial tag. It is for the Savage Rifts file, I am bringing in some racial edges that apply to races that fly.

Salcor
 
My suggestion would be to create a flag to add to the heroes that can fly when their trtSpecial is altered. Then just look for the flag.
 
Back
Top