Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4d2d50eabd6d6b9f31f9c2f23e0afb4b |
User & Date: | 顽雨沉风 on 2024-08-06 13:58:57 |
Other Links: | manifest | tags |
Context
2024-08-06
| ||
13:59 | 0 check-in: 47346a19d4 user: 顽雨沉风 tags: trunk | |
13:58 | 0 check-in: 4d2d50eabd user: 顽雨沉风 tags: trunk | |
13:58 | 0 check-in: 4b906fe772 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_50_030_1.lua from [a42099a5fe] to [1d88df6e6c].
1 2 3 4 5 6 | --[[message #MH-20230405 #棉花 ]] Debug.SetAIName("QQ群181175613") | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message #MH-20230405 #棉花 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 14200, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(89631139, 1, 1, k1, 0, k2) Debug.AddCard(89631139, 1, 1, k1, 1, k2) Debug.AddCard(89631139, 1, 1, k1, 2, k2) |
︙ | ︙ |