游戏王残局简化版

Check-in [59478b9cb1]
Login

Check-in [59478b9cb1]

Overview
Comment:0.0.2163
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 59478b9cb12867064e009f26f1ad8286b7dcfc9faf938d1d5242fe7129428a63
User & Date: 顽雨沉风 on 2023-07-24 15:05:16
Other Links: manifest | tags
Context
2023-07-24
15:44
0.0.2164 check-in: 17f0674d01 user: 顽雨沉风 tags: trunk
15:05
0.0.2163 check-in: 59478b9cb1 user: 顽雨沉风 tags: trunk
14:58
0.0.2162 check-in: e77fe5dbb5 user: 顽雨沉风 tags: trunk
Changes

Modified single/ytb01_Reptilianne.lua from [d7e47dfe22] to [10712e1a4d].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--------------------------
-- Single Mode Duel Puzzle
-- Reptilianne
--------------------------

Debug.SetAIName("ytb01_Reptilianne")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,900,0,0)
Debug.SetPlayerInfo(1,20000,0,0)


--Player's Hand
Debug.AddCard(74848038,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(42303365,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(37520316,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(89810518,0,0,LOCATION_HAND,0,POS_FACEUP)








|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--------------------------
-- Single Mode Duel Puzzle
-- Reptilianne
--------------------------

Debug.SetAIName("ytb01_Reptilianne")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,900,0,0)
Debug.SetPlayerInfo(1,12000,0,0)


--Player's Hand
Debug.AddCard(74848038,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(42303365,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(37520316,0,0,LOCATION_HAND,0,POS_FACEUP)
Debug.AddCard(89810518,0,0,LOCATION_HAND,0,POS_FACEUP)