游戏王残局简化版

Check-in [408518e3d5]
Login

Check-in [408518e3d5]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 408518e3d5380bf7bceb37e28ebaaac3ee305faef2aaad4fc96ce180a6b4377e
User & Date: 顽雨沉风 on 2024-07-17 23:35:52
Other Links: manifest | tags
Context
2024-07-17
23:37
0 check-in: 5867673cf9 user: 顽雨沉风 tags: trunk
23:35
0 check-in: 408518e3d5 user: 顽雨沉风 tags: trunk
23:35
0 check-in: 359ca3ab28 user: 顽雨沉风 tags: trunk
Changes

Modified single/X-LV-02.lua from [c96118713a] to [ddc2784318].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

16
17
18
19
20
21
22
--[[message
维护:2024-07-18
简语:新手教学
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 200, 0, 0)

--怪兽区域
Debug.AddCard(27288416, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
Debug.AddCard(6368039, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
Debug.AddCard(2964201, 0, 0, LOCATION_MZONE, 3, POS_FACEUP_ATTACK)
Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK)
Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)

--魔陷区域
--卡组区域
--外组区域
--墓地区域
--除外区域
--手卡区域
Debug.AddCard(52097679, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)













<

>







1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
16
17
18
19
20
21
22
--[[message
维护:2024-07-18
简语:新手教学
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 200, 0, 0)

--怪兽区域
Debug.AddCard(27288416, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
Debug.AddCard(6368039, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
Debug.AddCard(2964201, 0, 0, LOCATION_MZONE, 3, POS_FACEUP_ATTACK)

Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK)
--魔陷区域
--卡组区域
--外组区域
--墓地区域
--除外区域
--手卡区域
Debug.AddCard(52097679, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)