posted on May 31st, 2011, 6:02 pm
Last edited by Anonymous on June 7th, 2011, 3:51 pm, edited 1 time in total.
For compatibility reasons with stock A2, I would like to see the damageMode command added to all of the ord classlabels. And I would like a fourth mode to be added and made multi-lined.
- Code: Select all
damageMode=0 // Default, take out the shields, then the hull
damageMode=1 // Deal damage directly to the hull but leave the shields alone
damageMode=2 // Damage the shields, but don't damage the hull.
damageMode=3 // Damage the hull if the shields are out, but don't damage the shields.
The reason for this is because of the point-defense phaser. I know that an "improved" version has been added, but I don't really think it's improved. Or you could just add the "unipulse" classlabel and reprogram the defense phasers to only hit the torpedo weapons.I want the "damageMode=3" because it could allow something like the holding beam to lock onto a target, but only if the shields are out.