企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
>[danger]套装是在模块文件夹`Module\Suit`内配置 [4.5.1+]已经支持 [PlaceholderAPI变量](../PlaceholderAPI%E5%8F%98%E9%87%8F.md) 了 ![](https://img.kancloud.cn/45/2a/452a8b28cdb688a05854c402f0b66809_285x253.png) ``` #套装显示名字 display: 侠客羁绊 #使用的显示模板 template: 示例_套装模板 #套装能够触发的装备ID #一个装备可以应用到多个套装内,所以不推荐在装备lore内显示套装,虽然现在模板可以显示 #推荐ui配合变量显示图片以及生成的内容显示在hud上 equips: - 武器 - 头盔 - 盔甲 - 护腿 - 靴子 - 符文 - 抛物_雪球 - 弓箭 - 副手武器 - 新手剑 #如果需要UI显示,这里可以填入自定义路径,然后用变量 %pxrpg_suit_path_{index}% 获取 #[pxrpg4.5.1+] path: '' #套装的词条 entries: #满足几件时触发 '1': 攻击: #[PxRpg4.5.1+] type: skill data: skill: - 伏虎决 level: 100 display: - "&7 - [{suit.color}{suit.index}&7] {suit.color}伏虎决等级+100" show: true '2': 攻击: type: attribute data: id: 攻击 min: '100.0' max: '100.0' sign: false float: 0 display: - '&7 - [{suit.color}{suit.index}&7] {suit.color}{attribute.name}: {attribute.value}' show: true '3': 防御: type: attribute data: id: 防御 min: '200.0' max: '200.0' sign: false float: 0 display: - '&7 - [{suit.color}{suit.index}&7] {suit.color}{attribute.name}: {attribute.value}' show: true '4': 攻击: type: attribute data: id: 攻击 min: '1.0' max: '1.0' sign: true float: 0 display: - '&7 - [{suit.color}{suit.index}&7] {suit.color}{attribute.name}: {attribute.value}' show: true 防御: type: attribute data: id: 防御 min: '0.5' max: '0.5' sign: true float: 0 display: - '&7 - [{suit.color}{suit.index}&7] {suit.color}{attribute.name}: {attribute.value}' show: true '5': 防御: type: attribute data: id: 防御 min: '1.0' max: '1.0' sign: true float: 0 display: - '&7 - [{suit.color}{suit.index}&7] {suit.color}{attribute.name}: {attribute.value}' show: true '6': 吸血: type: attribute data: id: 吸血 min: '0.05' max: '0.05' sign: true float: 0 display: - '&7 - [{suit.color}{suit.index}&7] {suit.color}{attribute.name}: {attribute.value}' show: true ```