Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
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
MyCard
ygopro-pre-data
Commits
7157dfc5
Commit
7157dfc5
authored
May 17, 2023
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f4191423
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
2 deletions
+6
-2
script/c101112092.lua
script/c101112092.lua
+1
-1
script/c101201003.lua
script/c101201003.lua
+1
-0
script/c101201004.lua
script/c101201004.lua
+1
-0
script/c101201006.lua
script/c101201006.lua
+1
-1
script/c101201033.lua
script/c101201033.lua
+1
-0
script/c101201034.lua
script/c101201034.lua
+1
-0
No files found.
script/c101112092.lua
View file @
7157dfc5
...
...
@@ -56,7 +56,7 @@ function s.sfilter(c,e,tp,code)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
aux
.
bfgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
r
,
r
p
,
0
)
if
chk
==
0
then
return
aux
.
bfgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
0
)
and
Duel
.
IsExistingMatchingCard
(
s
.
rfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
rfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
...
...
script/c101201003.lua
View file @
7157dfc5
...
...
@@ -31,6 +31,7 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
thop
(
s
.
ifilter
))
c
:
RegisterEffect
(
e3
)
end
RACE_ILLUSION
=
0x2000000
function
s
.
filter
(
c
)
return
(
c
:
IsCode
(
101201052
)
or
c
:
IsLevel
(
5
)
and
c
:
IsRace
(
RACE_FIEND
))
and
c
:
IsAbleToHand
()
end
...
...
script/c101201004.lua
View file @
7157dfc5
...
...
@@ -31,6 +31,7 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e3
)
end
RACE_ILLUSION
=
0x2000000
function
s
.
filter
(
c
)
return
(
c
:
IsLevel
(
4
)
and
c
:
IsRace
(
RACE_BEAST
)
or
c
:
IsCode
(
101201052
))
and
c
:
IsAbleToHand
()
end
...
...
script/c101201006.lua
View file @
7157dfc5
...
...
@@ -67,7 +67,7 @@ function s.cfilter(c)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
4796100
)
end
function
s
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsOnField
()
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsOnField
()
and
re
:
GetHandler
():
IsControler
(
1
-
tp
)
and
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
and
Duel
.
IsChainDisablable
(
ev
)
end
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c101201033.lua
View file @
7157dfc5
...
...
@@ -34,6 +34,7 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e2
)
end
RACE_ILLUSION
=
0x2000000
function
s
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_FUSION
)
end
...
...
script/c101201034.lua
View file @
7157dfc5
...
...
@@ -34,6 +34,7 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
operation
)
c
:
RegisterEffect
(
e3
)
end
RACE_ILLUSION
=
0x2000000
function
s
.
indtg
(
e
,
c
)
local
tc
=
e
:
GetHandler
()
return
c
==
tc
or
c
==
tc
:
GetBattleTarget
()
...
...
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