Overview
Comment: | 0.0.118 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
99029f72cf6f3f9a04acb25b3129f3ab |
User & Date: | 顽雨沉风 on 2023-05-13 04:33:29 |
Other Links: | manifest | tags |
Context
2023-05-13
| ||
04:34 | 0.0.119 check-in: f9ada86ed4 user: 顽雨沉风 tags: trunk | |
04:33 | 0.0.118 check-in: 99029f72cf user: 顽雨沉风 tags: trunk | |
02:10 | 0.0.117 check-in: 4e72b3b187 user: 顽雨沉风 tags: trunk | |
Changes
Modified sample1.lua from [65ac9a4773] to [312022d7b0].
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + + + + + + + + | Debug.AddCard(70781052,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(70342110,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(97077563,1,1,LOCATION_SZONE,3,POS_FACEDOWN) 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) Duel.RegisterEffect(e999,0) |
Modified sample2.lua from [1d89b1772f] to [f11b0ce377].
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + + + + + + + + | Debug.AddCard(34408491,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(16527176,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) 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) Duel.RegisterEffect(e999,0) |