Differences From Artifact [a9f80fcb5b]:
- File 残局函数库/残局函数库.lua — part of check-in [1c382bc392] at 2023-06-18 05:50:35 on branch trunk — 0.0.215 (user: 顽雨沉风, size: 551) [annotate] [blame] [check-ins using]
To Artifact [5c86dc3936]:
- File 残局函数库/残局函数库.lua — part of check-in [4fcda3f2e3] at 2023-06-18 05:53:33 on branch trunk — 0.0.218 (user: 顽雨沉风, size: 640) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + + + + + + - + | effect_100:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_100:SetCode(EVENT_DAMAGE) function cache_1() cache_1 = Duel.GetLP(1) if cache_1 <= 0 then cache_1 = true else cache_1 = false end |
︙ |