Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Ai
ygopro-222DIY-cards
Commits
76feb0fd
Commit
76feb0fd
authored
Jan 04, 2021
by
CubeRuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
831b515c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
expansions/script/c12024004.lua
expansions/script/c12024004.lua
+1
-1
expansions/script/c12024010.lua
expansions/script/c12024010.lua
+1
-1
expansions/script/c12024011.lua
expansions/script/c12024011.lua
+2
-0
No files found.
expansions/script/c12024004.lua
View file @
76feb0fd
...
@@ -44,7 +44,7 @@ function cm.initial_effect(c)
...
@@ -44,7 +44,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
cm
.
eftg
(
e
,
c
)
function
cm
.
eftg
(
e
,
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0xcfbe
)
end
end
function
cm
.
cfilter
(
c
)
function
cm
.
cfilter
(
c
)
return
c
:
IsFacedown
()
return
c
:
IsFacedown
()
...
...
expansions/script/c12024010.lua
View file @
76feb0fd
...
@@ -73,7 +73,7 @@ function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp)
...
@@ -73,7 +73,7 @@ function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp)
return
bit
.
band
(
sumpos
,
POS_FACEDOWN
)
>
0
return
bit
.
band
(
sumpos
,
POS_FACEDOWN
)
>
0
end
end
function
cm
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
ev
or
ep
==
1
-
tp
then
return
end
if
(
not
ev
)
or
ep
==
1
-
tp
then
return
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_CHAIN_END
)
e1
:
SetCode
(
EVENT_CHAIN_END
)
...
...
expansions/script/c12024011.lua
View file @
76feb0fd
...
@@ -61,7 +61,9 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -61,7 +61,9 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
cm
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
rp
and
rp
==
1
-
tp
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
end
function
cm
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
==
1
-
tp
and
c
:
IsPreviousPosition
(
POS_DEFENSE
)
return
rp
==
1
-
tp
and
c
:
IsPreviousPosition
(
POS_DEFENSE
)
...
...
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