Overview
Comment: | 0.0.764 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4c094022ec67783ba805e2f05d12d79a |
User & Date: | 顽雨沉风 on 2023-07-06 13:41:27 |
Other Links: | manifest | tags |
Context
2023-07-06
| ||
14:57 | 0.0.766 check-in: 8fb2c5259c user: 顽雨沉风 tags: trunk | |
13:41 | 0.0.764 check-in: 4c094022ec user: 顽雨沉风 tags: trunk | |
13:39 | 0.0.763 check-in: 6075e43ac8 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Furtie_Hubo_15_PePe.lua from [1af936ca47] to [9200e7d002].
︙ | ︙ | |||
8 9 10 11 12 13 14 | -- PePe 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,20850,0,0) | < < < < < < < < < < < < | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | -- PePe 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,20850,0,0) -- Furtie_Hubo's Hand Debug.AddCard(18964575,1,1,LOCATION_HAND,0,POS_FACEUP) -- Swift Scarecrow -- Furtie_Hubo's Field Debug.AddCard(65957473,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch Debug.AddCard(65957473,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch Debug.AddCard(65957473,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) -- Ehther the Heavenly Monarch |
︙ | ︙ | |||
92 93 94 95 96 97 98 | Debug.AddCard(75195825,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Master Pendulum, the Dracoslayer Debug.AddCard(31222701,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Wavering Eyes -- Start the Puzzle Debug.ReloadFieldEnd() aux.BeginPuzzle() | | | 80 81 82 83 84 85 86 87 | Debug.AddCard(75195825,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Master Pendulum, the Dracoslayer Debug.AddCard(31222701,0,0,LOCATION_DECK,0,POS_FACEDOWN) -- Wavering Eyes -- Start the Puzzle Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局添加手卡"](6) |