Differences From 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]
To Artifact [617fff39a2]:
- File 残局函数库/残局函数库.lua — part of check-in [431822ea79] at 2023-06-25 23:53:42 on branch trunk — 0.0.237 (user: 顽雨沉风, size: 908) [annotate] [blame] [check-ins using]
| ︙ | |||
34 35 36 37 38 39 40 41 42 43 | 34 35 36 37 38 39 40 41 42 43 44 | + |
fun["开局添加手卡"] = function()
local effect_101
effect_101 = Effect.GlobalEffect()
effect_101:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_101:SetCode(EVENT_ADJUST)
effect_101:SetCountLimit(1)
end
fun["通关邀请"]()
|