View Single Post
Old 08-03-2004, 04:14 PM   #1 (permalink)
The_Hunter
Senior Member
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 794
Send a message via MSN to The_Hunter
Default [Solved] What am i doing wrong here >_<

hello i have an other annoying problem some odd reason the "HistoricBonusWeapon" does never show up :tard:

Code:
Weapon SiegeCannonGun
  PrimaryDamage           = 150.0            
  PrimaryDamageRadius     = 10.0      
  SecondaryDamage         = 70.0          
  SecondaryDamageRadius   = 25.0   
  ScatterRadiusVsInfantry = 30.0
  AttackRange             = 400.0
  MinimumAttackRange      = 150.0
  DamageType              = EXPLOSION
  DeathType               = EXPLODED
  WeaponSpeed             = 230       
  ProjectileObject        = NukeCannonShell
  FireFX                  = WeaponFX_NukeCannonMuzzleFlash
  FireSound               = SiegeCannonFire
  VeterancyFireFX         = HEROIC WeaponFX_HeroicNukeCannonMuzzleFlash
  ProjectileDetonationFX  = WeaponFX_SiegeCannon
  ProjectileDetonationOCL = OCL_RadiationFieldMedium
  RadiusDamageAffects     = SUICIDE SELF ALLIES ENEMIES NEUTRALS NOT_SIMILAR
  DelayBetweenShots       = 7000
  HistoricBonusTime       = 3000
  HistoricBonusCount      = 4
  HistoricBonusRadius     = 20
  HistoricBonusWeapon     = SiegeCannonGunHistoricBonusWeapon
End

Weapon SiegeCannonGunHistoricBonusWeapon
  PrimaryDamage        = 300.0            
  PrimaryDamageRadius  = 50.0       
  DamageType           = EXPLOSION         
  DeathType            = EXPLODED
  FireFX               = FX_ChinaPowerPlantDeath
  RadiusDamageAffects  = ALLIES ENEMIES NEUTRALS  NOT_SIMILAR  
  ShockWaveAmount      = 75.0 
  ShockWaveRadius      = 75.0
  ShockWaveTaperOff    = 0.50
End
The_Hunter is offline   Reply With Quote