Overview
Comment: | 0.0.552 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
daa84b7ff3074bf18ec49bce2aa7d032 |
User & Date: | 顽雨沉风 on 2023-07-01 12:53:27 |
Other Links: | manifest | tags |
Context
2023-07-01
| ||
12:54 | 0.0.553 check-in: e2d4a1b789 user: 顽雨沉风 tags: trunk | |
12:53 | 0.0.552 check-in: daa84b7ff3 user: 顽雨沉风 tags: trunk | |
12:53 | 0.0.551 check-in: 8210af4dfb user: 顽雨沉风 tags: trunk | |
Changes
Modified single/19.Let's GaGaGa.lua from [74cdad5c81] to [dba91d50b5].
1 2 3 4 5 6 7 8 9 | --[[message 一起来我我我 ]] --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") --~ Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) | | | | < | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | --[[message 一起来我我我 ]] --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") --~ Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.ReloadFieldBegin( DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI , 5) Debug.SetPlayerInfo(0,700,0,1) Debug.SetPlayerInfo(1,12200,0,0) Debug.AddCard(14785765,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(71453557,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(72355441,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(90673413,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |