游戏王残局简化版

Check-in [ee49d90aaf]
Login

Check-in [ee49d90aaf]

Overview
Comment:0.0.2136
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ee49d90aafc2a69dad199f93c481b129b4041d49c32b6ebe2c535b57d082effa
User & Date: 顽雨沉风 on 2023-07-24 11:36:36
Other Links: manifest | tags
Context
2023-07-24
11:41
0.0.2137 check-in: d8cefba23a user: 顽雨沉风 tags: trunk
11:36
0.0.2136 check-in: ee49d90aaf user: 顽雨沉风 tags: trunk
11:36
0.0.2135 check-in: ea19ab0671 user: 顽雨沉风 tags: trunk
Changes

Modified single/平凡的路人甲-001.lua from [4df5af0e22] to [983ac36407].

1
2
3
4
5
6
7
8
9
10
11
--[[message
]]
Debug.SetAIName("平凡的路人甲")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,4300,0,0)


Debug.AddCard(85119159,0,0,LOCATION_HAND,0,POS_FACEDOWN_ATTACK)
Debug.AddCard(1929294,0,0,LOCATION_HAND,0,POS_FACEDOWN_ATTACK)
Debug.AddCard(69852487,0,0,LOCATION_HAND,0,POS_FACEDOWN_ATTACK)



|







1
2
3
4
5
6
7
8
9
10
11
--[[message
]]
Debug.SetAIName("平凡的路人甲")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,4300,0,0)


Debug.AddCard(85119159,0,0,LOCATION_HAND,0,POS_FACEDOWN_ATTACK)
Debug.AddCard(1929294,0,0,LOCATION_HAND,0,POS_FACEDOWN_ATTACK)
Debug.AddCard(69852487,0,0,LOCATION_HAND,0,POS_FACEDOWN_ATTACK)