免费插件

Quality Crafting

品质工艺

增加了制作技能,使玩家能够制作具有改进统计数据的更高质量版本的物品。

levelingskills制作rpgquality

原作者:mr01sam · 查看 uMod 官方页面 ↗

插件介绍

增加了制作技能,使玩家能够制作具有改进统计数据的更高质量版本的物品。

Q: How do I see the quality level of the items in my inventory?A: Click the star button to toggle the quality overlay. This will automatically un-toggle when you close your inventory.

Q: How do I view my crafting skill levels?A: Click the icon with the bar graph to open the menu or use the command “/qc skills”.

Q: Why doesn’t the inventory item information UI display the correct stats for my quality items?A: Unfortunately there is no way to override the information for Rust’s default inventory UI. To view the true stats of an item, use the inspect HUD button which looks like a magnifying glass.

Q: Why can’t I see the HUD buttons?A: If you can’t see the HUD buttons you can try “/qc buttons show” to enable them. If that doesn’t work, then your server administrator probably disabled them.

主要用途

主要用于leveling、skills、制作、rpg等服务端功能。 本插件由 mr01sam 发布,当前目录记录版本为 v2.1.2,uMod 累计下载 8,170 次。

适用场景

  • PVE、活动服或任务玩法服务器
  • 需要调整建造、物品、制作或采集体验的服务器

功能分类

levelingskills制作rpgquality
查看 uMod 官方英文简介

Adds crafting skills allowing players to craft higher quality versions of items with improved stats.

权限节点

qualitycrafting.admin - Grants access to admin commands

授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke

指令说明

/qc help - Opens the plugin help menu.

/qc skills - Opens the plugin skills menu.

/qc buttons (show/hide) - Toggles the visibility of the HUD buttons.

相关依赖

  • Image Library
  • Useable Shovels

官方配置示例

