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
aa991a27
Commit
aa991a27
authored
Jun 17, 2023
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
edc8f2d4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
expansions/pre-release.cdb
expansions/pre-release.cdb
+0
-0
script/c100200237.lua
script/c100200237.lua
+2
-1
script/c100207013.lua
script/c100207013.lua
+1
-0
script/c101202047.lua
script/c101202047.lua
+1
-1
No files found.
expansions/pre-release.cdb
View file @
aa991a27
No preview for this file type
script/c100200237.lua
View file @
aa991a27
...
...
@@ -51,6 +51,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetLabel
(
sc
:
GetCode
())
e1
:
SetTarget
(
s
.
slimit
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
...
...
@@ -61,7 +62,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
slimit
(
e
,
c
,
sp
,
st
,
spos
,
tp
,
se
)
return
st
&
SUMMON_TYPE_SPECIAL
==
SUMMON_TYPE_SPECIAL
and
c
:
IsCode
(
e
:
GetLabel
())
return
c
:
IsCode
(
e
:
GetLabel
())
end
function
s
.
alimit
(
e
,
te
)
return
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
GetHandler
():
IsCode
(
e
:
GetLabel
())
...
...
script/c100207013.lua
View file @
aa991a27
...
...
@@ -42,6 +42,7 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
desop
)
c
:
RegisterEffect
(
e3
)
end
aux
.
xyz_number
[
id
]
=
1
function
s
.
atcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
==
tp
end
...
...
script/c101202047.lua
View file @
aa991a27
...
...
@@ -55,7 +55,7 @@ function c101202047.checkop(e,tp,eg,ep,ev,re,r,rp)
local
g
=
eg
:
Filter
(
c101202047
.
checkfilter
,
nil
)
local
tc
=
g
:
GetFirst
()
while
tc
do
Duel
.
RegisterFlagEffect
(
t
p
,
101202047
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
t
c
:
GetSummonPlayer
()
,
101202047
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
tc
=
g
:
GetNext
()
end
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