Artifact cf56c276e65dd11304c21528e2a831ca1906752b5fe9a2ff8ff013a75f0efec3:
- File single/4_01_右手持盾左手持剑 枯岳说书人_c02.lua — part of check-in [2219e19a91] at 2024-02-07 14:48:48 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 745) [annotate] [blame] [check-ins using]
- File single/X-LV-02.lua — part of check-in [7f595724f2] at 2024-01-22 07:35:42 on branch trunk — (/ω\) (user: 顽雨沉风, size: 745) [annotate] [blame] [check-ins using]
- File single/枯岳说书人_c02.lua — part of check-in [579f5d5d5f] at 2024-02-08 03:38:35 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 745) [annotate] [blame] [check-ins using]
- File single/枯岳说书人_c02 4_1_右手持盾左手持剑.lua — part of check-in [960596b888] at 2024-02-09 05:22:33 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 745) [annotate] [blame] [check-ins using]
--[[message 新手教学 ]] Debug.SetAIName("X-LV-02") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 200, 0, 0) Debug.AddCard(52097679, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) local g01 = Debug.AddCard(27288416, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) local g02 = Debug.AddCard(6368039, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) local g03 = Debug.AddCard(2964201, 0, 0, LOCATION_MZONE, 3, POS_FACEUP_ATTACK) local g13 = Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK) local g11 = Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下让怪兽同归于尽")