Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
11062ef7afe706bb9e96aa2ae52534c7 |
User & Date: | 顽雨沉风 on 2024-08-06 10:06:05 |
Other Links: | manifest | tags |
Context
2024-08-06
| ||
11:17 | 0 check-in: 444be40f43 user: 顽雨沉风 tags: trunk | |
10:06 | 0 check-in: 11062ef7af user: 顽雨沉风 tags: trunk | |
09:48 | 0 check-in: 3122b0c25e user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_055_1.lua from [5180259ce2] to [e41c3de899].
1 2 3 4 5 6 7 8 | --[[message #金宫日月 #群鲨攻势 #31.Cluster of Shark Offensive #四妹 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 1100, 0, 0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | --[[message #金宫日月 #群鲨攻势 #31.Cluster of Shark Offensive #四妹 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_PSEUDO_SHUFFLE + DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 1100, 0, 0) Debug.SetPlayerInfo(1, 43400, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(44155002, 1, 1, k1, 0, k2, true) local m1 = Debug.AddCard(79194594, 1, 1, k1, 1, k2, true) Debug.AddCard(66818682, 1, 1, k1, 2, k2, true) Debug.AddCard(93353691, 1, 1, k1, 3, k2, true) Debug.AddCard(44155002, 1, 1, k1, 4, k2, true) |
︙ | ︙ |