欢迎加入!

注册后,您将能够与我们社区的其他成员进行讨论、分享和私信。

无论您是想寻求帮助、分享经验,还是结识志同道合的朋友,我们都期待您的参与!一起探索更多精彩内容吧。

立即注册! 加入群聊
  • 所有的免费插件都是同步外网更新,所有都是最新版!
核武器

核武器 同步更新

没有下载权限
购买会员
允许玩家制作核弹药和炸药。

注意:使用使用辐射的插件将全局启用它,因此会激活 Rusts 默认辐射区。如果您不希望这些处于活动状态,您可以在此处使用此插件删除它们:Remove Default Radiation

重要

此插件需要 Image Library 来管理 UI 图像!

  • 您必须从此处下载所需的映像 - > 映像
  • 下载它们后,解压.rar并将图像上传到您的“oxide/data/NukeWeapons/Icons”文件夹。插件加载时,将自动创建该文件夹。否则,请自行创建
  • 然后,您必须运行控制台命令“nukeicons”
  • 每次擦除服务器时,都必须再次运行 console 命令
不遵循这些简单的说明将导致错误。

特征

  • 完整的 GUI 制作菜单和弹药选择器
  • 可定制的配方
  • 可定制的制作计时器
  • 设置最大弹药数量
  • 每种类型的可定制辐射特性
  • 在弹药类型之间轻松切换
  • 易于使用的 GUI 弹药计数器
  • 仅显示您拥有的弹药类型的弹药数量
  • 使用制作的弹药时,它不会使用物品栏中的弹药
  • 每种类型的单独权限,或所有类型的权限
  • 无限弹药权限

弹药类型

  • 步枪弹药
  • 定时炸药
  • 地雷
  • 火箭
  • 手榴弹

聊天命令

  • /nw-- 打开 UI 制作菜单

控制台命令

  • nukeicons-- 将所需的图像加载到您的服务器

权限

此插件使用权限系统。要分配权限,请使用 。要删除权限,请使用 。oxide.grant <user or group> <name or steam id> <permission>oxide.revoke <user or group> <name or steam id> <permission>
  • nukeweapons.rocket- 授予玩家使用核火箭的权限
  • nukeweapons. bullet- 授予玩家使用核弹的权限
  • nukeweapons.mine- 授予玩家使用核地雷的权限
  • nukeweapons.explosive- 授予玩家使用核爆炸物的权限
  • nukeweapons.grenade- 授予玩家使用核弹的权限
  • nukeweapons.all- 授予玩家访问所有弹药类型的权限
  • nukeweapons.unlimited- 授予玩家无限弹药

配置

设置和选项可以在目录下的文件中进行配置。建议使用编辑器和验证器,以避免格式问题和语法错误。NukeWeaponsconfig

Copy
{
"Bullets": { // Crafting and Radiation properties for the NukeBullets
"CraftAmount": 5, // The amount giving to the user once crafted
"CraftingCosts": { // Crafting cost
"ammo.rifle.explosive": 5, // Item shortname, followed by amount needed
"lowgradefuel": 10,
"sulfur": 10
},
"CraftTime": 30, // Time in seconds the crafting process will take
"Enabled": true, // Enable/Disable this type
"MaxAllowed": 100, // Maximum amount allowed
"RadiationProperties": {
"Duration": 3.0, // Duration of radiation in seconds
"Intensity": 15.0, // The amount of radiation issued per second
"Radius": 5.0 // The radius of the radiation
}
},
"Explosives": {
"CraftAmount": 1,
"CraftingCosts": {
"explosive.timed": 1,
"lowgradefuel": 200,
"sulfur": 150
},
"CraftTime": 90,
"Enabled": true,
"MaxAllowed": 3,
"RadiationProperties": {
"Duration": 30.0,
"Intensity": 25.0,
"Radius": 25.0
}
},
"Grenades": {
"CraftAmount": 1,
"CraftingCosts": {
"grenade.f1": 1,
"lowgradefuel": 100,
"sulfur": 100
},
"CraftTime": 45,
"Enabled": true,
"MaxAllowed": 3,
"RadiationProperties": {
"Duration": 15.0,
"Intensity": 15.0,
"Radius": 15.0
}
},
"Mines": {
"CraftAmount": 1,
"CraftingCosts": {
"lowgradefuel": 150,
"sulfur": 100,
"trap.landmine": 1
},
"CraftTime": 60,
"Enabled": true,
"MaxAllowed": 5,
"RadiationProperties": {
"Duration": 25.0,
"Intensity": 30.0,
"Radius": 20.0
}
},
"Options": {
"MSG_MainColor": "<color=#00CC00>", // Chat and UI text colors
"MSG_SecondaryColor": "<color=#939393>"
},
"Rockets": {
"CraftAmount": 1,
"CraftingCosts": {
"ammo.rocket.basic": 1,
"lowgradefuel": 150,
"sulfur": 150
},
"CraftTime": 60,
"Enabled": true,
"MaxAllowed": 3,
"RadiationProperties": {
"Duration": 15.0,
"Intensity": 10.0,
"Radius": 10.0
}
},
"URL_IconList": { // Icon file names. If you wish to change the icons you can change the file name, or just replace the existing file
"Background": "background.png",
"Bullet": "bullet.png",
"BulletActive": "bulletactive.png",
"Explosive": "explosive.png",
"ExplosiveActive": "explosiveactive.png",
"Grenade": "grenade.png",
"GrenadeActive": "grenadeactive.png",
"Mine": "landmine.png",
"MineActive": "landmineactive.png",
"Rocket": "rocket.png",
"RocketActive": "rocketactive.png"
}
}
作者
xiaoguan
下载
0
查看
14
首次发布
最后更新

评分

0.00 星 0 星

来自xiaoguan的更多资源

后退
顶部