游戏王残局简化版

Check-in [81098e473c]
Login

Check-in [81098e473c]

Overview
Comment:0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 81098e473cbc2ad7e0b316bced11f6287fc6feabf97c9cc61dd54c043186e584
User & Date: 顽雨沉风 on 2024-07-20 13:27:09
Other Links: manifest | tags
Context
2024-07-20
13:28
0 check-in: f9bf2b53e0 user: 顽雨沉风 tags: trunk
13:27
0 check-in: 81098e473c user: 顽雨沉风 tags: trunk
13:25
0 check-in: 918c10d792 user: 顽雨沉风 tags: trunk
Changes

Modified single/X-LV-19.lua from [529f970628] to [621ef2aed5].

1
2
3
4
5
6
7
8
9
10
11
12
--[[message
新手教学
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 2300, 0, 0)

local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(68505803, 0, 0, k1, 2, k2)
local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷
Debug.AddCard(44887817, 0, 0, k1, 2, k2)




|







1
2
3
4
5
6
7
8
9
10
11
12
--[[message
新手教学
]]
Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4)
Debug.SetPlayerInfo(0, 8000, 0, 0)
Debug.SetPlayerInfo(1, 2300, 0, 0)

local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽
Debug.AddCard(68505803, 0, 0, k1, 2, k2)
local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷
Debug.AddCard(44887817, 0, 0, k1, 2, k2)