Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1fd8bb96680d717ae931a61925cdffd9 |
User & Date: | 顽雨沉风 on 2024-07-25 06:58:11 |
Other Links: | manifest | tags |
Context
2024-07-25
| ||
07:18 | 0 check-in: 6ddfe2df65 user: 顽雨沉风 tags: trunk | |
06:58 | 0 check-in: 1fd8bb9668 user: 顽雨沉风 tags: trunk | |
05:19 | 0 check-in: 12d97652f5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_40_031_1.lua from [886e0bf659] to [da11464fbd].
1 2 3 4 5 6 7 | --[[message #地狱秘旋谍 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE, 4) Debug.SetPlayerInfo(0, 8000, 0, 0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --[[message #地狱秘旋谍 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE, 4) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 36800, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(72291078, 0, 0, k1, 2, k2) Debug.AddCard(896311391, 0, 0, k1, 6, k2) Debug.AddCard(72402069, 1, 1, k1, 0, k2) Debug.AddCard(84569886, 1, 1, k1, 4, k2) local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷 |
︙ | ︙ |