Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1cbeb68227338c80a3d3b29363040c06 |
User & Date: | 顽雨沉风 on 2024-08-06 12:25:53 |
Other Links: | manifest | tags |
Context
2024-08-06
| ||
12:28 | 0 check-in: 110fdf3164 user: 顽雨沉风 tags: trunk | |
12:25 | 0 check-in: 1cbeb68227 user: 顽雨沉风 tags: trunk | |
12:18 | 0 check-in: d20435ae04 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_055_1.lua from [759cd2d712] to [c44ec67486].
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, 48500, 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) |
︙ | ︙ |