Overview
Comment: | 0.0.1027 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e2c3bec93f295104279f1b30741df780 |
User & Date: | 顽雨沉风 on 2023-07-09 02:06:00 |
Other Links: | manifest | tags |
Context
2023-07-09
| ||
02:06 | 0.0.1028 check-in: 392062af7f user: 顽雨沉风 tags: trunk | |
02:06 | 0.0.1027 check-in: e2c3bec93f user: 顽雨沉风 tags: trunk | |
01:53 | 0.0.1025 check-in: b1cac72d0a user: 顽雨沉风 tags: trunk | |
Changes
Modified single/sample9.lua from [f9a31cb1e6] to [049a426990].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - - + + + + + | --[[message |
︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | + | Debug.AddCard(89631139,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --~ Debug.AddCard(70342110,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.ReloadFieldEnd() --~ Debug.ShowHint("GAME START!") aux.BeginPuzzle() fun["开局说明"]() local e999=Effect.GlobalEffect() 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) |