Overview
Comment: | 0.0.127 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
69403463dbacbb3c93f97579db90d921 |
User & Date: | 顽雨沉风 on 2023-05-13 05:48:17 |
Other Links: | manifest | tags |
Context
2023-05-13
| ||
05:50 | 0.0.128 check-in: 1240f29456 user: 顽雨沉风 tags: trunk | |
05:48 | 0.0.127 check-in: 69403463db user: 顽雨沉风 tags: trunk | |
05:42 | 0.0.126 check-in: 12ee2191bb user: 顽雨沉风 tags: trunk | |
Changes
Modified Furtie_Hubo_14_Nekroz_衍生-1.lua from [3918d2179b] to [b53e43091d].
︙ | ︙ | |||
67 68 69 70 71 72 73 | --~ Debug.AddCard(68819554,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performage Damage Juggler --~ Debug.AddCard(89463537,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Nekroz of Unicore Debug.AddCard(96729612,0,0,LOCATION_HAND,0,POS_FACEDOWN) -- Preparation of Rites -- Start the Puzzle Debug.ReloadFieldEnd() | < | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | --~ Debug.AddCard(68819554,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Performage Damage Juggler --~ Debug.AddCard(89463537,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Nekroz of Unicore Debug.AddCard(96729612,0,0,LOCATION_HAND,0,POS_FACEDOWN) -- Preparation of Rites -- 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) |
︙ | ︙ |