Overview
Comment: | 0.0.119 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f9ada86ed4ad12bb8306ac77fadb9850 |
User & Date: | 顽雨沉风 on 2023-05-13 04:34:06 |
Other Links: | manifest | tags |
Context
2023-05-13
| ||
04:38 | 0.0.120 check-in: 13feeb1c71 user: 顽雨沉风 tags: trunk | |
04:34 | 0.0.119 check-in: f9ada86ed4 user: 顽雨沉风 tags: trunk | |
04:33 | 0.0.118 check-in: 99029f72cf user: 顽雨沉风 tags: trunk | |
Changes
Modified huamei01.lua from [2a93c18767] to [1543de3811].
︙ | ︙ | |||
56 57 58 59 60 61 62 | --ai szone --ai fzone Debug.AddCard(57554544,1,1,LOCATION_SZONE,5,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() | > > > > > > > > | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | --ai szone --ai fzone Debug.AddCard(57554544,1,1,LOCATION_SZONE,5,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) |