Overview
Comment: | 0.0.2390 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5e300d928a865ea0f8726b5be5690b78 |
User & Date: | 顽雨沉风 on 2023-07-30 05:12:46 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
05:13 | 0.0.2391 check-in: 60c7fc0f44 user: 顽雨沉风 tags: trunk | |
05:12 | 0.0.2390 check-in: 5e300d928a user: 顽雨沉风 tags: trunk | |
05:12 | 0.0.2389 check-in: 47ef4204b4 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Meteor Dragon1.lua from [c7787f3cf9] to [7f556f3c79].
1 2 | --created by ygopro puzzle maker Debug.SetAIName("Meteor Dragon1") | | | 1 2 3 4 5 6 7 8 9 10 | --created by ygopro puzzle maker Debug.SetAIName("Meteor Dragon1") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,3100,0,0) Debug.SetPlayerInfo(1,27000,0,0) Debug.AddCard(63977008,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(57568840,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(87319876,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(54343893,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(46609443,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) |
︙ | ︙ |