Artifact 3855fd32ead96da1842e184b3b6b0b0d09e41a02a0b793f1265371135a319672:
- File single/枯岳说书人_c23 4_05_-3900.lua — part of check-in [95b5664d69] at 2024-02-10 15:11:09 on branch trunk — 搞定了 (user: 顽雨沉风, size: 803) [annotate] [blame] [check-ins using] [more...]
- File single/枯岳说书人_c23 4_05_00.lua — part of check-in [62e417ee6c] at 2024-02-10 05:58:05 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 803) [annotate] [blame] [check-ins using]
- File single/枯岳说书人_c23 4_05_04.lua — part of check-in [ceb3f9fd47] at 2024-02-10 11:44:57 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 803) [annotate] [blame] [check-ins using]
- File single/枯岳说书人_c23 4_5_0.lua — part of check-in [47e0a87646] at 2024-02-10 04:04:00 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 803) [annotate] [blame] [check-ins using]
--[[message 新手教学 ]] Debug.SetAIName("枯岳说书人_c23") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 1000, 0, 0) local g01 = Debug.AddCard(24137081, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) local g02 = Debug.AddCard(24137081, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) local g12 = Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_DEFENSE) local g11 = Debug.AddCard(80825553, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) local m01 = Debug.AddCard(76721030, 0, 0, LOCATION_SZONE, 1, POS_FACEDOWN) local m02 = Debug.AddCard(58531587, 0, 0, LOCATION_SZONE, 2, POS_FACEUP) local m03 = Debug.AddCard(11741041, 0, 0, LOCATION_SZONE, 3, POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle()