|
|
我新增了一个超武用来修理载具,但实际测试中就发现它只作用于1个格子,不能作用于一个区域,求解
代码:
; 紧急修理
[UrgentRepairSpecial]
UIName=Name:UrgentRepair
Name=Urgent Repair
RechargeTime=1.5
Type=GenericWarhead ; Ares新增超武类型
Action=Custom
SidebarImage=REPAIRSICON
ShowTimer=no
DisableableFromShell=no
SW.Damage=-300
SW.Warhead=MechanicalS ; 弹头
Range=4
SW.AutoFire=no
SW.ManualFire=yes
SW.AITargeting=Self
SW.Sound=HealCrate
LineMultiplier=2
Cursor=UnitRepair
FlashSidebarTabFrames=120
; 弹头
[MechanicalS]
CellSpread=4
PercentAtMax=1
Verses=0%,0%,0%,100%,100%,100%,0%,0%,0%,100%,100%
InfDeath=0
AnimList=RING1
[Warheads]
…
110=MechanicalS
[SuperWeaponTypes]
…
14=UrgentRepairSpecial |
|