Artifact 8fec677f4e30f991000714dea14452c8c22929e7d224f08c4632f3361e138c6f:
- File 残局函数库.lua — part of check-in [dfd5884d76] at 2023-05-31 03:12:12 on branch trunk — 0.0.144 (user: 顽雨沉风, size: 615) [annotate] [blame] [check-ins using]
- File 残局函数库/残局函数库.lua — part of check-in [295b2babd6] at 2023-05-31 03:13:18 on branch trunk — 0.0.145 (user: 顽雨沉风, size: 615) [annotate] [blame] [check-ins using]
--[[message 警告:不是残局!!! 打不开!!! 打不开!!! 打不开!!! ]] local str = {} local fun = {} local cache1 fun["通关邀请"]=function() local e100 e100=Effect.GlobalEffect() e100:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) e100:SetCode(EVENT_DAMAGE) function cache1(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end e100:SetCondition(cache1) function cache1(e,tp,eg,ep,ev,re,r,rp) Debug.ShowHint("残局群181175613") return end e100:SetOperation(cache1) Duel.RegisterEffect(e100,0) end