Differences From 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]
To Artifact [4f19cdac27]:
- File 残局函数库/残局函数库.lua — part of check-in [5e73ecd8d2] at 2023-06-25 23:54:59 on branch trunk — 0.0.238 (user: 顽雨沉风, size: 1079) [annotate] [blame] [check-ins using]
︙ | |||
35 36 37 38 39 40 41 42 43 44 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | + + + + + + + + + | 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) function cache_1() cache_1 = Duel.GetLP(0) if cache_1 > 0 then cache_1 = true else cache_1 = false end return cache_1 end end fun["通关邀请"]() |