游戏王残局简化版

Check-in [5edee3e637]
Login

Check-in [5edee3e637]

Overview
Comment:0.0.1896
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5edee3e63777c99416a8b979b7daafef6dbdc8e6d70325c81ef43462386c5b96
User & Date: 顽雨沉风 on 2023-07-19 12:26:13
Other Links: manifest | tags
Context
2023-07-19
12:43
0.0.1897 check-in: 650a2db8aa user: 顽雨沉风 tags: trunk
12:26
0.0.1896 check-in: 5edee3e637 user: 顽雨沉风 tags: trunk
12:25
0.0.1895 check-in: 41709ec1db user: 顽雨沉风 tags: trunk
Changes

Modified single/26.4 Dragon Ruler.lua from [595e43f270] to [a6e5b6aad7].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
--[[message
四征龙
]]

--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI)
Debug.SetPlayerInfo(0,600,0,0)
Debug.SetPlayerInfo(1,31000,0,0)
Debug.AddCard(33365932,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(90411554,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(74848038,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(14943837,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(43422537,0,0,LOCATION_DECK,0,POS_FACEDOWN)






|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
--[[message
四征龙
]]

--puzzle1
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,600,0,0)
Debug.SetPlayerInfo(1,31000,0,0)
Debug.AddCard(33365932,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(90411554,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(74848038,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(14943837,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(43422537,0,0,LOCATION_DECK,0,POS_FACEDOWN)