Overview
Comment: | 0.0.125 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0e92893037f3bbca043eb84f914f3a61 |
User & Date: | 顽雨沉风 on 2023-05-13 05:40:07 |
Other Links: | manifest | tags |
Context
2023-05-13
| ||
05:42 | 0.0.126 check-in: 12ee2191bb user: 顽雨沉风 tags: trunk | |
05:40 | 0.0.125 check-in: 0e92893037 user: 顽雨沉风 tags: trunk | |
05:39 | 0.0.124 check-in: 942859547d user: 顽雨沉风 tags: trunk | |
Changes
Modified Furtie_Hubo_15_PePe.lua from [f13c8d304c] to [2ff57f9855].
︙ | ︙ | |||
89 90 91 92 93 94 95 | --~ Debug.AddCard(40318957,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performapal Skullcrobat Joker Debug.AddCard(75195825,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Master Pendulum, the Dracoslayer Debug.AddCard(31222701,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Wavering Eyes -- Start the Puzzle Debug.ReloadFieldEnd() | < | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | --~ Debug.AddCard(40318957,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performapal Skullcrobat Joker Debug.AddCard(75195825,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Master Pendulum, the Dracoslayer Debug.AddCard(31222701,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Wavering Eyes -- Start the Puzzle Debug.ReloadFieldEnd() aux.BeginPuzzle() 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) |
︙ | ︙ |