Acquiring additional unit traits slots with tech

Hi,

 

Would it be possible to have a tech allows a 4th slot trait for units design?

 

Similar question, would it be possible to allow a tech to add a fifth champion miscellaneous item slot?

 

 

3,085 views 4 replies
Reply #1 Top

First one, yes. Set up this in a tech

     <GameModifier>
            <ModType>Player</ModType>
            <Attribute>AbilityBonus</Attribute>
            <StrVal>A_Traits</StrVal>
            <Value>1</Value>
            <Icon>UnitLevel.png</Icon>
            <Provides>+1 Trait on Designed Units</Provides>
        </GameModifier>

Second question: No, not without adding a 5th slot to all champions in the game (and I never got that to work either).

Reply #2 Top

Can that be used to give abilities to Sov and all Champs also ? 

Reply #3 Top

They have no maximum cap of traits so not really.

Reply #4 Top

Thanks you so much Heavenfall. You are da modder!