Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4d2605e939f35c44d6f7455ca31a4c4b |
User & Date: | 顽雨沉风 on 2024-07-27 06:56:54 |
Other Links: | manifest | tags |
Context
2024-07-27
| ||
07:00 | 0 check-in: a82a61700f user: 顽雨沉风 tags: trunk | |
06:56 | 0 check-in: 4d2605e939 user: 顽雨沉风 tags: trunk | |
06:53 | 0 check-in: c1cdf94ffa user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_021_3.lua from [3d2176ce99] to [416d2fd3f9].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - + - - - - - + + - - | --[[message #MH-baegg #棉花 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 6100, 0, 0) Debug.SetPlayerInfo(1, 15250, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(11901678, 0, 0, k1, 0, k2) Debug.AddCard(11901678, 0, 0, k1, 4, k2) |