模块

物品/data:修订间差异

来自卡厄思梦境WIKI

律Rhyme留言 | 贡献
无编辑摘要
律Rhyme留言 | 贡献
无编辑摘要
 
第1行: 第1行:
local item = {}
local item = {}


equipment["水晶"] = {
item["水晶"] = {
     art = "currency_paid_crystal.png",
     art = "currency_paid_crystal.png",
     type = "货币",
     type = "货币",

2025年10月24日 (五) 16:54的最新版本

此模块的文档可以在模块:物品/data/doc创建

local item = {}

item["水晶"] = {
    art = "currency_paid_crystal.png",
    type = "货币",
    rarity = "彩",
    desc = "拥有比星辰还要闪耀的光芒的结晶。<br>偶尔可以在银河缝隙找到。"
}

return item