feat(equip-system): 新增装备系统核心支持

1.  重构卡牌配置定义,明确Field类型为装备卡并支持单卡多词条
2.  添加装备卡判断和词条计数工具函数
3.  新增EquipListComp装备列表组件
4.  更新aui.plist和预制体UI资源适配新装备系统
5.  补充多词条装备示例配置
This commit is contained in:
panFD
2026-07-22 00:22:08 +08:00
parent db3b5f3649
commit 3e9b65e99d
12 changed files with 33183 additions and 10245 deletions

View File

@@ -2554,10 +2554,10 @@
"height": 81,
"rawWidth": 185,
"rawHeight": 81,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 92,
"borderRight": 92,
"borderTop": 40,
"borderBottom": 40,
"borderLeft": 30,
"borderRight": 30,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
@@ -2693,9 +2693,9 @@
"rawWidth": 185,
"rawHeight": 81,
"borderTop": 40,
"borderBottom": 35,
"borderLeft": 92,
"borderRight": 92,
"borderBottom": 40,
"borderLeft": 30,
"borderRight": 30,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
@@ -2738,10 +2738,10 @@
"height": 81,
"rawWidth": 185,
"rawHeight": 81,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 92,
"borderRight": 92,
"borderTop": 40,
"borderBottom": 40,
"borderLeft": 30,
"borderRight": 30,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,