游戏王残局简化版

Check-in [86d6bbca51]
Login

Check-in [86d6bbca51]

Overview
Comment:0.0.1382
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 86d6bbca51e05c9db081566c7b829155996b556efd52598ee8161397cc36eff8
User & Date: 顽雨沉风 on 2023-07-15 11:11:08
Other Links: manifest | tags
Context
2023-07-15
11:11
0.0.1383 check-in: 4730045c5a user: 顽雨沉风 tags: trunk
11:11
0.0.1382 check-in: 86d6bbca51 user: 顽雨沉风 tags: trunk
11:11
0.0.1381 check-in: 91781a447e user: 顽雨沉风 tags: trunk
Changes

Modified single/magic_book.lua from [01cb45fea6] to [8a9e59472c].

1
2
3
4
5
6
7
8
9
10
11

--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)

--created by ygopro puzzle maker 
Debug.SetAIName("magic_book")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,315,0,0)
Debug.SetPlayerInfo(1,17000,0,0)
Debug.AddCard(25123082,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)

<
<
<







1



2
3
4
5
6
7
8





--created by ygopro puzzle maker 
Debug.SetAIName("magic_book")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,315,0,0)
Debug.SetPlayerInfo(1,17000,0,0)
Debug.AddCard(25123082,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)