Overview
Comment: | 0.0.196 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
57b4c57e8757c9397e0f18e1699cda9d |
User & Date: | 顽雨沉风 on 2023-06-18 05:32:03 |
Other Links: | manifest | tags |
Context
2023-06-18
| ||
05:33 | 0.0.197 check-in: 03b61fe41b user: 顽雨沉风 tags: trunk | |
05:32 | 0.0.196 check-in: 57b4c57e87 user: 顽雨沉风 tags: trunk | |
05:30 | 0.0.195 check-in: 2ae38e8afd user: 顽雨沉风 tags: trunk | |
Changes
Modified [WCS2006]03_antique_gear.lua from [e5c5884c11] to [f1e5b2165d].
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | e999=Effect.GlobalEffect() e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e999:SetCode(EVENT_DAMAGE) function cache1(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end e999:SetCondition(cache1) |
︙ |