Overview
| Comment: | 0.0.128 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1240f29456c11f600ced5ef6455c7e5f |
| User & Date: | 顽雨沉风 on 2023-05-13 05:50:33.252 |
| Other Links: | manifest | tags |
Context
|
2023-05-13
| ||
| 05:52 | 0.0.129 check-in: 780f65c9b3 user: 顽雨沉风 tags: trunk | |
| 05:50 | 0.0.128 check-in: 1240f29456 user: 顽雨沉风 tags: trunk | |
| 05:48 | 0.0.127 check-in: 69403463db user: 顽雨沉风 tags: trunk | |
Changes
Modified Naim_DDD_衍生-1.lua
from [38f24d097a]
to [c7baa64c0f].
| ︙ | ︙ | |||
43 44 45 46 47 48 49 | Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --graydle dragon --Insert any message here --insert additional message here Debug.ReloadFieldEnd() | < | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --graydle dragon
--Insert any message here
--insert additional message here
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)
|
| ︙ | ︙ |