悬浮坦克:修订间差异

添加的内容 删除的内容
无编辑摘要
无编辑摘要
第12行: 第12行:
</table>
</table>
[[file:悬浮坦克_高清.png|link=|悬浮坦克|alt=悬浮坦克]]
[[file:悬浮坦克_高清.png|link=|悬浮坦克|alt=悬浮坦克]]

== 实际参数 ==
临时的未经验证的。
<pre>
[core]
name: hoverTank

price: 450
maxHp: 150
mass: 3000

buildSpeed: 0.002

radius: 7
displayRadius: 9


[graphics]
image: hover_tank.png
image_wreak: hover_tank_dead.png

lock_body_rotation_with_main_turret: true

image_shadow: AUTO
shadowOffsetX:0
shadowOffsetY:0

splastEffect: true


[attack]
turretRotateWithBody: false

canAttack: true
canAttackFlyingUnits: true
canAttackLandUnits: true
canAttackUnderwaterUnits: true

maxAttackRange: 140
shootDelay: 90


[turret_1]
invisible: true
x: 0
y: 0

projectile: 1
size: 2
turnSpeed: 4
turnSpeedAcceleration: 0.2

shoot_sound:plasma_fire2
shoot_light:#32e632


[projectile_1]
directDamage: 23
life: 85
speed: 2
targetSpeed: 6
targetSpeedAcceleration: 0.2
frame: 6
lightColor: #32e632


[movement]
movementType: HOVER
moveSpeed: 1.0
moveAccelerationSpeed: 0.04
moveDecelerationSpeed: 0.09

targetHeight: 4
targetHeightDrift: 1.5
heightChangeRate: 0.1 #这里存在错误,编者无法做出原单位上下浮动的速度

maxTurnSpeed: 180
turnAcceleration: 0.5

moveSlidingMode :true
moveIgnoringBody:true
moveSlidingDir: 181
</pre>