Overview
| Comment: | 0.0.2375 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
67f12f23e5d9dc088bf969e2c2c20b6d |
| User & Date: | 顽雨沉风 on 2023-07-30 04:24:19.358 |
| Other Links: | manifest | tags |
Context
|
2023-07-30
| ||
| 04:24 | 0.0.2376 check-in: 42ac0501c4 user: 顽雨沉风 tags: trunk | |
| 04:24 | 0.0.2375 check-in: 67f12f23e5 user: 顽雨沉风 tags: trunk | |
| 04:20 | 0.0.2374 check-in: 9d80052442 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/QB011.lua
from [228de9cca6]
to [b6a6f8af70].
1 | --created by ygopro puzzle maker | | | | 1 2 3 4 5 6 7 8 9 10 |
--created by ygopro puzzle maker
Debug.SetAIName("QB011")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,4000,0,0)
Debug.SetPlayerInfo(1,7900,0,0)
Debug.AddCard(43641473,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(46195773,0,0,LOCATION_EXTRA,0,POS_FACEUP_ATTACK)
Debug.AddCard(18013090,0,0,LOCATION_EXTRA,0,POS_FACEUP_ATTACK)
Debug.AddCard(60800381,0,0,LOCATION_EXTRA,0,POS_FACEUP_ATTACK)
Debug.AddCard(96182448,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
|
| ︙ | ︙ |