• 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

Shadow Dragon Template

Gladiator66

Well-known member
The 5E community files do not contain a shadow dragon or shadow dragon template. Therefore, I have been trying to create a shadow dragon template. I have it all working except for converting the dragon's breath weapon to shadow breath. My understanding is that I cannot remove a pick. Therefore, the existing breath weapon for the dragon cannot be removed. I have tried disabling it using the Helper.SpcDisable tag. However, it still displays on the race tab and in the statblock even though it has been disabled. Also, this does not cause it to turn gray on the race tab as is the case with Pathfinder in Hero Lab. I don't know of a way to replace sections of the existing breath weapon ability with the shadow breath verbiage because the name of the pick has already been set. Is there a way to change the name of the existing breath weapon pick? Does anyone have any other ideas? Thanks.
 
I kept working at it and have been able to convert the name and text of the dragon's breath weapon over to the wording of the shadow breath ability for the shadow dragon. The only location where it still shows the name of the prior breath weapon (e.g. "fire breath") is on the race tab. The special tab, stat block, etc. all show the correct wording. Also, the original name of the breath weapon still shows up in the name of multiple tags, but those are not displayed.

If anyone knows how to change the name of the ability (i.e. breath weapon) on the race tab, I would greatly appreciate your advice. Thanks.
 
I kept working at it and have been able to convert the name and text of the dragon's breath weapon over to the wording of the shadow breath ability for the shadow dragon. The only location where it still shows the name of the prior breath weapon (e.g. "fire breath") is on the race tab. The special tab, stat block, etc. all show the correct wording. Also, the original name of the breath weapon still shows up in the name of multiple tags, but those are not displayed.

If anyone knows how to change the name of the ability (i.e. breath weapon) on the race tab, I would greatly appreciate your advice. Thanks.
Why do all this? Unless this is some Dragon Breath Weapon helper Thing why not just make your own Shadow Breath Weapon? Then you can 100% set all the values, text, and scripts yourself.

In the editor you could do a "New (Copy)" to make a duplicate and make all your changes. Then bootstrap this new breath weapon to your race.
 
The 5E community files do not contain a shadow dragon or shadow dragon template. Therefore, I have been trying to create a shadow dragon template. I have it all working except for converting the dragon's breath weapon to shadow breath. My understanding is that I cannot remove a pick. Therefore, the existing breath weapon for the dragon cannot be removed. I have tried disabling it using the Helper.SpcDisable tag. However, it still displays on the race tab and in the statblock even though it has been disabled. Also, this does not cause it to turn gray on the race tab as is the case with Pathfinder in Hero Lab. I don't know of a way to replace sections of the existing breath weapon ability with the shadow breath verbiage because the name of the pick has already been set. Is there a way to change the name of the existing breath weapon pick? Does anyone have any other ideas? Thanks.
Actually you should not be using Helper.SpcDisable as that is Pathfinder and won't work in 5e. In 5e all Picks use Helper.Disable instead. Give that a try and see if produces the results you want.
 
Helper.Disable grayed the old breath weapon out, as desired. Since the old breath weapon is now disabled, I will pursue using creating Shadow Breath Weapon as a new pick, as ShadowChemosh proposed. I had already started down this path earlier before I came to the roadblock related to disabling the old breath weapon. Thanks for the assistance.
 
The old breath weapon still shows up on the stat block even though it is disabled. Is there a way to keep it from displaying?
 
The old breath weapon still shows up on the stat block even though it is disabled. Is there a way to keep it from displaying?
It shouldn't print when disabled or at least I wouldn't think so. :(

Try adding the Hide.Special tag also. See if that totally makes it not display...
 
Back
Top