Differences From Artifact [cf632be6dc]:
- File single/07.Constellar vs Evilswarm.lua — part of check-in [d3063db2dd] at 2023-06-30 04:16:37 on branch trunk — 0.0.468 (user: 顽雨沉风, size: 1961) [annotate] [blame] [check-ins using]
To Artifact [f7ddb5f2f7]:
- File single/07.Constellar vs Evilswarm.lua — part of check-in [998ea86f57] at 2023-06-30 04:16:59 on branch trunk — 0.0.469 (user: 顽雨沉风, size: 1990) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + |
--[[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)
|
| ︙ |