Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d6a6e3c9ed790d131da7ddfdba0a7c77 |
User & Date: | 顽雨沉风 on 2024-08-15 00:21:11 |
Other Links: | manifest | tags |
Context
2024-08-15
| ||
00:21 | 0 check-in: 98a383bf4e user: 顽雨沉风 tags: trunk | |
00:21 | 0 check-in: d6a6e3c9ed user: 顽雨沉风 tags: trunk | |
00:17 | 0 check-in: fe8246effa user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Furtie_Hubo_17_Atlantean_Mermail.lua from [5d30a1ffe3] to [c912e5b665].
1 2 3 4 5 6 7 8 9 10 11 12 | --[[message What does Fishborg Blaster do? Creator: Furtie_Hubo Difficulty: 8/10 Master Rule: 3 ]] -- Atlantean Mermail Debug.SetAIName("Furtie_Hubo") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_PSEUDO_SHUFFLE+DUEL_SIMPLE_AI) Debug.SetPlayerInfo(0,8000,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | --[[message What does Fishborg Blaster do? Creator: Furtie_Hubo Difficulty: 8/10 Master Rule: 3 ]] -- Atlantean Mermail Debug.SetAIName("Furtie_Hubo") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_PSEUDO_SHUFFLE+DUEL_SIMPLE_AI) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,21500,0,0) -- Furtie_Hubo's Hand Debug.AddCard(18964575,1,1,LOCATION_HAND,0,POS_FACEUP) -- Swift Scarecrow Debug.AddCard(18964575,1,1,LOCATION_HAND,0,POS_FACEUP) -- Swift Scarecrow Debug.AddCard(18964575,1,1,LOCATION_HAND,0,POS_FACEUP) -- Swift Scarecrow -- Furtie_Hubo's Field |
︙ | ︙ |