游戏王残局简化版

Check-in [91e8522c91]
Login

Check-in [91e8522c91]

Overview
Comment:0.0.1781
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 91e8522c9139ea5894a33cd95887daa3247295366e7e676b2a369f0d1f403e1a
User & Date: 顽雨沉风 on 2023-07-18 12:45:55
Other Links: manifest | tags
Context
2023-07-18
12:46
0.0.1782 check-in: 1f86cf2e31 user: 顽雨沉风 tags: trunk
12:45
0.0.1781 check-in: 91e8522c91 user: 顽雨沉风 tags: trunk
12:45
0.0.1780 check-in: bec8d7533e user: 顽雨沉风 tags: trunk
Changes

Modified single/superheavy samurai(7).lua from [98ee4510be] to [577a453975].

1
2
3
4
5
6
7
8
9
10
--created by puzzle editor
Debug.SetAIName("z2001jx")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,8300,0,0)

--自己的怪兽区
--对方的怪兽区
--自己的魔陷区
--对方的魔陷区


|







1
2
3
4
5
6
7
8
9
10
--created by puzzle editor
Debug.SetAIName("z2001jx")
Debug.ReloadFieldBegin(DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,8300,0,0)

--自己的怪兽区
--对方的怪兽区
--自己的魔陷区
--对方的魔陷区