120 lines
2.1 KiB
INI
120 lines
2.1 KiB
INI
|
|
[core]
|
|
|
|
name: 幻蓝
|
|
displayText: Sky Blue Fighter
|
|
displayDescription: -Can only attack ground units, dealing small damage to individual units.\n-[MainAttack: Land]
|
|
|
|
displayText_zh: 幻蓝战机
|
|
displayDescription_zh: -只能攻击地面单位,造成单体小额伤害。\n-[主战:地面]
|
|
|
|
copyFrom:ROOT:/code/demonji/public/.效果.ini
|
|
|
|
price: 700
|
|
mass: 1000
|
|
class: CustomUnitMetadata
|
|
techLevel: 1
|
|
buildSpeed: 15s
|
|
radius: 20
|
|
displayRadius:20
|
|
maxHp: 180
|
|
softCollisionOnAll: 60
|
|
|
|
energyMax: 5
|
|
energyRegen: 0.002
|
|
energyStartingPercentage: 1
|
|
energyNeedsToRechargeToFull: true
|
|
|
|
[graphics]
|
|
image: ROOT:/assets/demonjiimg/skybluesmall/skyblues.png
|
|
image_shadow: AUTO
|
|
total_frames: 1
|
|
|
|
image_wreak: NONE
|
|
|
|
#scaleImagesTo:35
|
|
|
|
#animation_idle_start:0
|
|
#animation_idle_end:2
|
|
#animation_idle_speed:10
|
|
|
|
#animation_moving_start:1
|
|
#animation_moving_end:4
|
|
#animation_moving_speed:9
|
|
|
|
#animation_attack_start:0
|
|
#animation_attack_end:2
|
|
#animation_attack_speed:6
|
|
|
|
[attack]
|
|
canAttack: true
|
|
canAttackFlyingUnits: false
|
|
canAttackLandUnits: true
|
|
canAttackUnderwaterUnits: false
|
|
|
|
#attackMovement: bomber
|
|
maxAttackRange: 180
|
|
isFixedFiring: false
|
|
|
|
[turret_machinegun1]
|
|
delay: 45
|
|
x:10
|
|
y:15
|
|
canShoot: true
|
|
invisible: true
|
|
shoot_flame: smoke
|
|
projectile: 1
|
|
limitingAngle: 45
|
|
limitingMinRange: 20
|
|
|
|
shoot_sound: gun_fire
|
|
shoot_sound_vol: 0.3
|
|
|
|
turnSpeed: 6
|
|
turnSpeedAcceleration: 1
|
|
|
|
aimOffsetSpread: 0.5
|
|
|
|
energyUsage: 0.10
|
|
|
|
[turret_machinegun2]
|
|
x: -10
|
|
y: 15
|
|
copyFrom: machinegun1
|
|
delay: 45
|
|
|
|
[projectile_1]
|
|
speed:5
|
|
life:120
|
|
drawSize:0.2
|
|
directDamage:10
|
|
trailEffectRate:1
|
|
color:#00BFFF
|
|
lightColor:#5DFFFF
|
|
tags:常规伤害
|
|
image:ROOT:/assets/demonjiimg/bullet/.1.png
|
|
explodeEffect:CUSTOM:粒子2*9,CUSTOM:粒子0*5,CUSTOM:绿爆
|
|
explodeEffectOnShield:CUSTOM:粒子2*3,CUSTOM:粒子0*2,CUSTOM:绿爆
|
|
|
|
[movement]
|
|
movementType: AIR
|
|
moveSpeed: 1.3
|
|
moveAccelerationSpeed: 0.02
|
|
moveDecelerationSpeed: 0.01
|
|
reverseSpeedPercentage: 0
|
|
|
|
maxTurnSpeed: 2
|
|
turnAcceleration: 0.05
|
|
slowDeathFall: true
|
|
|
|
[effect_mov]
|
|
attachedToUnit:false
|
|
life:20
|
|
image:ROOT:effect/air/.1.png
|
|
yOffsetRelative:-30
|
|
drawUnderUnits:true
|
|
fadeOut:true
|
|
priority:verylow
|
|
scaleFrom:0.6
|
|
scaleTo:0.6
|
|
color:#3300eeff |