Super Power Damage Upgrades

I've maxed out all my superpowers but as I'm going for the super stomp achievement I find superstomp to weak and after the first hit, the aliens manage to jump away before I can kill them with the second, is there anyway you could make superstomp a one hit kill
 
1. Open unlockables.xtbl
2. Find <Name>Stomp_Damage</Name>
3. And change values below, for humans and venicles.
For example, this values kill all humans and aliens:
Code:
                <value2>
                    <value_name>Player_super_stomp_human_damage_min</value_name>
                    <scaler>3.5</scaler>
                    </value2>
                <value3>
                    <value_name>Player_super_stomp_human_damage_max</value_name>
                    <scaler>3.5</scaler>
                    </value3>
It will work only if you bought "stomp damage" upgrade in the game.
 
Back
Top