Differences From Artifact [518a9bc8dc]:
- File script/c0.lua — part of check-in [c078118c2a] at 2023-07-09 01:35:45 on branch trunk — 0.0.1006 (user: 顽雨沉风, size: 6267) [annotate] [blame] [check-ins using]
To 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]
| ︙ | |||
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
|
| ︙ |