Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a97b5ba70f36c01f5681c2913b91c61d |
User & Date: | 顽雨沉风 on 2024-07-18 01:53:34 |
Other Links: | manifest | tags |
Context
2024-07-18
| ||
01:54 | 0 check-in: 897385dc6a user: 顽雨沉风 tags: trunk | |
01:53 | 0 check-in: a97b5ba70f user: 顽雨沉风 tags: trunk | |
01:52 | 0 check-in: 6323717b8b user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-23.lua from [4bdd066348] to [7f0c521ddd].
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 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, 1000, 0, 0) --怪兽区域 Debug.AddCard(24137081, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) Debug.AddCard(24137081, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(80825553, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_DEFENSE) --魔陷区域 Debug.AddCard(76721030, 0, 0, LOCATION_SZONE, 1, POS_FACEDOWN) Debug.AddCard(58531587, 0, 0, LOCATION_SZONE, 2, POS_FACEUP) Debug.AddCard(11741041, 0, 0, LOCATION_SZONE, 3, POS_FACEUP) --卡组区域 --外组区域 --墓地区域 --除外区域 --手卡区域 Debug.ReloadFieldEnd() aux.BeginPuzzle() |