> For the complete documentation index, see [llms.txt](https://liyi2015.gitbook.io/magicgem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liyi2015.gitbook.io/magicgem/function.md).

# 功能演示

## 基本功能

### 附魔宝石

* 附魔宝石，超越原版上限，同时支持EcoEnchants/GoldenEnchants等
* 限制、概率随心配置，动态读写
* 内置宝石已经囊括所有原版附魔，拿来即用

![](/files/-MkuhybPRViD4uWefDUk)

### 药水宝石

* 通过Lore触发技能引擎技能：药水Buff（宝石内置技能之一）
* Lore样式可修改，简单改写即可支持罗马数字
* 支持世界统一限制和每种药水单独的世界限制
* 性能极致优化，不卡服

![](/files/-MkujSnpQvhnXhTPjc6H)

### 属性宝石

* **因为作者效(you)率(dian)高(lan)，这里演示的槽位比较丑**
* 但实际上槽位样式文字都可以自定义，取决于您的设计
* 例如单行多槽宝石

![](/files/-MkukOOjut0NaIxy8Tew)

* 一行一槽宝石
  * **再次提醒，槽位样式可自定义**

![](/files/-MkulIPAMSSFq6Dva8my)

* 结合您想要的文字和符号，可以展现更丰富的效果。如

![](/files/-MkzdfdBTjQnEq2mbKdn)

### 玩家宝石

* 兑换券

![](/files/-MkzhFjSPsptlR9b3865)

* 礼包

![](/files/-MkzjPEYkWssAC6FvD8s)

* 食用品

![](/files/-Mkzj8qylXTpjyLO8VXx)

### 内置技能

* 切换技能（可随意切换装备描述、附魔、属性、技能组）

![](/files/-Mkun4fWtd9m-NJQuGSN)

* 计数技能
  * 触发器的触发次数满足一定条件，则触发技能

![](/files/-MkzernFHw3eK3sclLp2)

* DEBUFF
  * 定身、缴械、禁疗……

![](/files/-Mkzllw_G2Udk6McwVRf)

* 持续技能、比例吸血技能
  * 持续时间内技能组无冷却
  * 吸血技能可以从近战/远程攻击、技能攻击、受伤当中吸血

![](/files/-Mkzn1ESlZ-D1gY4YFEE)

* 闪现技能
  * 该技能不仅可以右键闪现，还可瞬移到弓箭落地的位置等

![](/files/-Mkzrx94H_lKs-i8ouzw)

* MM技能
  * 依靠Lore识别并触发一切MM技能
  * 可自定义冷却时间提示的样式和位置
  * 可以与内置技能混写

![](/files/-MkzoxHrhhOc1KM4Rng7)

## 进阶使用

### 装备升级

* 精确修改装备描述、属性、技能，不影响玩家对装备的已有强化
* 可以拆卸降级

![](/files/-MkuqYukoWXJnJ0lLN5u)

### 符文镶嵌

* 特殊的镶嵌台GUI
* 每个格子都只能镶嵌某种类型的宝石

![](/files/-MkuGO7ECvG0wVDt7nLD)

### 符文合成

* 不仅可以合成宝石，还能合成原版/MM物品
* 点击按钮可在镶嵌台之间跳转
* 点击按钮等价于使用宝石，因此可使用一切宝石奖励，当作菜单使用
* 因此，你可以自行制作强化台

![](/files/-MkunxInCwoWVHD2gPme)

### 符文分解

* 可以根据投入的装备执行奖励
* 因此，它可以分解一切宝石、物品、装备，并给玩家任何宝石支持的奖励

![](/files/-MkuoEjqh5-aL6WOXwpn)

## 更多功能

* 插件功能高度自定义，远多于上述展示内容
* 请根据WIKI编写你想要的功能


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://liyi2015.gitbook.io/magicgem/function.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
