游戏王残局简化版

Check-in [beca3e1a79]
Login

Check-in [beca3e1a79]

Overview
Comment:0.0.408
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: beca3e1a79aee39c980ec77813ee8d08ec154986c53cb4c71a35baddec797e62
User & Date: 顽雨沉风 on 2023-06-29 23:56:08.909
Other Links: manifest | tags
Context
2023-06-30
00:05
0.0.409 check-in: 2f28bee98c user: 顽雨沉风 tags: trunk
2023-06-29
23:56
0.0.408 check-in: beca3e1a79 user: 顽雨沉风 tags: trunk
23:55
0.0.407 check-in: 6c3e306c2d user: 顽雨沉风 tags: trunk
Changes
94
95
96
97
98
99
100
101

102
103
104
105
106
107
108
94
95
96
97
98
99
100

101
102
103
104
105
106
107
108







-
+







  str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方超量素材"]

  str["开局说明"] = "效果卡:"
  str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"]

  Debug.ShowHint(str["开局说明"])
function splimit(e,c,tp,sumtp,sumpos)
  Debug.ShowHint(bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK)
  Debug.ShowHint(tostring(bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK))
	return bit.band(sumtp,SUMMON_TYPE_LINK)==SUMMON_TYPE_LINK
end
	local e1=Effect.GlobalEffect()
	e1:SetType(EFFECT_TYPE_FIELD)
	e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
	e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
	e1:SetTargetRange(1,1)