• 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

Deathwatch: Advance Restrictions

RavenX

Well-known member
Mathias,

Is there a tag that exists in the datafiles that I could put on certain Psychic Powers that would tell Hero Lab "This is not an advance, do not show this in the list of advances"?

I'm asking because I don't want NPC psychic powers showing up, a Space Marine wouldn't be able to access hive mind psychic powers, even as an advance. And Space Marines shouldn't have access to powers that belong to the ruinous powers either. I'd like to restrict these so they don't show up on the list of powers a space marine can take as a player character.
 
The candidate field that controls this is field[advDynamic].text. So, you can define your own tag or tags that excludes them. First, look throgh advancement.core and thing_advances.dat to see how field[advdynamic].text is currently being assembled, and then you can start modifying it.
 
Back
Top