stargazer_dragon
Well-known member
update: will go threw the steps thus far
Made a custom warforged like race
Didn't want the alternate racial traits to come up for construct so made a living construct type and assigned this type to the Race instead of construct
Doing so hid all of the alternate racial traits
Applied the eval script
Pre level user 20000
perform hero.assign[Race.tpConst]
perform hero.assign[Race.rS2Warforg]
Doing this allowed them to select construct and war-forged feats without adding alternate racial traits back to them.
------------
update: The type traits (not the type or other powers of the type) are showing up even before any race or anything is selected. Didn't have the issue with subtypes and didn't realize they worked differently, Do I need to bootstrap the type traits on the race instead of on the type then?? I am guessing thats not the issue though as other types have the boostraps set up the same.
Wondering if perhaps there's something in the racial special abilities living construct traits that causes it to show for everything
Made a custom warforged like race
Didn't want the alternate racial traits to come up for construct so made a living construct type and assigned this type to the Race instead of construct
Doing so hid all of the alternate racial traits
Applied the eval script
Pre level user 20000
perform hero.assign[Race.tpConst]
perform hero.assign[Race.rS2Warforg]
Doing this allowed them to select construct and war-forged feats without adding alternate racial traits back to them.
------------
update: The type traits (not the type or other powers of the type) are showing up even before any race or anything is selected. Didn't have the issue with subtypes and didn't realize they worked differently, Do I need to bootstrap the type traits on the race instead of on the type then?? I am guessing thats not the issue though as other types have the boostraps set up the same.
Wondering if perhaps there's something in the racial special abilities living construct traits that causes it to show for everything
Last edited: