Overview
| Comment: | 0.0.2699 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f4831776e6121f815fa6422da6d0dd6c |
| User & Date: | 顽雨沉风 on 2023-10-12 06:05:09.292 |
| Other Links: | manifest | tags |
Context
|
2023-10-12
| ||
| 06:07 | 0.0.2700 check-in: 7887197885 user: 顽雨沉风 tags: trunk | |
| 06:05 | 0.0.2699 check-in: f4831776e6 user: 顽雨沉风 tags: trunk | |
| 06:00 | 0.0.2698 check-in: b01037f9df user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-54.lua
from [4c9141c430]
to [eea3d5ad42].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + |
Debug.SetAIName("X-LV-54")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,6800,0,0)
Debug.SetPlayerInfo(1,800,0,0)
-----------------
Debug.AddCard(36668118,0,0,LOCATION_DECK,0,POS_FACEDOWN)
|
| ︙ | |||
41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 | - + | Debug.AddCard(76539047,1,1,LOCATION_SZONE,0,POS_FACEUP) Debug.AddCard(27134689,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(27134689,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(27134689,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() |