Overview
Comment: | 0.0.971 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2a44f9504c3a46ccb955acd1af27d137 |
User & Date: | 顽雨沉风 on 2023-07-08 15:48:48 |
Other Links: | manifest | tags |
Context
2023-07-08
| ||
15:49 | 0.0.972 check-in: 048319b4d8 user: 顽雨沉风 tags: trunk | |
15:48 | 0.0.971 check-in: 2a44f9504c user: 顽雨沉风 tags: trunk | |
15:46 | 0.0.970 check-in: ac5f5dbbb4 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [9234e8545d] to [e0c084f417].
︙ | ︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_DAMAGE) function cache_1() cache_1 = Duel.GetLP(1) if cache_1 <= 0 then cache_1 = true else cache_1 = false end return cache_1 end effect_1:SetCondition(cache_1) function cache_1() | > | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_1:SetCode(EVENT_DAMAGE) function cache_1() cache_1 = Duel.GetLP(1) if cache_1 <= 0 then cache_1 = true Debug.ShowHint(tostring(cache_1)) else cache_1 = false end return cache_1 end effect_1:SetCondition(cache_1) function cache_1() |
︙ | ︙ |