防具
可定制的保护

防具 可定制的保护

防具
可定制的保护-PCI1
防具 可定制的保护
此内容为付费资源,请付费后查看
50
付费资源
已售 3

原创地址可定制的保护 – 插件 – Codefling

关于可定制保护

这是一个强大的工具,可让您自定义游戏中可穿戴物品的保护。使用此插件,管理员可以使用自己的保护值创建自己的项目,并自定义现有项目的保护。这意味着玩家可以根据自己的游戏风格调整保护,这使他们在战斗中具有优势。

该插件的显着特点之一是它能够允许玩家根据所穿的装备受到 PVE 服务器上 NPC 的伤害。这为游戏增添了新的真实感,因为玩家在与 NPC 互动时必须仔细考虑自己的防御。它还鼓励玩家投入时间和资源来打造更好的装备,因为更好的装备意味着更好的保护。

自定义保护值、创建自定义物品以及在 PVE 服务器上启用 NPC 伤害的能力使其成为任何 Rust 服务器不可或缺的工具。

特征

  • PVE服务器上玩家免受NPC伤害的物品保护的外观

  • 对任何可穿戴物品的保护进行详细调整

  • 项目设置文件都单独位于自己的文件和文件夹中,因此可以轻松自定义项目

  • 在没有一切的情况下为玩家设置防御

  • 能够创建自己的物品,并具有自己的保护、名称和皮肤 

权限

customizableprotection.give 		for give command
customizableprotection.icon.show
customizableprotection.icon.hide

控制台命令

cp.give <custom item name> - Give yourself a custom item
cp.give <steamid> <custom item name> - Give the player a custom item
cp.create - Add a custom item based on the image of another item
cp.reload - Quick reloading of items

文件层次: 

  • CustomizableProtection
     ↳ • Custom
          ↳ example1.json
          ↳ example1.json
     ↳ • Default
          ↳ attire.banditguard.json
          ↳ attire.bunny.onesie.json
          ↳ attire.bunnyears.json
          ↳ attire.egg.suit.json
          ↳ attire.hide.boots.json
          ↳ attire.hide.helterneck.json
          ↳ attire.hide.pants.json
          ↳ attire.hide.poncho.json
          ↳ attire.hide.skirt.json
          ↳ ... etc.

自定义项目设置:

{
  "Shortname": "partyhat",
  "Unique SkinId": 111,
  "Name": "Cap of Fortune",
  "Description": "Even though it looks silly, it can save!",
  "UI Settings": {
    "Name Color (or use <color></color> in name)": "1 1 1 1",
    "Frame Color": "0.94 0.75 0.15 1"
  },
  "Protection": {
    "Hunger": 0.0,
    "Thirst": 0.0,
    "Cold": 0.0,
    "Drowned": 100.0,
    "Heat": 0.0,
    "Bleeding": 0.0,
    "Poison": 0.0,
    "Suicide": 0.0,
    "Bullet": 0.0,
    "Slash": 0.0,
    "Blunt": 0.0,
    "Fall": 100.0,
    "Radiation": 0.0,
    "Bite": 0.0,
    "Stab": 0.0,
    "Explosion": 0.0,
    "RadiationExposure": 100.0,
    "ColdExposure": 100.0,
    "ElectricShock": 0.0,
    "Arrow": 0.0,
    "OxygenExposure": 100.0
  }
}

默认项目设置:

{
  "Hunger": 0.0,
  "Thirst": 0.0,
  "Cold": 0.0,
  "Drowned": 0.0,
  "Heat": 0.0,
  "Bleeding": 0.0,
  "Poison": 0.0,
  "Suicide": 0.0,
  "Bullet": 10.0,
  "Slash": 15.0,
  "Blunt": 15.0,
  "Fall": 0.0,
  "Radiation": 0.0,
  "Bite": 45.0,
  "Stab": 10.0,
  "Explosion": 0.0,
  "RadiationExposure": 2.0,
  "ColdExposure": 25.0,
  "ElectricShock": 0.0,
  "Arrow": 10.0,
  "OxygenExposure": 0.0
}

默认配置:

{
  "Icon Position (0 - Off | -1 - left by 1 slot, 1 - right by 1 slot | ..)": -1,
  "Lock values at normal values": true,
  "Protection Multipliers": {
    "Common": 1.0,
    "Types": {
      "Hunger": 1.0,
      "Thirst": 1.0,
      "Cold": 1.0,
      "Drowned": 1.0,
      "Heat": 1.0,
      "Bleeding": 1.0,
      "Poison": 1.0,
      "Suicide": 1.0,
      "Bullet": 1.0,
      "Slash": 1.0,
      "Blunt": 1.0,
      "Fall": 1.0,
      "Radiation": 1.0,
      "Bite": 1.0,
      "Stab": 1.0,
      "Explosion": 1.0,
      "RadiationExposure": 1.0,
      "ColdExposure": 1.0,
      "ElectricShock": 1.0,
      "Arrow": 1.0,
      "OxygenExposure": 1.0
    }
  },
  "Default Protection": {
    "Hunger": 0.0,
    "Thirst": 0.0,
    "Cold": 0.0,
    "Drowned": 0.0,
    "Heat": 0.0,
    "Bleeding": 0.0,
    "Poison": 0.0,
    "Suicide": 0.0,
    "Bullet": 0.0,
    "Slash": 0.0,
    "Blunt": 0.0,
    "Fall": 0.0,
    "Radiation": 0.0,
    "Bite": 0.0,
    "Stab": 0.0,
    "Explosion": 0.0,
    "RadiationExposure": 0.0,
    "ColdExposure": 0.0,
    "ElectricShock": 0.0,
    "Arrow": 0.0,
    "OxygenExposure": 0.0
  }
}

图片[1]-防具
可定制的保护-PCI1

图片[2]-防具
可定制的保护-PCI1

51a25363db745d2dcb7613ef6262ce69

df8b8ce5dec89b006332f1a87ab409da

844f7399554b4f16d8b7fc5658bf4d95

340e735b22edec4bd2c72a1938a47427

cc2421f92519a30cfd633016c22949bf

© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容