Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4668af9bc3a475572e6742395d87bd0c |
User & Date: | 顽雨沉风 on 2024-07-19 07:09:37 |
Other Links: | manifest | tags |
Context
2024-07-19
| ||
07:10 | 0 check-in: 34537f61d8 user: 顽雨沉风 tags: trunk | |
07:09 | 0 check-in: 4668af9bc3 user: 顽雨沉风 tags: trunk | |
07:09 | 0 check-in: 210a9733a0 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-24.lua from [73a73a01b2] to [6b2c6408ae].
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, 900, 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 24 25 | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 900, 0, 0) local k1 = LOCATION_MZONE Debug.AddCard(48783998, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(83011277, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) local k1 = LOCATION_SZONE Debug.AddCard(31036355, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN) Debug.AddCard(10012614, 0, 0, LOCATION_SZONE, 3, POS_FACEUP) local k1 = LOCATION_PZONE local k1 = LOCATION_DECK Debug.AddCard(98582704, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(15303296, 1, 1, LOCATION_DECK, 0, POS_FACEDOWN) local k1 = LOCATION_EXTRA local k1 = LOCATION_GRAVE local k1 = LOCATION_REMOVED local k1 = LOCATION_HAND Debug.ReloadFieldEnd() aux.BeginPuzzle() |