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
5
Merge Requests
5
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
2ba11595
Commit
2ba11595
authored
Feb 24, 2023
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix リブロマンサー・アフェクテッド and so on
parent
74d7de68
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
c39373426.lua
c39373426.lua
+1
-1
c42198835.lua
c42198835.lua
+1
-1
c43739056.lua
c43739056.lua
+1
-1
c49941059.lua
c49941059.lua
+1
-1
c74889525.lua
c74889525.lua
+1
-1
c88083109.lua
c88083109.lua
+1
-1
No files found.
c39373426.lua
View file @
2ba11595
...
...
@@ -102,7 +102,7 @@ function c39373426.cntg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
c39373426
.
cnop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
tc
,
tp
,
PHASE_END
,
1
)
then
if
tc
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
tc
,
tp
,
PHASE_END
,
1
)
>
0
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
...
...
c42198835.lua
View file @
2ba11595
...
...
@@ -65,7 +65,7 @@ function c42198835.rhop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
local
tg
=
g
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
)
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
c
,
1
-
tp
)
and
tg
:
GetCount
()
>
0
then
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
c
,
1
-
tp
)
>
0
and
tg
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
end
end
c43739056.lua
View file @
2ba11595
...
...
@@ -38,7 +38,7 @@ function c43739056.cttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
c43739056
.
ctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
c
,
1
-
tp
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
43739056
,
0
))
then
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
c
,
1
-
tp
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
43739056
,
0
))
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATTRIBUTE
)
local
aat
=
Duel
.
AnnounceAttribute
(
tp
,
1
,
ATTRIBUTE_ALL
-
e
:
GetHandler
():
GetAttribute
())
...
...
c49941059.lua
View file @
2ba11595
...
...
@@ -30,7 +30,7 @@ function c49941059.operation(e,tp,eg,ep,ev,re,r,rp)
local
c
=
g
:
GetFirst
()
if
c
and
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
,
POS_FACEDOWN_DEFENSE
)
>
0
then
Duel
.
BreakEffect
()
if
Duel
.
GetControl
(
c
,
tp
)
then
if
Duel
.
GetControl
(
c
,
tp
)
>
0
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
...
...
c74889525.lua
View file @
2ba11595
...
...
@@ -64,7 +64,7 @@ function c74889525.cttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
c74889525
.
ctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
tc
,
tp
)
then
if
tc
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
tc
,
tp
)
>
0
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
...
...
c88083109.lua
View file @
2ba11595
...
...
@@ -37,7 +37,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
local
_
,
tg
=
Duel
.
GetOperationInfo
(
0
,
CATEGORY_CONTROL
)
local
tc
=
tg
:
GetFirst
()
if
tc
:
IsControler
(
1
-
tp
)
and
tc
:
IsRelateToEffect
(
e
)
and
Duel
.
GetControl
(
tc
,
tp
)
and
not
chk
then
and
Duel
.
GetControl
(
tc
,
tp
)
>
0
and
not
chk
then
local
fid
=
c
:
GetFieldID
()
tc
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
1
,
fid
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
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