Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6323717b8b94b3c7a0922178df81892d |
User & Date: | 顽雨沉风 on 2024-07-18 01:52:28 |
Other Links: | manifest | tags |
Context
2024-07-18
| ||
01:53 | 0 check-in: a97b5ba70f user: 顽雨沉风 tags: trunk | |
01:52 | 0 check-in: 6323717b8b user: 顽雨沉风 tags: trunk | |
01:50 | 0 check-in: db74118c74 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-22.lua from [06b7524257] to [b92d02d214].
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, 3000, 0, 0) --怪兽区域 Debug.AddCard(64631466, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) Debug.AddCard(64631466, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 2, POS_FACEDOWN_DEFENSE) Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK) --魔陷区域 --卡组区域 --外组区域 --墓地区域 --除外区域 --手卡区域 Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下怪兽变为装备卡") |