hanli/src/Data/items.php
2025-12-09 18:18:32 +08:00

23 lines
400 B
PHP

<?php
/**
* 物品基础配置
* 主要用于 Item::randomItem() 和词条生成
*/
return [
// 词条名称定义
'affix_definitions' => [
'patk' => '物攻',
'matk' => '魔攻',
'pdef' => '物防',
'mdef' => '魔防',
'hp' => '生命值',
'crit' => '暴击率',
'critdmg' => '暴击伤害',
],
// 物品类型配置
];