Overview
Comment: | 0.0.550 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4cd4fa6538d65a8fe819df89544bc143 |
User & Date: | 顽雨沉风 on 2023-07-01 12:52:20 |
Other Links: | manifest | tags |
Context
2023-07-01
| ||
12:53 | 0.0.551 check-in: 8210af4dfb user: 顽雨沉风 tags: trunk | |
12:52 | 0.0.550 check-in: 4cd4fa6538 user: 顽雨沉风 tags: trunk | |
12:51 | 0.0.549 check-in: f5151431f7 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/19.Let's GaGaGa.lua from [2e5de06a1c] to [923fa75d6e].
1 2 3 4 5 6 7 8 | --[[message 一起来我我我 ]] --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") | | | | | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | --[[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 + DUEL_PSEUDO_SHUFFLE , 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) |
︙ | ︙ |