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
1ce73957
Commit
1ce73957
authored
Mar 20, 2023
by
mercury233
Committed by
GitHub
Mar 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix EFFECT_CANNOT_ATTACK_ANNOUNCE (#2052)
parent
3d6afabd
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
2 deletions
+10
-2
c28400508.lua
c28400508.lua
+1
-0
c31123642.lua
c31123642.lua
+1
-1
c35870016.lua
c35870016.lua
+1
-0
c45283341.lua
c45283341.lua
+1
-0
c50901852.lua
c50901852.lua
+1
-0
c64276752.lua
c64276752.lua
+1
-1
c64867422.lua
c64867422.lua
+1
-0
c7593748.lua
c7593748.lua
+1
-0
c86165817.lua
c86165817.lua
+1
-0
c92607427.lua
c92607427.lua
+1
-0
No files found.
c28400508.lua
View file @
1ce73957
...
...
@@ -67,6 +67,7 @@ function c28400508.spop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
c28400508
.
ftarget
)
e2
:
SetLabel
(
fid
)
...
...
c31123642.lua
View file @
1ce73957
...
...
@@ -54,7 +54,7 @@ function c31123642.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_ATTACK
_ANNOUNCE
)
e2
:
SetCode
(
EFFECT_CANNOT_ATTACK
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
c31123642
.
atklimit
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
...
...
c35870016.lua
View file @
1ce73957
...
...
@@ -40,6 +40,7 @@ function c35870016.activate(e,tp,eg,ep,ev,re,r,rp)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e3
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetTarget
(
c35870016
.
atktg
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
...
...
c45283341.lua
View file @
1ce73957
...
...
@@ -100,6 +100,7 @@ function c45283341.ctop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
c45283341
.
ftarget
)
e2
:
SetLabel
(
tc
:
GetFieldID
())
...
...
c50901852.lua
View file @
1ce73957
...
...
@@ -72,6 +72,7 @@ function c50901852.atkop(e,tp,eg,ep,ev,re,r,rp)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e3
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetTarget
(
c50901852
.
ftarget
)
e3
:
SetLabel
(
tc
:
GetFieldID
())
...
...
c64276752.lua
View file @
1ce73957
...
...
@@ -67,7 +67,7 @@ function c64276752.operation(e,tp,eg,ep,ev,re,r,rp)
end
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetCode
(
EFFECT_CANNOT_ATTACK
)
e0
:
SetCode
(
EFFECT_CANNOT_ATTACK
_ANNOUNCE
)
e0
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e0
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e0
:
SetTarget
(
c64276752
.
ftarget
)
...
...
c64867422.lua
View file @
1ce73957
...
...
@@ -79,6 +79,7 @@ function c64867422.exop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
c64867422
.
ftarget
)
e2
:
SetLabel
(
tc
:
GetFieldID
())
...
...
c7593748.lua
View file @
1ce73957
...
...
@@ -58,6 +58,7 @@ function c7593748.operation(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
c7593748
.
atktg
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
...
...
c86165817.lua
View file @
1ce73957
...
...
@@ -67,6 +67,7 @@ function c86165817.desop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
c86165817
.
atktg
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
...
...
c92607427.lua
View file @
1ce73957
...
...
@@ -39,6 +39,7 @@ function c92607427.activate(e,tp,eg,ep,ev,re,r,rp)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetTarget
(
c92607427
.
ftarget
)
e1
:
SetLabel
(
tc
:
GetFieldID
())
...
...
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