Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
75393e053bec3d0dc26791ab8cdd6b3e |
User & Date: | 顽雨沉风 on 2024-07-18 22:57:57 |
Other Links: | manifest | tags |
Context
2024-07-19
| ||
07:08 | 0 check-in: 681d79e457 user: 顽雨沉风 tags: trunk | |
2024-07-18
| ||
22:57 | 0 check-in: 75393e053b user: 顽雨沉风 tags: trunk | |
22:57 | 0 check-in: d08ce3ae52 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-21.lua from [e4a9a65c7f] to [d8b5ef25a1].
1 2 3 4 5 6 7 8 | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 500, 0, 0) | < > | | < > | < < < < < > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 500, 0, 0) local k1 = LOCATION_MZONE Debug.AddCard(46986414, 0, 0, k1, 2, POS_FACEDOWN_DEFENSE) Debug.AddCard(59380081, 1, 1, k1, 2, POS_FACEUP_ATTACK) local k1 = LOCATION_SZONE Debug.AddCard(93747864, 0, 0, k1, 1, POS_FACEDOWN) local k1 = LOCATION_PZONE local k1 = LOCATION_DECK local k1 = LOCATION_EXTRA local k1 = LOCATION_GRAVE local k1 = LOCATION_REMOVED local k1 = LOCATION_HAND Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下反转召唤+反转") |