Overview
Comment: | 0.0.198 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5e52ecd5597565311713865cff71f818 |
User & Date: | 顽雨沉风 on 2023-06-18 05:33:47 |
Other Links: | manifest | tags |
Context
2023-06-18
| ||
05:35 | 0.0.199 check-in: 7a7efade62 user: 顽雨沉风 tags: trunk | |
05:33 | 0.0.198 check-in: 5e52ecd559 user: 顽雨沉风 tags: trunk | |
05:33 | 0.0.197 check-in: 03b61fe41b user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua from [b61a639a92] to [cab4ae37fa].
︙ | ︙ | |||
12 13 14 15 16 17 18 | fun["通关邀请"]=function() local effect_100 effect_100 = Effect.GlobalEffect() effect_100:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_100:SetCode(EVENT_DAMAGE) | | < < < < < < < | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | fun["通关邀请"]=function() local effect_100 effect_100 = Effect.GlobalEffect() effect_100:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) effect_100:SetCode(EVENT_DAMAGE) function cache_1() cache_1 = Duel.GetLP(1) return cache_1 <= 0 end effect_100:SetCondition(cache_1) function cache_1() |
︙ | ︙ |