游戏王残局简化版

Check-in [80a80a19f1]
Login

Check-in [80a80a19f1]

Overview
Comment:0.0.2243
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 80a80a19f17f5ba42ef6d5351222776f0bc7cc2a76f48fb45463b1ec91965111
User & Date: 顽雨沉风 on 2023-07-28 16:16:04
Other Links: manifest | tags
Context
2023-07-28
16:16
0.0.2244 check-in: 56335ba9cb user: 顽雨沉风 tags: trunk
16:16
0.0.2243 check-in: 80a80a19f1 user: 顽雨沉风 tags: trunk
16:15
0.0.2242 check-in: 494aa7338c user: 顽雨沉风 tags: trunk
Changes

Modified single/埃奇奥奥迪托雷_001.lua from [eb7cb56811] to [cca7afa358].

1
2
3
4
5
6
7
8
9
10
--[[message
]]
Debug.SetAIName("埃奇奥奥迪托雷_001")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,4300,0,0)
Debug.AddCard(32354768,0,0,LOCATION_HAND,1,POS_FACEDOWN_ATTACK)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()




|






1
2
3
4
5
6
7
8
9
10
--[[message
]]
Debug.SetAIName("埃奇奥奥迪托雷_001")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,4300,0,0)
Debug.AddCard(32354768,0,0,LOCATION_HAND,1,POS_FACEDOWN_ATTACK)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()