游戏王残局简化版

Check-in [cb873b01c8]
Login

Check-in [cb873b01c8]

Overview
Comment:0.0.8
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cb873b01c856f0464295d9f52bbe7a3fa9ef8ef3047be133a9ebe010bdbf8265
User & Date: 顽雨沉风 on 2023-04-18 07:07:28
Other Links: manifest | tags
Context
2023-04-18
07:08
0.0.9 check-in: 3ed8fb4366 user: 顽雨沉风 tags: trunk
07:07
0.0.8 check-in: cb873b01c8 user: 顽雨沉风 tags: trunk
07:06
0.0.7 check-in: d0acc73893 user: 顽雨沉风 tags: trunk
Changes

Modified sample1.lua from [aa2cb6edf6] to [65ac9a4773].

1
2
3

4
5
6
7
8
9
10
--[[message
卡数:6
规则:大师2020

]]
Debug.SetAIName("sample1")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,1500,0,0)

Debug.AddCard(89943723,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)



>







1
2
3
4
5
6
7
8
9
10
11
--[[message
卡数:6
规则:大师2020
游戏王基本操作
]]
Debug.SetAIName("sample1")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,1500,0,0)

Debug.AddCard(89943723,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)