# GUI界面设置 (支持ItemsAdder)
gui:
title: "§6§l精灵分解系统"
confirm-title: "§c§l确认分解"
size: 54
pokemon-slots:
- 19
- 20
- 21
- 23
- 24
- 25
background:
material: GRAY_STAINED_GLASS_PANE
name: " "
custom-model-data: 0
# 经济系统设置
economy:
enabled: true
currency: "分解积分"
# VIP倍率设置
vip-multipliers:
bronze: 1.2
silver: 1.5
gold: 2.0
diamond: 2.5
# 分解限制设置
decompose:
# 最低个体值总和要求 (0-186)
minimum-iv-total: 0
# 是否允许携带道具的精灵分解
allow-held-item-decompose: true
# 允许携带分解的道具列表
allowed-held-items:
- "神奇糖果"
# 是否禁止分解传说精灵
disable-legendary: false
# 是否禁止分解究极异兽
disable-ultrabeast: false
# 禁止分解的精灵列表
blacklist:
- "百变怪"
- "ditto"
# 奖励设置
rewards:
# 基础积分
base-iv-points: 5
# 每点个体值额外积分
iv-bonus-per-point: 0.1
# 每点努力值额外积分
ev-bonus-per-point: 0.02
# 闪光精灵额外积分
shiny-bonus: 50
# 稀有度额外积分
rarity-bonus:
legendary: 100
ultrabeast: 80
high: 20
medium: 10
low: 5
common: 1
# 携带道具额外积分
held-item-bonus:
default: 5
"神奇糖果": 10
"不变之石": 20
# 物品奖励
items:
- "DIAMOND:1:§b钻石"
- "EMERALD:2:§a绿宝石"
- "GOLD_INGOT:5:§6金锭"
# 命令奖励
commands:
# - "msg {player} 恭喜分解 {pokemon} 获得 {points} 积分!"