Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
897385dc6a9334b9a3a2ae981ef68c5a |
User & Date: | 顽雨沉风 on 2024-07-18 01:54:30 |
Other Links: | manifest | tags |
Context
2024-07-18
| ||
01:55 | 0 check-in: dcc8f969e6 user: 顽雨沉风 tags: trunk | |
01:54 | 0 check-in: 897385dc6a user: 顽雨沉风 tags: trunk | |
01:53 | 0 check-in: a97b5ba70f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-24.lua from [657f7ca691] to [73a73a01b2].
1 | --[[message | < | | > > | | > | | < < > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | --[[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) --怪兽区域 Debug.AddCard(48783998, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(83011277, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --魔陷区域 Debug.AddCard(31036355, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN) Debug.AddCard(10012614, 0, 0, LOCATION_SZONE, 3, POS_FACEUP) --卡组区域 Debug.AddCard(98582704, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) Debug.AddCard(15303296, 1, 1, LOCATION_DECK, 0, POS_FACEDOWN) --外组区域 --墓地区域 --除外区域 --手卡区域 Debug.ReloadFieldEnd() aux.BeginPuzzle() |