游戏王残局简化版

Check-in [954a6027cc]
Login

Check-in [954a6027cc]

Overview
Comment:0.0.470
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 954a6027cc3fb28ddeb9bf8815479219a0a48aa3750fc2c6300aa4469d190a8f
User & Date: 顽雨沉风 on 2023-06-30 04:19:33
Other Links: manifest | tags
Context
2023-06-30
04:21
0.0.471 check-in: bb951e7a0a user: 顽雨沉风 tags: trunk
04:19
0.0.470 check-in: 954a6027cc user: 顽雨沉风 tags: trunk
04:16
0.0.469 check-in: 998ea86f57 user: 顽雨沉风 tags: trunk
Changes

Modified single/07.Constellar vs Evilswarm.lua from [f7ddb5f2f7] to [4341baa617].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--[[message
规则:大师3
星圣vs入魔
]]
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)

mymetatable = {}
mymetatable.__tostring=function()
Debug.ShowHint("残局群181175613")
return "残局群181175613"
end
setmetatable(Debug,mymetatable)
print(Debug)

Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,3250,0,0)
Debug.AddCard(70908596,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(78358521,0,0,LOCATION_HAND,0,POS_FACEDOWN)







|
|
|
|
|
|
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--[[message
规则:大师3
星圣vs入魔
]]
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)

--~ mymetatable = {}
--~ mymetatable.__tostring=function()
--~ Debug.ShowHint("残局群181175613")
--~ return "残局群181175613"
--~ end
--~ setmetatable(Debug,mymetatable)
--~ print(Debug)

Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,3250,0,0)
Debug.AddCard(70908596,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(78358521,0,0,LOCATION_HAND,0,POS_FACEDOWN)