Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4368216ec572480609a329264fc3c600 |
User & Date: | 顽雨沉风 on 2024-08-15 01:01:33 |
Other Links: | manifest | tags |
Context
2024-08-15
| ||
01:18 | 0 check-in: 6c62f5f04d user: 顽雨沉风 tags: trunk | |
01:01 | 0 check-in: 4368216ec5 user: 顽雨沉风 tags: trunk | |
01:01 | 0 check-in: 053b832ac0 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_065_3.lua from [f4a0bc6ab4] to [a2a9713354].
1 2 3 4 5 6 7 8 | --[[message What does Fishborg Blaster do? #Furtie_Hubo_17_Atlantean_Mermail #海与皇的低语 #Furtie Hubo ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 3) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | --[[message What does Fishborg Blaster do? #Furtie_Hubo_17_Atlantean_Mermail #海与皇的低语 #Furtie Hubo ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 1100, 0, 0) Debug.SetPlayerInfo(1, 21500, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(51028231, 1, 1, k1, 0, k2) Debug.AddCard(51028231, 1, 1, k1, 1, k2) Debug.AddCard(51028231, 1, 1, k1, 2, k2) Debug.AddCard(51028231, 1, 1, k1, 3, k2) |
︙ | ︙ |