|
@@ -61,7 +61,7 @@ unitDef = { |
|
|
}, |
|
|
weapons = { |
|
|
[1] = { |
|
|
def = "lighteweapon", |
|
|
def = "rockets", |
|
|
badTargetCategory = "VTOL ARMORED", |
|
|
onlyTargetCategory = "BIO LIGHT VTOL ARMORED", |
|
|
}, |
|
@@ -86,46 +86,41 @@ unitDef = { |
|
|
} |
|
|
|
|
|
weaponDefs = { |
|
|
lighteweapon = { |
|
|
AreaOfEffect = 25, |
|
|
avoidFeature = false, |
|
|
rockets = { |
|
|
accuracy = 1000, |
|
|
AreaOfEffect = 30, |
|
|
avoidFriendly = false, |
|
|
collideFeature = false, |
|
|
avoidFeature = false, |
|
|
collideFriendly = false, |
|
|
cegTag = "railgun", |
|
|
coreThickness = 0.5, |
|
|
duration = 0.1, |
|
|
collideFeature = false, |
|
|
cegTag = "ehbotrocko-optimized", |
|
|
explosionGenerator = "custom:genericshellexplosion-large-red", |
|
|
energypershot = 0, |
|
|
explosionGenerator = "custom:genericshellexplosion-small-blue", |
|
|
fallOffRate = 0, |
|
|
fireStarter = 50, |
|
|
fireStarter = 70, |
|
|
impulseFactor = 0, |
|
|
interceptedByShieldType = 4, |
|
|
|
|
|
minintensity = "1", |
|
|
name = "Laser", |
|
|
range = 650, |
|
|
model = "missilesmalllauncher.s3o", |
|
|
name = "Rockets", |
|
|
range = 850, |
|
|
reloadtime = 0.5, |
|
|
WeaponType = "LaserCannon", |
|
|
rgbColor = "0 0 1", |
|
|
rgbColor2 = "1 1 1", |
|
|
soundTrigger = true, |
|
|
soundstart = "weapons/lightturret.wav", |
|
|
texture1 = "shot", |
|
|
texture2 = "empty", |
|
|
thickness = 12, |
|
|
tolerance = 1000, |
|
|
weaponType = "MissileLauncher", |
|
|
smokeTrail = false, |
|
|
soundStart = "weapons/emediumtankfire2.wav", |
|
|
soundHit = "explosions/explode5.wav", |
|
|
startVelocity = 500, |
|
|
tolerance = 8000, |
|
|
turnrate = 3000, |
|
|
turret = true, |
|
|
weaponVelocity = 2000, |
|
|
waterweapon = true, |
|
|
customparams = { |
|
|
isupgraded = isUpgraded, |
|
|
damagetype = "elightturret2", |
|
|
unittype = "turret", |
|
|
effectedByunitHealthModifier = true, |
|
|
}, |
|
|
damage = { |
|
|
default = 100, |
|
|
tracks = true, |
|
|
weaponAcceleration = 100, |
|
|
flightTime = 3, |
|
|
weaponVelocity = 2500, |
|
|
customparams = { |
|
|
damagetype = "ehbotrocko", |
|
|
isupgraded = isUpgraded, |
|
|
}, |
|
|
damage = { |
|
|
default = 20, |
|
|
}, |
|
|
}, |
|
|
}
|
0 comments on commit
979feea