Overview
Comment: | 0.0.2178 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4aee0d05cba63d44f10739635054595d |
User & Date: | 顽雨沉风 on 2023-07-25 00:20:05 |
Other Links: | manifest | tags |
Context
2023-07-25
| ||
00:24 | 0.0.2179 check-in: 39c94085f8 user: 顽雨沉风 tags: trunk | |
00:20 | 0.0.2178 check-in: 4aee0d05cb user: 顽雨沉风 tags: trunk | |
00:19 | 0.0.2177 check-in: dd558aa086 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-51.lua from [c7b8e218a9] to [2f25f0d9ee].
1 2 3 4 5 | --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) | | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --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_FACEDOWN_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) Debug.AddCard(48305365,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(38033121,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(69140098,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() |