Artifact fc427429315928c70004d3c4bc4095b8bbfa6a271020fc085500896c73501cc9:
- File single/4_07_机人 sample_a07.lua — part of check-in [2219e19a91] at 2024-02-07 14:48:48 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 849) [annotate] [blame] [check-ins using]
- File single/4_7_机人 sample_a07.lua — part of check-in [64c3953551] at 2024-02-07 12:26:05 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 849) [annotate] [blame] [check-ins using]
- File single/sample7.lua — part of check-in [7f595724f2] at 2024-01-22 07:35:42 on branch trunk — (/ω\) (user: 顽雨沉风, size: 849) [annotate] [blame] [check-ins using]
- File single/sample_a07.lua — part of check-in [579f5d5d5f] at 2024-02-08 03:38:35 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 849) [annotate] [blame] [check-ins using]
- File single/sample_a07 4_7_机人.lua — part of check-in [960596b888] at 2024-02-09 05:22:33 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 849) [annotate] [blame] [check-ins using]
--[[message 连接召唤入门 ]] Debug.SetAIName("sample7") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) Debug.SetPlayerInfo(0, 100, 0, 0) Debug.SetPlayerInfo(1, 3000, 0, 0) Debug.AddCard(81275020, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) --陀螺 Debug.AddCard(645087, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN) --工具 Debug.AddCard(50185950, 0, 0, LOCATION_GRAVE, 0, POS_FACEUP_ATTACK) --栗子球 Debug.AddCard(53932291, 0, 0, LOCATION_DECK, 1, POS_FACEUP_ATTACK) --竹蜻蜓 Debug.AddCard(59546797, 0, 0, LOCATION_DECK, 2, POS_FACEUP_ATTACK) --妖形杵 Debug.AddCard(1861629, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --解码 Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --黑魔导 Debug.AddCard(62279055, 1, 1, LOCATION_SZONE, 2, POS_FACEDOWN) --魔法筒 Debug.ReloadFieldEnd() aux.BeginPuzzle()