xxxaint Posted April 17, 2016 Share Posted April 17, 2016 Hi, Would it be possible to mod a soldier with specific abilities or attributes? Say I want one soldier to have a base move +2 squares more than regular or I want a soldier to have a 100% mind control resist or have a permanent 10% aim reduction for every shot a soldier takes. Is this possible to create these then export them out? If anyone knows how to do this I could sure use a hand. Thanks! Link to comment Share on other sites More sharing options...
Deleted32045420User Posted April 17, 2016 Share Posted April 17, 2016 take a look at the SecondWaveReborn mod, pretty much every part is dealing with this so you'll have a lot of reference but in short: Unit.SetBaseMaxStat(eStat Stat, float Amount); //(might be SetBaseStat) Unit.SetCurrentStat(eStat Stat, float Amount); Link to comment Share on other sites More sharing options...
Recommended Posts