XFEstudio/MCIndustry / content/units/辅助型UAV.json

{
	"name": "辅助型UAV",
	"description": "小型无人机,可以治疗修复和建造建筑,可以挖矿",
	"research": "磁铜UAV工厂",
	"flying":true,
    "speed": 4,
    "accel":2,
    "hitSize":10,
	"engineOffset":4,
	"engineSize":0,
	"repairRadius":110
    "repairSpeed":1.2
    "itemCapacity": 50,
    "commandLimit": 16,
    "rotate": true,
    "lowAltitude": true,
    "buildSpeed": 1.2,
    "payloadCapacity":100,
    "mineSpeed":4,	
    "mineTier":4,
    "health": 100,
    "armor": 2,
	"weapons":[{
 "name": "磁感",
 "mirror": true,
 "shooY": 10,
 "shooX": 100,
 "x": -3,
 "y": 0,
 "reload": 20,
 "recoil": 1,
 "inaccuracy": 0,
 "shootSound": "laser",
 "chargeBeginEffect": "lancerLaserChargeBegin"
 "occlusion": 1,
 "width": 3,
 "shots": 1,
"bullet":{
   "type": "ArtilleryBulletType",
                    "damage": 6,
                    "sideAngle": 15,
                    "sideWidth": 0.5,
                    "sideLength": 15,
                    "width": 4,
                    "speed":3,
                    "length": 5,
                    "lifetime":120,
                    "shotDelay":2,
                    "backColor": "00FF00",
                    "healPercent":2,
            "frontColor": "00FF00",
            "hitTiles": true,
           "collidesTiles": true,
           "collidesTeam": true,
           "collidesAir": true,
           "collides": true,
           "homingPower":1,
           "homingRange":200,
           "keepVelocity": true,
                    "shootEffect": "shockwave"
           },
           }
           ]
}