Overview
Comment: | 0.0.218 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4fcda3f2e331f092acd4ef798db6f795 |
User & Date: | 顽雨沉风 on 2023-06-18 05:53:33 |
Other Links: | manifest | tags |
Context
2023-06-18
| ||
05:54 | 0.0.219 check-in: 5923cbeef2 user: 顽雨沉风 tags: trunk | |
05:53 | 0.0.218 check-in: 4fcda3f2e3 user: 顽雨沉风 tags: trunk | |
05:51 | 0.0.217 check-in: 3b0cf022de user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua from [a9f80fcb5b] to [5c86dc3936].
︙ | ︙ | |||
10 11 12 13 14 15 16 | effect_100:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_100:SetCode(EVENT_DAMAGE) function cache_1() cache_1 = Duel.GetLP(1) | > > > > > > | | 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 return cache_1 end effect_100:SetCondition(cache_1) function cache_1() Debug.ShowHint("残局群181175613") return end effect_100:SetOperation(cache_1) |
︙ | ︙ |