Overview
Comment: | 0.0.27 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5f7bf7c73807b09a9103bca8cbdc64c0 |
User & Date: | 顽雨沉风 on 2023-04-21 12:20:09 |
Other Links: | manifest | tags |
Context
2023-04-21
| ||
12:21 | 0.0.28 check-in: a7c1661c00 user: 顽雨沉风 tags: trunk | |
12:20 | 0.0.27 check-in: 5f7bf7c738 user: 顽雨沉风 tags: trunk | |
11:49 | 0.0.26 check-in: 108d435852 user: 顽雨沉风 tags: trunk | |
Changes
Modified X-LV-05.lua from [0c14f0b16a] to [05978e2f9e].
︙ | ︙ | |||
13 14 15 16 17 18 19 | local g01=Debug.AddCard(27288416,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local g03=Debug.AddCard(27288416,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(27288416,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() | | | | | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | local g01=Debug.AddCard(27288416,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) local g03=Debug.AddCard(27288416,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(27288416,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下四星以下不需要祭品。\n五·六星怪兽需要一只祭品。\n七星以上两只祭品。") --~ Debug.ShowHint --~ ("五·六星怪兽需要一只祭品") --~ 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) |
︙ | ︙ |