Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
dcc8f969e6819d1c25ddf0b0f2b85d28 |
User & Date: | 顽雨沉风 on 2024-07-18 01:55:43 |
Other Links: | manifest | tags |
Context
2024-07-18
| ||
01:56 | 0 check-in: ea29a91e7d user: 顽雨沉风 tags: trunk | |
01:55 | 0 check-in: dcc8f969e6 user: 顽雨沉风 tags: trunk | |
01:54 | 0 check-in: 897385dc6a user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-25.lua from [693a215569] to [75b595b0c0].
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 26 | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 2500, 0, 0) --怪兽区域 Debug.AddCard(23635815, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) Debug.AddCard(38955728, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) local g12 = Debug.AddCard(59380081, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) local g11 = Debug.AddCard(25795273, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) --魔陷区域 local m02 = Debug.AddCard(83102080, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN) local c0 = Debug.AddCard(33550694, 0, 0, LOCATION_SZONE, 5, POS_FACEUP) --卡组区域 --外组区域 Debug.AddCard(10817524, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) Debug.AddCard(41517789, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --墓地区域 --除外区域 --手卡区域 Debug.ReloadFieldEnd() aux.BeginPuzzle() |