Differences From Artifact [b6339a2af0]:
- File single/sample1.lua — part of check-in [c86d4abae2] at 2023-07-16 01:40:10 on branch trunk — 0.0.1612 (user: 顽雨沉风, size: 926) [annotate] [blame] [check-ins using]
To Artifact [d8f33d563d]:
- File single/5_06_神之警告 sample_a01.lua — part of check-in [64c3953551] at 2024-02-07 12:26:05 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 961) [annotate] [blame] [check-ins using]
- File single/sample1.lua — part of check-in [7f595724f2] at 2024-01-22 07:35:42 on branch trunk — (/ω\) (user: 顽雨沉风, size: 961) [annotate] [blame] [check-ins using]
- File single/sample_a01.lua — part of check-in [579f5d5d5f] at 2024-02-08 03:38:35 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 961) [annotate] [blame] [check-ins using]
- File single/sample_a01 5_6_神之警告.lua — part of check-in [960596b888] at 2024-02-09 05:22:33 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 961) [annotate] [blame] [check-ins using]
1 2 3 4 | --[[message 游戏王基本操作 ]] | < | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
--[[message
游戏王基本操作
]]
Debug.SetAIName("sample1")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 2100, 0, 0)
Debug.SetPlayerInfo(1, 1500, 0, 0)
Debug.AddCard(89943723, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
Debug.AddCard(94192409, 0, 0, LOCATION_SZONE, 1, POS_FACEDOWN)
Debug.AddCard(97077563, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN)
Debug.AddCard(60082869, 0, 0, LOCATION_SZONE, 3, POS_FACEDOWN)
Debug.AddCard(84749824, 0, 0, LOCATION_SZONE, 4, POS_FACEDOWN)
Debug.AddCard(62113340, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
Debug.AddCard(70781052, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
Debug.AddCard(70781052, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK)
Debug.AddCard(70342110, 1, 1, LOCATION_SZONE, 2, POS_FACEDOWN)
Debug.AddCard(97077563, 1, 1, LOCATION_SZONE, 3, POS_FACEDOWN)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
|