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
3883c4f2
Commit
3883c4f2
authored
Oct 05, 2022
by
REIKAI
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repo 10.05
parent
6c7a1446
Pipeline
#17071
passed with stages
in 25 minutes and 43 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
expansions/pics/33502916.jpg
expansions/pics/33502916.jpg
+0
-0
expansions/pics/33502918.jpg
expansions/pics/33502918.jpg
+0
-0
expansions/script/c33502918.lua
expansions/script/c33502918.lua
+1
-0
expansions/script/c60152017.lua
expansions/script/c60152017.lua
+5
-1
expansions/script/c66915073.lua
expansions/script/c66915073.lua
+2
-2
No files found.
expansions/pics/33502916.jpg
0 → 100644
View file @
3883c4f2
165 KB
expansions/pics/33502918.jpg
0 → 100644
View file @
3883c4f2
183 KB
expansions/script/c33502918.lua
View file @
3883c4f2
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
local
m
=
33502918
local
m
=
33502918
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
33502900
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
expansions/script/c60152017.lua
View file @
3883c4f2
...
@@ -8,6 +8,7 @@ function cm.initial_effect(c)
...
@@ -8,6 +8,7 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
60152017
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
60152017
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c60152017
.
con
)
e1
:
SetTarget
(
c60152017
.
target
)
e1
:
SetTarget
(
c60152017
.
target
)
e1
:
SetOperation
(
c60152017
.
activate
)
e1
:
SetOperation
(
c60152017
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
@@ -24,6 +25,9 @@ function cm.initial_effect(c)
...
@@ -24,6 +25,9 @@ function cm.initial_effect(c)
e2
:
SetOperation
(
c60152017
.
activate2
)
e2
:
SetOperation
(
c60152017
.
activate2
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c60152017
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetMatchingGroupCount
(
Card
.
IsFacedown
,
tp
,
LOCATION_EXTRA
,
0
,
nil
)
==
0
end
function
c60152017
.
filter
(
c
)
function
c60152017
.
filter
(
c
)
return
((
c
:
IsSetCard
(
0x6b25
)
and
c
:
IsType
(
TYPE_MONSTER
))
return
((
c
:
IsSetCard
(
0x6b25
)
and
c
:
IsType
(
TYPE_MONSTER
))
or
(
c
:
IsType
(
TYPE_TOKEN
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)))
and
c
:
IsReleasable
()
or
(
c
:
IsType
(
TYPE_TOKEN
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)))
and
c
:
IsReleasable
()
...
@@ -39,7 +43,7 @@ function c60152017.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -39,7 +43,7 @@ function c60152017.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
sg
,
sg
:
GetCount
(),
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
sg
,
sg
:
GetCount
(),
0
,
0
)
end
end
function
c60152017
.
filter2
(
c
)
function
c60152017
.
filter2
(
c
)
if
c
:
IsP
reviousP
osition
(
POS_FACEUP
)
then
if
c
:
IsPosition
(
POS_FACEUP
)
then
return
c
:
GetAttack
()
return
c
:
GetAttack
()
else
return
0
end
else
return
0
end
end
end
...
...
expansions/script/c66915073.lua
View file @
3883c4f2
...
@@ -46,12 +46,12 @@ function cm.mfilter(c)
...
@@ -46,12 +46,12 @@ function cm.mfilter(c)
return
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
return
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
end
end
function
cm
.
ovfilter
(
c
)
function
cm
.
ovfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
Is
OriginalCodeRul
e
(
m
-
3
)
and
c
:
IsType
(
TYPE_XYZ
)
return
c
:
IsFaceup
()
and
c
:
Is
Cod
e
(
m
-
3
)
and
c
:
IsType
(
TYPE_XYZ
)
end
end
function
cm
.
xfilter
(
c
)
function
cm
.
xfilter
(
c
)
return
c
:
IsCanOverlay
()
return
c
:
IsCanOverlay
()
end
end
function
cm
.
xfilter
(
c
)
function
cm
.
xfilter
2
(
c
)
return
c
:
IsCanOverlay
()
and
c
:
IsSetCard
(
0x374
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
return
c
:
IsCanOverlay
()
and
c
:
IsSetCard
(
0x374
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
end
end
function
cm
.
tffilter
(
c
,
tp
)
function
cm
.
tffilter
(
c
,
tp
)
...
...
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