![]() |
Member
Join Date: Jan 2017
Posts: 68
|
I'm quite dumb for some things, but at least I can do my little contributions. If it is ok to share my file here, I'll update when I have something interesting to add to the database or doubts on how to do something.
The Blackspawn is basically done. I have a little problem with the Web stating twice that it have 8 charges/day (it is saying (8/day) (DC 20) (8/day) (Ex)), but it is pretty minor. I would like to make the Spit Acid state the damage like the Web does for the DC, but it isn't a major concern, either. Let me know how I can share my data to help. |
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 2,983
|
Quote:
Thanks. Check that. Please drop your files into this thread: http://forums.wolflair.com/showthread.php?t=65384 |
|
![]() |
![]() |
Senior Member
Join Date: Dec 2013
Posts: 166
|
Been trying to figure out how to keep the Ex special abilities when adding a skeletal template while deactivating the rest but can't seem to come up with the right generic script. Been working on this for the Skeletal Dragon and Zombie Dragon templates.
So I think that I came up with an option that will be a great work around. I'm going to start working to get the actual idea put in and let you know how it goes. But it will be a lot of work. |
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 2,983
|
Quote:
Code:
~ Go through all type specials and feats and assign a tag to disable them. foreach pick in hero from BaseSpec where "!SpecSource.Undead & !SpecSource.Skeleton & !thingid.fSimple" perform each.assign[Helper.SpcDisable] nexteach |
|
![]() |
![]() |
Senior Member
Join Date: Dec 2013
Posts: 166
|
Quote:
My work around was to let it disable all of them and then bring them back through an adjustment category that would let you pick the base dragon type. Crude and extra work but doable. |
|
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 2,983
|
Quote:
This searches for all the things on the hero that are specials (BaseSpec is a component tag). Code:
foreach pick in hero from BaseSpec Code:
where "!SpecSource.Undead & !SpecSource.Skeleton & !thingid.fSimple" Code:
perform each.assign[Helper.SpcDisable] nexteach Code:
where "!AbilType.Extra" |
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|