Overview
Comment: | 0.0.146 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
748a21fd39b2229c704cced1d746e8bd |
User & Date: | 顽雨沉风 on 2023-05-31 03:16:10 |
Other Links: | manifest | tags |
Context
2023-05-31
| ||
15:36 | 0.0.147 check-in: f5d7aad2c6 user: 顽雨沉风 tags: trunk | |
03:16 | 0.0.146 check-in: 748a21fd39 user: 顽雨沉风 tags: trunk | |
03:13 | 0.0.145 check-in: 295b2babd6 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua from [8fec677f4e] to [4deb39bbfc].
︙ | ︙ | |||
12 13 14 15 16 17 18 | fun["通关邀请"]=function() local e100 e100=Effect.GlobalEffect() e100:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) e100:SetCode(EVENT_DAMAGE) | | > > > > > > > | > | > > > > > > > | > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | fun["通关邀请"]=function() local e100 e100=Effect.GlobalEffect() e100:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) e100:SetCode(EVENT_DAMAGE) function cache1(e , tp , eg , ep , ev , re , r , rp) cache1=Duel.GetLP(1) return cache1<=0 end e100:SetCondition(cache1) function cache1(e , tp , eg , ep , ev , re , r , rp) Debug.ShowHint("残局群181175613") return end e100:SetOperation(cache1) Duel.RegisterEffect(e100 , 0) end |