Overview
Comment: | 0.0.278 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a947eab8dcbe38eb44725f8af406676d |
User & Date: | 顽雨沉风 on 2023-06-28 08:44:35 |
Other Links: | manifest | tags |
Context
2023-06-28
| ||
08:47 | 0.0.279 check-in: e54edf515d user: 顽雨沉风 tags: trunk | |
08:44 | 0.0.278 check-in: a947eab8dc user: 顽雨沉风 tags: trunk | |
05:33 | 0.0.277 check-in: 562f41fd9b user: 顽雨沉风 tags: trunk | |
Changes
Modified 31.Cluster of Shark Offensive.lua from [7badf0d198] to [3cd73accc6].
1 2 3 4 5 6 7 8 | --[[message 卡数:43 规则:大师3 群鲨攻势 ]] Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,1100,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | --[[message 卡数:43 规则:大师3 群鲨攻势 ]] Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,1100,0,0) Debug.SetPlayerInfo(1,51200,0,0) Debug.AddCard(25067275,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(67675300,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(9952083,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(43138260,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(56747793,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(40916023,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |