Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fa45920d02a5e7092617f2e1b575a650 |
User & Date: | 顽雨沉风 on 2024-08-15 00:45:07 |
Other Links: | manifest | tags |
Context
2024-08-15
| ||
00:45 | 0 check-in: e67c342ec1 user: 顽雨沉风 tags: trunk | |
00:45 | 0 check-in: fa45920d02 user: 顽雨沉风 tags: trunk | |
00:44 | 0 check-in: 016dc556d5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Furtie_Hubo_17_Atlantean_Mermail.lua from [62468cd466] to [03757741ef].
1 2 3 4 | --[[message What does Fishborg Blaster do? ]] | < | 1 2 3 4 5 6 7 8 9 10 11 | --[[message What does Fishborg Blaster do? ]] Debug.SetAIName("Furtie_Hubo") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_PSEUDO_SHUFFLE + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 21500, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK Debug.AddCard(51028231, 1, 1, k1, 0, k2) |
︙ | ︙ |