Artifact 117d76a38f95a0c49356dc9f2b71ef48a6ed24e968f9a26a4d7fbf48b51800b5:
- File single/枯岳说书人_f24 3_07.lua — part of check-in [95b5664d69] at 2024-02-10 15:11:09 on branch trunk — 搞定了 (user: 顽雨沉风, size: 969) [annotate] [blame] [check-ins using]
- File single/枯岳说书人_f24 3_07_0.lua — part of check-in [ed6d06d03d] at 2024-02-12 07:13:49 on branch trunk — 好 (user: 顽雨沉风, size: 969) [annotate] [blame] [check-ins using]
- File single/枯岳说书人_f24 3_07_07.lua — part of check-in [ceb3f9fd47] at 2024-02-10 11:44:57 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 969) [annotate] [blame] [check-ins using]
- File single/枯岳说书人_f24 3_07_09.lua — part of check-in [62e417ee6c] at 2024-02-10 05:58:05 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 969) [annotate] [blame] [check-ins using]
- File single/枯岳说书人_f24 3_7_725.lua — part of check-in [47e0a87646] at 2024-02-10 04:04:00 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 969) [annotate] [blame] [check-ins using]
--[[message 察局:2024-02-09 原局:[WCS2006]_a10 ]] Debug.SetAIName("枯岳说书人_f24") 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()