Overview
| Comment: | 0.0.2177 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dd558aa086319aedb3188abe6c9febb8 |
| User & Date: | 顽雨沉风 on 2023-07-25 00:19:49.680 |
| Other Links: | manifest | tags |
Context
|
2023-07-25
| ||
| 00:20 | 0.0.2178 check-in: 4aee0d05cb user: 顽雨沉风 tags: trunk | |
| 00:19 | 0.0.2177 check-in: dd558aa086 user: 顽雨沉风 tags: trunk | |
| 00:19 | 0.0.2176 check-in: ca30ead0f6 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-51.lua
from [9d4fdd1e42]
to [c7b8e218a9].
1 | --created by ygopro puzzle maker | | | | 1 2 3 4 5 6 7 8 9 10 |
--created by ygopro puzzle maker
Debug.SetAIName("X-LV-51")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,4000,0,0)
Debug.SetPlayerInfo(1,5800,0,0)
Debug.AddCard(50608164,0,0,LOCATION_EXTRA,0,POS_FACEUP_ATTACK)
Debug.AddCard(9327502,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
Debug.AddCard(37412656,0,0,LOCATION_SZONE,1,POS_FACEDOWN_ATTACK)
Debug.AddCard(69884162,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
Debug.AddCard(21143940,0,0,LOCATION_SZONE,3,POS_FACEDOWN_ATTACK)
|
| ︙ | ︙ |