游戏王残局简化版

Check-in [c6c95fec23]
Login

Check-in [c6c95fec23]

Overview
Comment:0.0.1285
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c6c95fec2393192cb56727ce5597906b80e0f617f3ca03c3632ac2ec572f9d9f
User & Date: 顽雨沉风 on 2023-07-14 12:55:32
Other Links: manifest | tags
Context
2023-07-14
23:02
0.0.1286 check-in: 1d275366c2 user: 顽雨沉风 tags: trunk
12:55
0.0.1285 check-in: c6c95fec23 user: 顽雨沉风 tags: trunk
12:50
0.0.1284 check-in: 33db87dfc0 user: 顽雨沉风 tags: trunk
Changes

Modified single/MH-ghostrick.lua from [8b5f9dd22a] to [c2dd7b2fa3].

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

--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
--created by ygopro puzzle maker 
Debug.SetAIName("MH-ghostrick")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)
Debug.AddCard(29400787,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(29400787,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(29400787,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(7617062,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(7617062,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)






|







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

--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
--created by ygopro puzzle maker 
Debug.SetAIName("MH-ghostrick")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)
Debug.AddCard(29400787,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(29400787,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(29400787,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(7617062,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(7617062,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)