{
  "Notifications": {
    "Item Crafted Notification": {
      "Show": true,
      "X": 480,
      "Y": 124
    },
    "XP Gained Notification": {
      "Show": true,
      "X": 480,
      "Y": 124
    }
  },
  "HUD": {
    "Inspect Button": {
      "Icon": "https://i.imgur.com/tPi2qM4.png",
      "X": 407,
      "Y": 19,
      "Size": 25
    },
    "Quality Button": {
      "Icon": "https://i.imgur.com/KMWMn0K.png",
      "X": 407,
      "Y": 52,
      "Size": 25
    },
    "Skills Button": {
      "Icon": "https://i.imgur.com/x0Zg12R.png",
      "X": 830,
      "Y": 30,
      "Size": 32
    },
    "Tracked Skill": {
      "X": 890,
      "Y": 17,
      "Size": 160
    }
  },
  "Colors": {
    "HUD Background": "0.5 0.5 0.5 0.5",
    "Menu Background": "0.16078 0.16078 0.12941 1",
    "HUD Button Toggled": "1 1 1 1",
    "HUD Button Untoggled": "1 1 1 0.4",
    "XP Bar": "0.5 1 0.5 1",
    "Text": "1 1 1 0.4"
  },
  "Sounds": {
    "Item Crafted Normal": "assets/bundled/prefabs/fx/notice/loot.start.fx.prefab",
    "Item Crafted Rare": "assets/prefabs/deployable/research table/effects/research-success.prefab",
    "Item Duplicated": "assets/bundled/prefabs/fx/item_unlock.prefab",
    "Skill Level Up": "assets/prefabs/locks/keypad/effects/lock.code.updated.prefab"
  },
  "UI Images": {
    "Close": "https://i.imgur.com/AbG6hrk.png",
    "Help": "https://i.imgur.com/tVSQyuX.png",
    "Arrow Up": "https://i.imgur.com/Mgua5IP.png",
    "Arrow Down": "https://i.imgur.com/L5kufsD.png"
  },
  "Version": {
    "Major": 2,
    "Minor": 1,
    "Patch": 0
  },
  "General": {
    "Blueprint XP Gain": true
  },
  "Categories": {
    "Gunsmithing": {
      "Enabled": true,
      "Icon": "https://i.imgur.com/BH0ndEH.png",
      "Base XP Multiplier": 1.0,
      "Base Crafting Speed": 1.0,
      "Perk Increases Per Level": {
        "Crafting Speed": 0.04,
        "Duplicate Chance": 0.002
      }
    },
    "Toolcrafting": {
      "Enabled": true,
      "Icon": "https://i.imgur.com/I0i8tBW.png",
      "Base XP Multiplier": 1.0,
      "Base Crafting Speed": 1.0,
      "Perk Increases Per Level": {
        "Crafting Speed": 0.04,
        "Duplicate Chance": 0.002
      }
    },
    "Tailoring": {
      "Enabled": true,
      "Icon": "https://i.imgur.com/WlrTTKR.png",
      "Base XP Multiplier": 1.0,
      "Base Crafting Speed": 1.0,
      "Perk Increases Per Level": {
        "Crafting Speed": 0.04,
        "Duplicate Chance": 0.002
      }
    },
    "Bowmaking": {
      "Enabled": true,
      "Icon": "https://i.imgur.com/NsBOZg1.png",
      "Base XP Multiplier": 1.0,
      "Base Crafting Speed": 1.0,
      "Perk Increases Per Level": {
        "Crafting Speed": 0.04,
        "Duplicate Chance": 0.002
      }
    },
    "Weaponsmithing": {
      "Enabled": true,
      "Icon": "https://i.imgur.com/1eAdvAq.png",
      "Base XP Multiplier": 1.0,
      "Base Crafting Speed": 1.0,
      "Perk Increases Per Level": {
        "Crafting Speed": 0.04,
        "Duplicate Chance": 0.002
      }
    }
  },
  "Quality Tiers": {
    "Star Icon": "https://imgur.com/fbELboi.png",
    "Tier 0": {
      "Icon": null,
      "Color": "0.9 0.9 0.9 1"
    },
    "Tier 1": {
      "Icon": "https://imgur.com/BKx4Hs8.png",
      "Color": "0.11764 1 0 1"
    },
    "Tier 2": {
      "Icon": "https://imgur.com/NSZTZ4v.png",
      "Color": "0 0.43921 1 1"
    },
    "Tier 3": {
      "Icon": "https://imgur.com/XSbgf72.png",
      "Color": "0.63921 0.20784 0.93333 1"
    },
    "Tier 4": {
      "Icon": "https://imgur.com/cEZUU9F.png",
      "Color": "0.87531 0.70196 0 1"
    },
    "Tier 5": {
      "Icon": "https://imgur.com/RD7ED4R.png",
      "Color": "1 0.29803 0.14901 1"
    },
    "Percent Stat Increases Per Tier": {
      "Projectile Damage": 0.08,
      "Protection": 0.01,
      "Melee Damage": 0.2,
      "Durability": 0.2,
      "Gather Rate": 0.1
    }
  }
}
{
  "gunsmithing": "Gunsmithing",
  "toolcrafting": "Toolcrafting",
  "weaponsmithing": "Weaponsmithing",
  "bowmaking": "Bowmaking",
  "tailoring": "Tailoring",
  "top crafters": "Top Crafters",
  "craft speed": "Crafting Speed",
  "total xp": "Total XP",
  "xp": "XP",
  "perks": "Perks",
  "duplicate chance": "Duplicate Chance",
  "no items have been crafted": "No items have been crafted in this category yet.",
  "crafting skills": "Crafting Skills",
  "item inspection": "Item Inspection",
  "crafted by": "Crafted by {0}",
  "no creator": "No Creator",
  "damage": "Damage",
  "durability": "Durability",
  "gathering": "Gathering",
  "protection": "Protection",
  "gain item xp": " {0} XP",
  "gain item xp with bonus": " {0} XP ( {1} Bonus)",
  "quality chance": "Quality chances",
  "player not found": "Player '{0}' does not exist.",
  "command success": "Successfully executed command.",
  "command error": "Error executing command",
  "usage": "Usage: {0}",
  "invalid value": "Invalid value '{0}'.",
  "value not allowed": "Value '{0}' is not allowed. Allowed Values {1}.",
  "level up skills": "Level Up Skills",
  "craft items or study": "Craft items or study unlocked blueprints to gain XP points to advance your crafting level.\n\nYou can advance your category crafting level as well as your item crafting level for a specific item.",
  "craft quality items": "Craft Quality Items",
  "advancing your item crafting level": "Advancing your item crafting level will increase the chance of crafting a quality item.\n\nThere are five tiers of quality, each tier increases the base stats for that item.",
  "inspect your creations": "Inspect Your Creations",
  "use the quality and inspect buttons": "Use the quality and inspect buttons near the hotbar to reveal the quality level and stats of items in your inventory.\n\nQuality level is represented by a number of stars or a specific color.",
  "overview": "Overview",
  "commands": "Commands",
  "support": "Support",
  "crafted": "Crafted",
  "max level": "Max Level",
  "duplicated": "Duplicated!",
  "plugin page": "Plugin Page",
  "donate": "Donate",
  "general commands": "General Commands",
  "admin commands": "Admin Commands",
  "plugin help": "Plugin Help",
  "track": "Track",
  "untrack": "Untrack",
  "no permission": "You do not have permission to use that command."
}

更新日志

最新版本: v2.1.2
最后版本发布: 2023-05-06
最后更新(条目): 2023-05-06

本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面

安装方法

  1. 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
  2. 登录本站后点击"下载",由本站已校验的本地缓存提供作者发布的文件。
  3. 将 .cs 文件放入服务器的 oxide/plugins 目录。
  4. 观察服务端控制台,确认插件编译并成功加载。
  5. 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。

使用前注意

  • Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
  • 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
  • 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
  • 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
来源说明

中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。