Differences From Artifact [d975a432eb]:
- File script/c0.lua — part of check-in [88d3757681] at 2023-07-09 01:36:03 on branch trunk — 0.0.1007 (user: 顽雨沉风, size: 6264) [annotate] [blame] [check-ins using]
To Artifact [6e921fc0c3]:
- File script/c0.lua — part of check-in [8d054eb240] at 2023-07-09 01:37:47 on branch trunk — 0.0.1008 (user: 顽雨沉风, size: 6329) [annotate] [blame] [check-ins using]
| ︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + |
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_DAMAGE)
function cache_1()
cache_1 = Duel.GetLP(1)
if cache_1 <= 0 then
if cache_1 < 0 then
|
| ︙ |