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
2
Merge Requests
2
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
ee876947
Commit
ee876947
authored
Jun 15, 2025
by
Vee4
Committed by
GitHub
Jun 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Amazoness Onslaught (#2954)
parent
a76cc0be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
c83407038.lua
c83407038.lua
+4
-0
No files found.
c83407038.lua
View file @
ee876947
...
@@ -25,6 +25,7 @@ function c83407038.initial_effect(c)
...
@@ -25,6 +25,7 @@ function c83407038.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_BATTLED
)
e3
:
SetCode
(
EVENT_BATTLED
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetCondition
(
c83407038
.
rmcon
)
e3
:
SetTarget
(
c83407038
.
rmtg
)
e3
:
SetTarget
(
c83407038
.
rmtg
)
e3
:
SetOperation
(
c83407038
.
rmop
)
e3
:
SetOperation
(
c83407038
.
rmop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
...
@@ -70,6 +71,9 @@ end
...
@@ -70,6 +71,9 @@ end
function
c83407038
.
check
(
c
,
tp
)
function
c83407038
.
check
(
c
,
tp
)
return
c
and
c
:
IsControler
(
tp
)
and
c
:
IsSetCard
(
0x4
)
return
c
and
c
:
IsControler
(
tp
)
and
c
:
IsSetCard
(
0x4
)
end
end
function
c83407038
.
rmcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsStatus
(
STATUS_EFFECT_ENABLED
)
end
function
c83407038
.
rmtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c83407038
.
rmtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetAttackTarget
()
~=
nil
if
chk
==
0
then
return
Duel
.
GetAttackTarget
()
~=
nil
and
(
c83407038
.
check
(
Duel
.
GetAttacker
(),
tp
)
or
c83407038
.
check
(
Duel
.
GetAttackTarget
(),
tp
))
end
and
(
c83407038
.
check
(
Duel
.
GetAttacker
(),
tp
)
or
c83407038
.
check
(
Duel
.
GetAttackTarget
(),
tp
))
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