可配置不同的攻击实体参数
LockOn 火箭需要使用烟雾火箭作为弹药类型!
该插件利用了烟雾火箭。由于它不是玩家通常可以通过战利品获得的物品,因此它成为了此目的的完美占位符。
只需使用 AlphaLoot 或 BetterLoot 等插件将烟雾火箭插入战利品表中,然后玩家拾取的任何烟雾火箭都可以用作锁定火箭!
别担心,当火箭爆炸时,你不会被无休止的烟云困住!
命令
/craft.lockon – 用于制作锁定火箭(如果在配置中启用)
权限
lockonrockets.craft – 需要使用 craft 命令
配置
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
}
}