Overview
Comment: | 0.0.2389 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
47ef4204b46063689db635d45debbd30 |
User & Date: | 顽雨沉风 on 2023-07-30 05:12:38 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
05:12 | 0.0.2390 check-in: 5e300d928a user: 顽雨沉风 tags: trunk | |
05:12 | 0.0.2389 check-in: 47ef4204b4 user: 顽雨沉风 tags: trunk | |
05:06 | 0.0.2388 check-in: 50cc561249 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Meteor Dragon1.lua from [a4083cdbb0] to [c7787f3cf9].
1 | --created by ygopro puzzle maker | | | 1 2 3 4 5 6 7 8 9 | --created by ygopro puzzle maker Debug.SetAIName("Meteor Dragon1") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI) 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) |
︙ | ︙ |