Overview
Comment: | 0.0.2360 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4b9b0fedd7a48e92e0a30b44e15e9f63 |
User & Date: | 顽雨沉风 on 2023-07-30 03:59:34 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
03:59 | 0.0.2361 check-in: 039684da53 user: 顽雨沉风 tags: trunk | |
03:59 | 0.0.2360 check-in: 4b9b0fedd7 user: 顽雨沉风 tags: trunk | |
03:59 | 0.0.2359 check-in: 910a736c0f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/QB068.lua from [81d0cd3843] to [81bc67ee7a].
1 2 | --created by ygopro puzzle maker Debug.SetAIName("ZQB068骷髅炎鬼") | | | 1 2 3 4 5 6 7 8 9 10 | --created by ygopro puzzle maker Debug.SetAIName("ZQB068骷髅炎鬼") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,4600,0,0) Debug.AddCard(84451804,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(84451804,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(84451804,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(9126351,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) Debug.AddCard(1357146,0,0,LOCATION_GRAVE,0,POS_FACEUP_ATTACK) |
︙ | ︙ |