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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
4e17ded0
Commit
4e17ded0
authored
Nov 04, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
fd3871ef
Pipeline
#6668
passed with stages
in 33 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
expansions/script/c12062080.lua
expansions/script/c12062080.lua
+2
-1
expansions/script/c85402430.lua
expansions/script/c85402430.lua
+4
-2
No files found.
expansions/script/c12062080.lua
View file @
4e17ded0
...
...
@@ -66,6 +66,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetTarget
(
cm
.
eftg1
)
e2
:
SetOperation
(
cm
.
efop1
)
e2
:
SetRange
(
RESET_EVENT
+
RESETS_STANDARD
)
token
:
RegisterEffect
(
e2
)
Duel
.
SpecialSummonComplete
()
end
if
opval
[
op
]
==
2
then
...
...
@@ -172,6 +173,6 @@ function cm.efop4(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
cm
.
retop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
lp
=
Duel
.
GetLP
(
1
-
tp
)
local
lp
=
Duel
.
GetLP
(
tp
)
Duel
.
SetLP
(
1
-
tp
,
lp
-
2000
)
end
\ No newline at end of file
expansions/script/c85402430.lua
View file @
4e17ded0
...
...
@@ -86,7 +86,9 @@ function c85402430.xyzop(e,tp,chk)
Duel
.
RegisterFlagEffect
(
tp
,
85402430
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
function
c85402430
.
fl
(
c
)
return
(
c
:
IsSetCard
(
0x3e45
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeXyzMaterial
(
nil
)
and
not
c
:
IsExtraDeckMonster
())
or
c
:
IsSetCard
(
0x6e45
)
return
(
c
:
IsSetCard
(
0x3e45
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeXyzMaterial
(
nil
)
-- and not c:IsExtraDeckMonster()
)
or
c
:
IsSetCard
(
0x6e45
)
end
function
c85402430
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
@@ -185,7 +187,7 @@ function c85402430.gl1(c)
return
c
:
IsCode
(
85401890
)
and
c
:
IsFaceup
()
and
c
:
IsCanAddCounter
(
0xe46
,
1
)
end
function
c85402430
.
gl2
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCanAddCounter
(
0x1e41
,
1
)
and
c
:
GetFlagEffect
(
854024
0
0
)
==
0
return
c
:
IsFaceup
()
and
c
:
IsCanAddCounter
(
0x1e41
,
1
)
and
c
:
GetFlagEffect
(
854024
3
0
)
==
0
end
function
c85402430
.
gl3
(
c
)
return
aux
.
IsCodeListed
(
c
,
85402400
)
...
...
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