• 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

want to add Time dragon to Half-Dragon template

I am having difficulty finding where I need to edit the files or add i am not really sure, any assistance would be appreciated.
 
I see where to change the templates but am having difficulty figuring out how to ADD Time dragon to the list of half-Dragons - blue black etc.
 
I think i need to edit the Bootstrap xHIDDragon but i am not seeing how to do that - i am extremly new to this type of editing i apologize.
 
So you can do a "New Copy" on the "Race->Racial Special" tab in the editor and search for "xHlDDragon". Then give it a new Unique ID like "raHaDragon" and put "xHlDDragon" into the "Replaces Thing ID" as we are going to be replacing the core version with your new version.

Then change "Custom Expression" to be:
Code:
component.SelectHelp & (Selection.DragonDisc|Selection.OuterDrag)
This will tell it to allow "Outer Dragon" types which include time.

So last part is "Eval Scripts" add a new script at "Final/25000" that will append Time Dragon info to the Breath Weapon racial special:
Code:
      #appenddesc[xHlDBreath,"Time Dragon: Eletricity Cone"]
 
Back
Top