Commit 109ace1a authored by Tachibana's avatar Tachibana

nmbd

parent 9709d0a4
This diff is collapsed.
......@@ -398,6 +398,9 @@ function rsef.Get_Value_Effect_Attribute_List()
, ["mat"] = { EFFECT_MATERIAL_CHECK, 1, nil, nil, EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_SET_AVAILABLE+EFFECT_FLAG_IGNORE_RANGE }
, ["ormat"] = { EFFECT_OVERLAY_RITUAL_MATERIAL, 1 } , ["grmat"] = { EFFECT_EXTRA_RITUAL_MATERIAL, 1 }
, ["fmat"] = { EFFECT_EXTRA_FUSION_MATERIAL, 1 }
}
......@@ -406,7 +409,11 @@ function rsef.Get_Value_Effect_Attribute_List()
, "im", "indb", "inde", "indct", "ind", "tgb~", "tge~"
, "fcode", "fset", "latt", "lrace", "lcode", "lset" }
, "fcode", "fset", "latt", "lrace", "lcode", "lset"
, "ormat", "grmat", "fmat"
}
local affect_self_list2 = { }
for _, str in pairs(affect_self_list) do
......@@ -772,6 +779,7 @@ function rsef.FV_LIMIT(reg_list, lim_list, val_list, tg, tg_range_list, con, res
end
--Field Val Effect: Other Limit (affect Player)
function rsef.FV_LIMIT_PLAYER(reg_list, lim_list, val_list, tg, tg_range_list, con, reset_list, flag, desc_list)
local str_list2 = rsef.LIMIT_List(lim_list)
return rsef.FV_Player(reg_list, str_list2, val_list, tg, tg_range_list, flag, nil, con, reset_list, desc_list)
end
--Leave field list
......
......@@ -96,12 +96,14 @@ local rsch = Churck
#XueXiao 3234454893
local rsmd = Mrs_Dice
local rsxjm = XueJiMo
#HuangWu 1103516856
local rsdc = Dragon_Caller
#BoJue 1025644096
local rsad = Ancient_Dragon
local rsfwh = Flame_Witch
#ZhenLiXiYaZhiChongHuoMo 3129411731
local rsmmd = Mo_Jie_Di_Di
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment