Overview
Comment: | 0.0.32 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1b6cf4d28f86b32889e8680abcf89530 |
User & Date: | 顽雨沉风 on 2023-04-22 01:28:03 |
Other Links: | manifest | tags |
Context
2023-04-22
| ||
01:36 | 0.0.33 check-in: daa4b49ccd user: 顽雨沉风 tags: trunk | |
01:28 | 0.0.32 check-in: 1b6cf4d28f user: 顽雨沉风 tags: trunk | |
01:10 | 0.0.31 check-in: 9afa050a88 user: 顽雨沉风 tags: trunk | |
Changes
Modified [WCS2011]-12.lua from [e6dcd14989] to [9e8352dbf6].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + - + - - - + + + - + | --[[message |
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 | - + | e999:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e999:SetCode(EVENT_DAMAGE) e999:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return Duel.GetLP(1)<=0 end) e999:SetOperation(function(e,tp,eg,ep,ev,re,r,rp) Debug.ShowHint("残局群181175613") end) Duel.RegisterEffect(e999,0) |