Artifact 5ed2d66d9836dead819ba193591a3181da25561e3b8424049a0e1935b29a7bd8:
- File single/3_07_[WCS2006]_融合.lua — part of check-in [76da7195d2] at 2024-02-07 06:55:37 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 935) [annotate] [blame] [check-ins using]
- File single/3_07_融合_[WCS2006]_a10.lua — part of check-in [c89a027a7a] at 2024-02-07 08:30:37 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 935) [annotate] [blame] [check-ins using]
- File single/3_07_融合 [WCS2006]_a10.lua — part of check-in [d992d8209a] at 2024-02-07 11:23:40 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 935) [annotate] [blame] [check-ins using]
- File single/[WCS2006]_a10.lua — part of check-in [579f5d5d5f] at 2024-02-08 03:38:35 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 935) [annotate] [blame] [check-ins using]
- File single/[WCS2006]_a10 3_7_融合.lua — part of check-in [960596b888] at 2024-02-09 05:22:33 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 935) [annotate] [blame] [check-ins using]
--[[message 察局: ]] Debug.SetAIName("[WCS2006]10_gilford") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 5600, 0, 0) Debug.AddCard(69933858, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) local m01 = Debug.AddCard(21015833, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) local m02 = Debug.AddCard(00423705, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) local m03 = Debug.AddCard(84430950, 0, 0, LOCATION_MZONE, 3, POS_FACEUP_ATTACK) Debug.AddCard(65957473, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) local s01 = Debug.AddCard(55226821, 0, 0, LOCATION_SZONE, 1, POS_FACEUP) local s02 = Debug.AddCard(37684215, 0, 0, LOCATION_SZONE, 2, POS_FACEUP) local s03 = Debug.AddCard(31423101, 0, 0, LOCATION_SZONE, 3, POS_FACEUP) Debug.ReloadFieldEnd() Debug.PreEquip(s01, m01) Debug.PreEquip(s02, m02) Debug.PreEquip(s03, m03) aux.BeginPuzzle()