Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HiiragiGuardians
ygopro-THC-cards
Commits
8e3e6c9c
Commit
8e3e6c9c
authored
Aug 13, 2024
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c10333.lua
parent
177baa53
Pipeline
#29188
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/c10333.lua
script/c10333.lua
+2
-2
No files found.
script/c10333.lua
View file @
8e3e6c9c
...
@@ -21,7 +21,7 @@ function c10333.tfilter2_1(c)
...
@@ -21,7 +21,7 @@ function c10333.tfilter2_1(c)
end
end
function
c10333
.
tg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c10333
.
tg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
Card
.
IsDiscardable
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c10333
.
tfilter2_1
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
Card
.
IsDiscardable
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c10333
.
tfilter2_1
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
local
b2
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
,
tp
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10070
,
0x208
,
0x4011
,
0
,
0
,
1
,
RACE_FAIRY
,
ATTRIBUTE_
WIND
,
POS_FACEUP_ATTACK
,
1
-
tp
)
local
b2
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
,
tp
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10070
,
0x208
,
0x4011
,
0
,
0
,
1
,
RACE_FAIRY
,
ATTRIBUTE_
LIGHT
,
POS_FACEUP_ATTACK
,
1
-
tp
)
if
chk
==
0
then
return
b1
or
b2
end
if
chk
==
0
then
return
b1
or
b2
end
local
off
=
1
local
off
=
1
local
ops
=
{}
local
ops
=
{}
...
@@ -64,7 +64,7 @@ function c10333.op2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -64,7 +64,7 @@ function c10333.op2(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
else
else
if
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10070
,
0x208
,
0x4011
,
0
,
0
,
1
,
RACE_FAIRY
,
ATTRIBUTE_
WIND
,
POS_FACEUP_ATTACK
,
1
-
tp
)
then
return
end
if
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10070
,
0x208
,
0x4011
,
0
,
0
,
1
,
RACE_FAIRY
,
ATTRIBUTE_
LIGHT
,
POS_FACEUP_ATTACK
,
1
-
tp
)
then
return
end
local
ft
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
if
ft
<
1
then
return
end
if
ft
<
1
then
return
end
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
ft
=
1
end
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
ft
=
1
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment