游戏王残局简化版

Check-in [b6565530e5]
Login

Check-in [b6565530e5]

Overview
Comment:0.0.1779
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b6565530e55f4dd3a781099f003088afaad7c7542c191b00d0feae9bddd64c8c
User & Date: 顽雨沉风 on 2023-07-18 12:37:46
Other Links: manifest | tags
Context
2023-07-18
12:45
0.0.1780 check-in: bec8d7533e user: 顽雨沉风 tags: trunk
12:37
0.0.1779 check-in: b6565530e5 user: 顽雨沉风 tags: trunk
12:23
0.0.1778 check-in: 3f895b70cc user: 顽雨沉风 tags: trunk
Changes

Modified single/superheavy samurai(6).lua from [34c47b9013] to [3fad0db386].

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,8000,0,0)

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


|







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+DUEL_PSEUDO_SHUFFLE,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,8000,0,0)

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