取决于

关于 Flying Cargo Ship 活动

Flying Cargo Ship 引入了一种新的游戏体验,一艘货船在防空炮塔的守卫下翱翔在天空中。玩家必须通过在控制中心与 NPC 对峙来禁用这些防御,在那里他们还可以找到 Air Card,从而进入船的下层甲板。

 

flyingcargo2-min.png.faf79788c0ebc652cbed70266699d408.png

 

控制中心

控制中心在随机纪念碑处生成,由 NPC 守卫。里面有一个按钮可以禁用飞行货船上的炮塔。在那里也可以找到一张航空卡,让您可以进入货船的下层甲板。

ctrl1.png.39abc5d4a977f2df6fef4d3c9f30c431.png

 

Anit-Air 转塔

飞行货船配备了防空炮塔。在接近飞船之前,需要禁用炮塔。

aa3.png.cdc2f35b78b1d3ff3f23b4097a7c9e47.pnganti_air_crop.png.05282470aca738a1882e68b0f228ebf6.png

 

命令

可以从服务器控制台或游戏内的 F1 控制台执行命令

fcargo start
fcargo stop

所需权限:

flyingcargoship.admin

 

面向开发人员

此钩子在事件开始时被调用

void OnFlyingCargoStart()

当事件结束时,将调用此 hook

void OnFlyingCargoEnd()

 

配置

{
  "Schedule event": true,
  "Time between events (minutes)": 60,
  "Event duration (minutes)": 40,
  "Time before ship leaves after all crates have been looted (seconds)": 300,
  "Time before radiation when ship is leaving (seconds)": 30,
  "Double NPC count on ship": false,
  "Control center destroy time (seconds)": 300,
  "Control center NPC count": 8,
  "Use Loottable plugin for loot (requires Loottable)": true,
  "Ship loot configuration": {
    "IMPORTANT NOTICE": "The maximum total crate count is 21. If the crate count in the config is higher, excess crates will be ignored, starting at the lowest tier",
    "Locked crate count (total crate count shold be less than or equal to 21)": 4,
    "Elite crate count (total crate count shold be less than or equal to 21)": 4,
    "Military crate count (total crate count shold be less than or equal to 21)": 6,
    "Normal crate count (total crate count shold be less than or equal to 21)": 7,
    "Locked crate loot table": {
      "Enabled": true,
      "Item list": [
        {
          "Short name": "scrap",
          "Min amount": 10,
          "Max amount": 100,
          "Chance (1 = 100%)": 1.0,
          "Skin id": 0
        },
        // Removed for legibility
      ]
    },
    "Elite crate loot table": {
      "Enabled": false,
      "Item list": []
    },
    "Military crate loot table": {
      "Enabled": false,
      "Item list": []
    },
    "Normal crate loot table": {
      "Enabled": false,
      "Item list": []
    },
    "NPC loot table": {
      "Enabled": true,
      "Item list": [
        // Removed for legibility
      ]
    }
  },
  "Control center NPC loot table": {
    "Enabled": true,
    "Item list": [
      // Removed for legibility
    ]
  },
  "Control center NPC configuration": {
    "Npc name": "Air Scientist",
    "Health": 200.0,
    "Enable radio chatter": true,
    "Sense range (m)": 50.0,
    "Vision cone (degrees)": 135.0,
    "Damage scale (1 = 100%)": 1.0,
    "Memory duration (seconds)": 30.0,
    "Roam range (m)": 20.0,
    "Chase range (m)": 40.0,
    "Remove corpse on death and drop bag": true,
    "Kit (requires Kits plugin)": "",
    "Clothing items": [
      {
        "shortName": "hazmatsuittwitch",
        "amount": 1,
        "skinId": 0
      }
    ],
    "Belt items": [
      {
        "shortName": "rifle.lr300",
        "amount": 1,
        "skinId": 0
      },
      {
        "shortName": "grenade.f1",
        "amount": 10,
        "skinId": 0
      }
    ]
  },
  "Cargo ship NPC configuration (Top)": {
    "Npc name": "Air Scientist",
    "Health": 250.0,
    "Enable radio chatter": true,
    "Sense range (m)": 100.0,
    "Vision cone (degrees)": 135.0,
    "Damage scale (1 = 100%)": 1.0,
    "Memory duration (seconds)": 30.0,
    "Roam range (m)": 1.0,
    "Chase range (m)": 1.0,
    "Remove corpse on death and drop bag": true,
    "Kit (requires Kits plugin)": "",
    "Clothing items": [
      {
        "shortName": "hazmatsuittwitch",
        "amount": 1,
        "skinId": 0
      }
    ],
    "Belt items": [
      {
        "shortName": "rifle.lr300",
        "amount": 1,
        "skinId": 0
      }
    ]
  },
  "Cargo ship NPC configuration (Normal)": {
    "Npc name": "Air Scientist",
    "Health": 200.0,
    "Enable radio chatter": true,
    "Sense range (m)": 40.0,
    "Vision cone (degrees)": 135.0,
    "Damage scale (1 = 100%)": 1.0,
    "Memory duration (seconds)": 30.0,
    "Roam range (m)": 20.0,
    "Chase range (m)": 40.0,
    "Remove corpse on death and drop bag": true,
    "Kit (requires Kits plugin)": "",
    "Clothing items": [
      {
        "shortName": "hazmatsuittwitch",
        "amount": 1,
        "skinId": 0
      }
    ],
    "Belt items": [
      {
        "shortName": "smg.mp5",
        "amount": 1,
        "skinId": 0
      },
      {
        "shortName": "grenade.f1",
        "amount": 10,
        "skinId": 0
      }
    ]
  },
  "Cargo ship NPC configuration (Inside)": {
    "Npc name": "Air Scientist",
    "Health": 250.0,
    "Enable radio chatter": true,
    "Sense range (m)": 20.0,
    "Vision cone (degrees)": 135.0,
    "Damage scale (1 = 100%)": 1.0,
    "Memory duration (seconds)": 30.0,
    "Roam range (m)": 10.0,
    "Chase range (m)": 20.0,
    "Remove corpse on death and drop bag": true,
    "Kit (requires Kits plugin)": "",
    "Clothing items": [
      {
        "shortName": "hazmatsuittwitch",
        "amount": 1,
        "skinId": 0
      }
    ],
    "Belt items": [
      {
        "shortName": "shotgun.spas12",
        "amount": 1,
        "skinId": 0
      },
      {
        "shortName": "grenade.f1",
        "amount": 10,
        "skinId": 0
      }
    ]
  }
}

 

cargo50.png

飞行cargo.png

接代理开服调试各种倍数服务器PVPPVF定制修改地图等一条龙服务购买地图售后免费远程安装好点击联系开服 代理小哲客服魔改插件意思就是改写过的不可跟随外网更新但我们保证一直正常使用谢谢!购买前注意看介绍哈