LockOn Rockets 需要使用烟雾火箭作为弹药类型!

这个插件利用了烟雾火箭。由于它不是玩家通常可以通过战利品获得的物品,因此它是实现此目的的完美占位符。
只需使用AlphaLoot或BetterLoot等插件将烟雾火箭插入您的战利品表中,然后玩家捡到的任何烟雾火箭都可以用作锁定火箭!

别担心,当火箭引爆时,你不会被永无止境的烟云困住!

命令
/craft.lockon – 用于制作锁定火箭(如果在配置中启用)

权限
lockonrockets.craft – 使用工艺命令

Config 时需要

C#:
{
  "Amount of time to acquire target lock": 3.0,
  "Amount of time before the rocket self detonates": 30.0,
  "Enable beeping sfx on the rocket as it approaches the target": true,
  "Base speed of the rocket": 40.0,
  "Base damage of the rocket": 300.0,
  "Modifiers when targeting a helicopter": {
    "Rocket damage modifier": 5.0,
    "Rocket speed modifier": 2.5
  },
  "Allow smoke rocket crafting": true,
  "Crafting Costs": [
    {
      "Shortname": "ammo.rocket.basic",
      "Amount": 1
    },
    {
      "Shortname": "techparts",
      "Amount": 3
    }
  ],
  "Target Types": {
    "AttackHelicopter": true,
    "CH47": true,
    "Minicopter": true,
    "TransportHelicopter": true,
    "RHIB": true,
    "Boat": true,
    "Car": true,
    "APC": true,
    "Plane": true,
    "NPC": true,
    "Player": true,
    "Animal": true,
    "Structure": true,
    "Resource": true,
    "Loot": true,
    "GunTrap": true
  },
  "Version": {
    "Major": 0,
    "Minor": 3,
    "Patch": 0
  }
}
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。