Overview
| Comment: | 0.0.2342 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
fe613e5e2b759548743b158ceca3e833 |
| User & Date: | 顽雨沉风 on 2023-07-29 05:23:50.261 |
| Other Links: | manifest | tags |
Context
|
2023-07-29
| ||
| 05:33 | 0.0.2343 check-in: 0a7882d1cc user: 顽雨沉风 tags: trunk | |
| 05:23 | 0.0.2342 check-in: fe613e5e2b user: 顽雨沉风 tags: trunk | |
| 05:13 | 0.0.2341 check-in: 17136138c6 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-52.lua
from [98d7051bda]
to [7451b1292c].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + |
--puzzle1
Debug.SetAIName("X-LV-52")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,2100,0,0)
Debug.SetPlayerInfo(1,17700,0,0)
Debug.AddCard(85754829,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK)
Debug.AddCard(39581190,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
local m1 = Debug.AddCard(29654737,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(89631139,1,1,LOCATION_MZONE,4,POS_FACEUP_ATTACK)
Debug.AddCard(92970404,0,0,LOCATION_MZONE,4,POS_FACEUP_ATTACK)
Debug.AddCard(19763315,1,1,LOCATION_SZONE,4,POS_FACEDOWN)
|
| ︙ |