AuCardBackpack/src/README.md
2025-05-10 06:11:07 +08:00

28 lines
957 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AuCardBackpack 插件
## 插件简介
一个斗罗RPG常见的魂卡系统击杀怪掉落魂卡右键魂卡打开背包并概率吸收魂卡
## 玩法关联插件
- PaperMC 1.12.2
- DemonAPI (核心前置支持)
- AuItemStackLibrary (存储掉落魂卡的战利品)
- DemonMmKillsStats (击杀怪物后概率掉落魂卡)
- DemonMmKillsDrop (记录魂卡掉落数量日志)
- AuItemUse (掉落的魂卡 手持右键鉴定)
- AuForge (鉴定后输出的装备魂卡)
- DemonFenJie (分解鉴定后的装备魂卡)
- DragonCore (属性字符替换、魂卡材质替换)
## 功能结构
- 战利品阶段(击杀同年限的怪概率掉落魂卡)
- 背包阶段(可从背包界面取出魂卡)
- 吸收阶段(确认吸收该魂卡,吸收后关闭背包则触发属性)
-----------------------------------
# 更新日志
## v1.0.0 - 2025-05-10
- 绑定命令 `/aucard open` 打开魂卡背包
- 初步已实现功能的安装和实装