Repulser shield bug?
Posted: 18 Jun 2006, 19:09
I have been fooling around with the shields, especialy negitive repulsers, and have come across what seems to be a bug. I set a shield to attract, and set its intercept type to 7 (plasma,lasers, and missles correct?) but it attracts only plasma while it repluses the others...
Here is the weapon
Here is the weapon
Code: Select all
[SHIELD1]
{
ID=133;
name=Plasmashield;
IsShield=1;
ShieldRepulser=1;
SmartShield=0;
ExteriorShield=0;
VisibleShield=0;
VisibleShieldRepulse=0;
ShieldEnergyUse=0;
ShieldForce=-1.5;
ShieldRadius=500;
ShieldMaxSpeed=500;
ShieldPower=20000;
ShieldPowerRegen=500;
ShieldPowerRegenEnergy=1;
ShieldInterceptType=7;
ShieldGoodColor=0.95 1 0.75;
ShieldBadColor=0.7 0.55 0.45;
ShieldAlpha=0.35;
[DAMAGE]
{
default=0;
}
}