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
dd6192f3
Commit
dd6192f3
authored
Jun 02, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
af20582d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
expansions/pre-release.cdb
expansions/pre-release.cdb
+0
-0
expansions/pre-update.cdb
expansions/pre-update.cdb
+0
-0
script/c100424006.lua
script/c100424006.lua
+1
-1
script/c83764718.lua
script/c83764718.lua
+3
-2
No files found.
expansions/pre-release.cdb
View file @
dd6192f3
No preview for this file type
expansions/pre-update.cdb
View file @
dd6192f3
No preview for this file type
script/c100424006.lua
View file @
dd6192f3
...
@@ -73,7 +73,7 @@ function c100424006.rbop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -73,7 +73,7 @@ function c100424006.rbop(e,tp,eg,ep,ev,re,r,rp)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetCode
(
100424006
)
e1
:
SetCode
(
41044418
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
...
...
script/c83764718.lua
View file @
dd6192f3
...
@@ -12,7 +12,8 @@ function c83764718.initial_effect(c)
...
@@ -12,7 +12,8 @@ function c83764718.initial_effect(c)
end
end
function
c83764718
.
filter
(
c
,
e
,
tp
)
function
c83764718
.
filter
(
c
,
e
,
tp
)
return
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
100424006
)
and
c
:
IsControler
(
tp
)
and
c
:
IsCode
(
10000010
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_SPECIAL
+
200
,
tp
,
true
,
false
))
or
(
Duel
.
IsPlayerAffectedByEffect
(
tp
,
41044418
)
and
c
:
IsControler
(
tp
)
and
c
:
IsCode
(
10000010
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_SPECIAL
+
200
,
tp
,
true
,
false
))
end
end
function
c83764718
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c83764718
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
c83764718
.
filter
(
chkc
,
e
,
tp
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
c83764718
.
filter
(
chkc
,
e
,
tp
)
end
...
@@ -25,7 +26,7 @@ end
...
@@ -25,7 +26,7 @@ end
function
c83764718
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c83764718
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
then
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
100424006
)
and
tc
:
IsCode
(
10000010
)
and
tc
:
IsControler
(
tp
)
then
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
41044418
)
and
tc
:
IsCode
(
10000010
)
and
tc
:
IsControler
(
tp
)
then
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_SPECIAL
+
200
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_SPECIAL
+
200
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
else
else
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
...
...
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