|
|
楼主 |
发表于 2012-2-20 08:15:17
|
显示全部楼层
蘑菇帝国 发表于 2012-2-19 21:48 
刚才又有了一个诡异的发现,我的某单位点部署后从四周向它自己发射激光(开火点+旋转炮塔),ROF=1,绕了 ...
应该是平台限制,代码我应该没写错的
;Assault Buggy
[BUGGY]
UIName=Name:BUGGY
Name=BUGGY
Image=BUGGY
Prerequisite=YAWEAP
Primary=RaiderCannon
Secondary=EMPAttack
SuppressionThreshold=5; damage below this amount won't suppress the parasite
Strength=250
Category=Recon ;AFV
Armor=medium
Turret=yes
IsTilter=yes
TooBigToFitUnderBridge=true
TechLevel=2
Sight=6
Speed=10
CrateGoodie=yes
Crusher=no
Owner=YuriCountry
Cost=600
Soylent=300
Points=15
ROT=5
IsSelectableCombatant=yes
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
VoiceSelect=GattlingTankSelect
VoiceMove=GattlingTankMove
VoiceAttack=GattlingTankAttackCommand
VoiceFeedback=
DieSound=GenVehicleDie
MoveSound=FlakTrackMoveStart
CrushSound=TankCrush
MaxDebris=4
DebrisTypes=TIRE
DebrisMaximums=4
Locomotor={4A582741-9839-11d1-B709-00A024DDAFD1}
MovementZone=Destroyer
ThreatPosed=20 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,SmallGreySSys
DamageSmokeOffset=100, 100, 275
Weight=3.5
VeteranAbilities=STRONGER,FIREPOWER,SIGHT,FASTER
EliteAbilities=SELF_HEAL,STRONGER,FIREPOWER,ROF,CRUSHER
Accelerates=false
ZFudgeColumn=8
ZFudgeTunnel=13
Size=3
OpportunityFire=yes
ElitePrimary=BUGGY20mmRapidE
AllowedToStartInMultiplayer=no
EliteSecondary=EMPAttackE
Deployer=yes
DeployFire=yes
;DeployFireWeapon=1
;UndeployDelay=50
;IsSimpleDeployer=yes
;Assault Buggy Cannon
[RaiderCannon]
Damage=40
ROF=45 ;55
Range=6 ;4
Projectile=InvisibleLow
Speed=100
Warhead=HARVWH ;SA
Report=PillboxAttack
Anim=MGUN-N,MGUN-NE,MGUN-E,MGUN-SE,MGUN-S,MGUN-SW,MGUN-W,MGUN-NW
[BUGGY20mmRapid]
Damage=20
ROF=7
Range=6
Projectile=InvisibleLow
Speed=100
Warhead=HARVWH
Report=WarMinerAttack
Anim=GUNFIRE
;Burst=2
[BUGGY20mmRapidE]
Damage=60
ROF=35
Range=6
Projectile=InvisibleLow
Speed=100
Warhead=HARVWH
Report=WarMinerAttack
Anim=GUNFIRE
;Burst=2
[EMPAttack]
Damage=600
ROF=60
Range=3;1.83;GEF Since we have a new long range gas effect now, might as well make the Chaos Drone only approach as much as it needs to in order to affect the target
Projectile=InvisibleLow
Speed=30
Warhead=EMPGasCreate
Report=ChaosDroneAttack
OmniFire=yes
AreaFire=yes
;FireOnce=yes ; Only fire once; don't stay in attack mission
[EMPAttackE]
Damage=800
ROF=30
Range=3;1.83;GEF Since we have a new long range gas effect now, might as well make the Chaos Drone only approach as much as it needs to in order to affect the target
Projectile=InvisibleLow
Speed=30
Warhead=EMPGasCreate
Report=ChaosDroneAttack
OmniFire=yes
AreaFire=yes
;FireOnce=yes ; Only fire once; don't stay in attack mission
[EMPGasCreate]
EMEffect=yes
CellSpread=5
PercentAtMax=.5
Verses=100%,100%,100%,50%,50%,50%,50%,50%,50%,100%,100%
InfDeath=5
AnimList=PPULSE
关键句就是
Deployer=yes
DeployFire=yes
吧
|
|