Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
6
Merge Requests
6
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-scripts-888
Commits
62f9f136
Commit
62f9f136
authored
Mar 03, 2023
by
Chrono-Genex
Committed by
GitHub
Mar 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Raidraptor - Ultimate Falcon and HEROs and so on (#2035)
parent
c19e9603
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
9 deletions
+21
-9
c22061412.lua
c22061412.lua
+1
-1
c26964762.lua
c26964762.lua
+5
-2
c33574806.lua
c33574806.lua
+4
-1
c58147549.lua
c58147549.lua
+4
-1
c63060238.lua
c63060238.lua
+1
-1
c69572169.lua
c69572169.lua
+1
-1
c86221741.lua
c86221741.lua
+4
-1
c9201964.lua
c9201964.lua
+1
-1
No files found.
c22061412.lua
View file @
62f9f136
...
@@ -32,7 +32,7 @@ function c22061412.initial_effect(c)
...
@@ -32,7 +32,7 @@ function c22061412.initial_effect(c)
end
end
c22061412
.
material_setcode
=
0x8
c22061412
.
material_setcode
=
0x8
function
c22061412
.
atkfilter
(
c
)
function
c22061412
.
atkfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x3008
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x3008
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
end
function
c22061412
.
atkup
(
e
,
c
)
function
c22061412
.
atkup
(
e
,
c
)
return
Duel
.
GetMatchingGroupCount
(
c22061412
.
atkfilter
,
c
:
GetControler
(),
LOCATION_REMOVED
,
0
,
nil
)
*
300
return
Duel
.
GetMatchingGroupCount
(
c22061412
.
atkfilter
,
c
:
GetControler
(),
LOCATION_REMOVED
,
0
,
nil
)
*
300
...
...
c26964762.lua
View file @
62f9f136
...
@@ -32,8 +32,11 @@ function c26964762.initial_effect(c)
...
@@ -32,8 +32,11 @@ function c26964762.initial_effect(c)
e3
:
SetOperation
(
c26964762
.
deckop
)
e3
:
SetOperation
(
c26964762
.
deckop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c26964762
.
spcfilter
(
c
)
return
c
:
IsSetCard
(
0xc008
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c26964762
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26964762
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSetCard
,
tp
,
LOCATION_GRAVE
,
0
,
3
,
nil
,
0xc008
)
return
Duel
.
IsExistingMatchingCard
(
c26964762
.
spcfilter
,
tp
,
LOCATION_GRAVE
,
0
,
3
,
nil
)
end
end
function
c26964762
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c26964762
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsDiscardable
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsDiscardable
()
end
...
@@ -68,7 +71,7 @@ function c26964762.deckcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -68,7 +71,7 @@ function c26964762.deckcon(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
GetTurnPlayer
()
==
tp
return
Duel
.
GetTurnPlayer
()
==
tp
end
end
function
c26964762
.
cfilter
(
c
)
function
c26964762
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0xc008
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsSetCard
(
0xc008
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
AbleToRemoveAsCost
()
end
end
function
c26964762
.
deckcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c26964762
.
deckcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c33574806.lua
View file @
62f9f136
...
@@ -20,6 +20,9 @@ function c33574806.initial_effect(c)
...
@@ -20,6 +20,9 @@ function c33574806.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
c33574806
.
material_setcode
=
0x8
c33574806
.
material_setcode
=
0x8
function
c33574806
.
atkfilter
(
c
)
return
c
:
IsSetCard
(
0x3008
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c33574806
.
atkup
(
e
,
c
)
function
c33574806
.
atkup
(
e
,
c
)
return
Duel
.
GetMatchingGroupCount
(
Card
.
IsSetCard
,
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
nil
,
0x3008
)
*
100
return
Duel
.
GetMatchingGroupCount
(
c33574806
.
atkfilter
,
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
nil
)
*
100
end
end
c58147549.lua
View file @
62f9f136
...
@@ -17,6 +17,9 @@ function c58147549.initial_effect(c)
...
@@ -17,6 +17,9 @@ function c58147549.initial_effect(c)
e2
:
SetValue
(
c58147549
.
atkup
)
e2
:
SetValue
(
c58147549
.
atkup
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c58147549
.
atkfilter
(
c
)
return
c
:
IsSetCard
(
0x8
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c58147549
.
atkup
(
e
,
c
)
function
c58147549
.
atkup
(
e
,
c
)
return
Duel
.
GetMatchingGroupCount
(
Card
.
IsSetCard
,
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
nil
,
0x8
)
*
100
return
Duel
.
GetMatchingGroupCount
(
c58147549
.
atkfilter
,
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
nil
)
*
100
end
end
c63060238.lua
View file @
62f9f136
...
@@ -41,7 +41,7 @@ function c63060238.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -41,7 +41,7 @@ function c63060238.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c63060238
.
tgfilter
(
c
)
function
c63060238
.
tgfilter
(
c
)
return
c
:
IsSetCard
(
0x3008
)
and
not
c
:
IsCode
(
63060238
)
and
c
:
IsAbleToGrave
()
return
c
:
IsSetCard
(
0x3008
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsCode
(
63060238
)
and
c
:
IsAbleToGrave
()
end
end
function
c63060238
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c63060238
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c63060238
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c63060238
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
c69572169.lua
View file @
62f9f136
...
@@ -17,7 +17,7 @@ function c69572169.condition(e,tp,eg,ep,ev,re,r,rp)
...
@@ -17,7 +17,7 @@ function c69572169.condition(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_GRAVE
)
and
e
:
GetHandler
():
IsReason
(
REASON_BATTLE
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_GRAVE
)
and
e
:
GetHandler
():
IsReason
(
REASON_BATTLE
)
end
end
function
c69572169
.
rfilter
(
c
)
function
c69572169
.
rfilter
(
c
)
return
c
:
IsSetCard
(
0x3008
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsSetCard
(
0x3008
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
AbleToRemoveAsCost
()
end
end
function
c69572169
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c69572169
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
rg
=
Duel
.
GetMatchingGroup
(
c69572169
.
rfilter
,
tp
,
LOCATION_GRAVE
,
0
,
e
:
GetHandler
())
local
rg
=
Duel
.
GetMatchingGroup
(
c69572169
.
rfilter
,
tp
,
LOCATION_GRAVE
,
0
,
e
:
GetHandler
())
...
...
c86221741.lua
View file @
62f9f136
...
@@ -56,8 +56,11 @@ function c86221741.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -56,8 +56,11 @@ function c86221741.operation(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e2
,
tp
)
Duel
.
RegisterEffect
(
e2
,
tp
)
end
end
function
c86221741
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0xba
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c86221741
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c86221741
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetOverlayGroup
():
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0xba
)
return
e
:
GetHandler
():
GetOverlayGroup
():
IsExists
(
c86221741
.
cfilter
,
1
,
nil
)
end
end
function
c86221741
.
atktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c86221741
.
atktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
...
...
c9201964.lua
View file @
62f9f136
...
@@ -13,7 +13,7 @@ function c9201964.condition(e,tp,eg,ep,ev,re,r,rp)
...
@@ -13,7 +13,7 @@ function c9201964.condition(e,tp,eg,ep,ev,re,r,rp)
return
tp
~=
Duel
.
GetTurnPlayer
()
and
Duel
.
GetAttackTarget
()
==
nil
return
tp
~=
Duel
.
GetTurnPlayer
()
and
Duel
.
GetAttackTarget
()
==
nil
end
end
function
c9201964
.
cfilter
(
c
)
function
c9201964
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0xc008
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsSetCard
(
0xc008
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
AbleToRemoveAsCost
()
end
end
function
c9201964
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c9201964
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c9201964
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c9201964
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
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