Differences From Artifact [d40354f7e9]:
- File 残局函数库/残局函数库.lua — part of check-in [e522f35932] at 2023-06-25 23:52:20 on branch trunk — 0.0.235 (user: 顽雨沉风, size: 770) [annotate] [blame] [check-ins using]
To Artifact [59c3d6b376]:
- File 残局函数库/残局函数库.lua — part of check-in [db668d0786] at 2023-06-25 23:53:10 on branch trunk — 0.0.236 (user: 顽雨沉风, size: 877) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
31 32 33 34 35 36 37 38 39 40 |
Duel.RegisterEffect(effect_100
, 0)
end
fun["开局添加手卡"] = function()
local effect_101
effect_101 = Effect.GlobalEffect()
end
fun["通关邀请"]()
| > > > | 31 32 33 34 35 36 37 38 39 40 41 42 43 |
Duel.RegisterEffect(effect_100
, 0)
end
fun["开局添加手卡"] = function()
local effect_101
effect_101 = Effect.GlobalEffect()
effect_101:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_101:SetCode(EVENT_ADJUST)
end
fun["通关邀请"]()
|