Jump to content


Zen

Member Since 04 May 2006
Offline Last Active Mar 17 2024 08:13 PM

Topics I've Started

Question about Weather Tank

04 May 2006 - 01:28 AM

I am making a private MOD and would like to duplicate the weather tank weapon.....I've gotten it to work except for the fact the when it fires it makes hundreds of bolts appear, and no cloud.....any idea on what would cause this.. here is the coding I am using.

[WeatherLauncher]
Damage=1
ROF=0
Range=10
Projectile=WeatherProj
Speed=95
Warhead=Ion2WH
Supress=yes
MinimumRange=3

[WeatherProj]
Arm=1
Proximity=yes
Ranged=yes
AA=no
ROT=5
Airburst=yes
AirburstWeapon=WeatherTankStrike
High=yes
VeryHigh=yes
SubjectToCliffs=no
SubjectToElevation=yes
SubjectToWalls=no

[Ion2WH]
Wall=yes
Wood=yes
Verses=100%,100%,100%,100%,100%,100%,100%,100%,20%,100%,100%
Conventional=yes
Rocker=yes
InfDeath=5
AnimList=WEATHER1

[WeatherTankStrike]
Damage=180
ROF=1
Range=0
Projectile=WeatherProj2
Speed=5
Warhead=WeatherStrikeWH

[WeatherProj2]
Arm=5
Proximity=yes
Ranged=yes
Image=none
AA=no
ROT=1
SubjectToCliffs=no
SubjectToElevation=no
SubjectToWalls=no

[WeatherStrikeWH]
CellSpread=2
PercentAtMax=.5
Verses=100%,100%,100%,100%,30%,60%,120%,85%,7%,100%,100%
AnimList=WEATHER2
Rocker=yes
Conventional=yes
InfDeath=5