游戏王残局简化版

Check-in [d5ef2aa0e9]
Login

Check-in [d5ef2aa0e9]

Overview
Comment:0.0.414
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d5ef2aa0e9d63c1efeaad7a61b52237a23b28ed0d4a7ac2f1576a5979f29f0f9
User & Date: 顽雨沉风 on 2023-06-30 00:20:55
Other Links: manifest | tags
Context
2023-06-30
00:21
0.0.415 check-in: 6f00c88f7b user: 顽雨沉风 tags: trunk
00:20
0.0.414 check-in: d5ef2aa0e9 user: 顽雨沉风 tags: trunk
00:11
0.0.413 check-in: ca9a8a79a4 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [8f2a1ac747] to [21d98a1747].

101
102
103
104
105
106
107
108

109
110
111
112
113
114
101
102
103
104
105
106
107

108
109
110
111
112
113
114







-
+






  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)
	e1:SetTargetRange(LOCATION_EXTRA,LOCATION_EXTRA)
	e1:SetTarget(splimit)
	e1:SetReset(RESET_PHASE+PHASE_END)
	Duel.RegisterEffect(e1,0)
  end


Modified single/07.Constellar vs Evilswarm.lua from [f6023ca7fc] to [8ac9e411c5].

1
2
3
4
5
6
7

8
9
10
11
12
13
14
1

2
3
4
5

6
7
8
9
10
11
12
13

-




-
+







--[[message
卡数:13
规则:大师3
星圣vs入魔
]]
Debug.SetAIName("四妹")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
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)
Debug.AddCard(78364470,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(57103969,0,0,LOCATION_HAND,0,POS_FACEDOWN)
Debug.AddCard(2091298,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)