XFEstudio/MCIndustry / content/units/磁铜UAV.json.bak

{
	"name": "磁铜UAV",
	"description": "小型无人机,使用短程激光",
	"research": "磁铜工业",
	"flying":true,
    "speed": 3,
    "hitSize":10,
	"engineOffset":4,
	"engineSize":0,
    "itemCapacity": 50,
    "commandLimit": 16,
    "rotate": true,
    "health": 100,
    "armor": 2,
	"weapons":[{
 "name": "磁游",
 "mirror": false,
 "shooY": 10,
 "shooX": 0,
 "x": 0,
 "y": 0,
 "rotateSpeed": 10,
 "reload": 20,
 "recoil": 1,
 "rotate": true,
 "inaccuracy": 10,
 "shootSound": "laser",
 "chargeBeginEffect": "lancerLaserChargeBegin"
 "occlusion": 1,
 "width": 3,
 "shots": 1,
"bullet":{
   "type": "meltdownLaser",
                    "damage": 6,
                    "sideAngle": 15,
                    "sideWidth": 0.5,
                    "sideLength": 15,
                    "width": 4,
                    "speed":3,
                    "length": 5,
                    "lifetime":60,
                    "lightColor": "4169E1FF",
                    "backColor": "4169E1",
            "frontColor": "FFFFFF",
            "hitTiles": true,
           "collidesTiles": true,
           "collidesTeam": false,
           "collidesAir": true,
           "collides": true,
           "keepVelocity": true,
            "lightningDamage":2,
           "lightningColor": 6495EDFF,
           "lightning":4,
           "lightningLength":5,
            "homingPower":1,
            "homingRange":10,
                    "shootEffect": "shockwave"
           },
           }
           ]
}