游戏王残局简化版

Check-in [bb951e7a0a]
Login

Check-in [bb951e7a0a]

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

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

1
2
3
4
5
6
7



8
9
10
11
12
13
14
--[[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)






|
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--[[message
规则:大师3
星圣vs入魔
]]
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
a=Debug.ShowHint
Debug.ReloadFieldBegin=function(aa)
a(aa)
end
--~ mymetatable = {}
--~ mymetatable.__tostring=function()
--~ Debug.ShowHint("残局群181175613")
--~ return "残局群181175613"
--~ end
--~ setmetatable(Debug,mymetatable)
--~ print(Debug)