2,544
个编辑
小 (放弃) |
小 (保护) |
||
第61行: | 第61行: | ||
function handlers.ratingPlus(v) return v and '+' or '' end | function handlers.ratingPlus(v) return v and '+' or '' end | ||
local function stringify(cond) | local function stringify(cond) | ||
local | local template = templates[cond.type] or ('不支持的解锁类型号:' .. cond.type) | ||
local res = template:gsub('%$([a-zA-Z12_]+)', function(k) | |||
local nk = tonumber(k) | local nk = tonumber(k) | ||
if nk then return stringify(cond.conditions[nk]) end | if nk then return stringify(cond.conditions[nk]) end |
个编辑