Overview
Comment: | 0.0.121 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
64a38885846d628a56d5529a1ec178ca |
User & Date: | 顽雨沉风 on 2023-05-13 04:39:04 |
Other Links: | manifest | tags |
Context
2023-05-13
| ||
05:36 | 0.0.122 check-in: 1d5c23ebdd user: 顽雨沉风 tags: trunk | |
04:39 | 0.0.121 check-in: 64a3888584 user: 顽雨沉风 tags: trunk | |
04:38 | 0.0.120 check-in: 13feeb1c71 user: 顽雨沉风 tags: trunk | |
Changes
Modified huamei01.lua from [4c807a12b8] to [483f1594e8].
︙ | ︙ | |||
56 57 58 59 60 61 62 63 64 65 66 67 68 69 | --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) | > > | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | --ai szone --ai fzone Debug.AddCard(57554544,1,1,LOCATION_SZONE,5,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("从卡组中选择五张卡加入手卡!") 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) |
︙ | ︙ |