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
92e350a4
Commit
92e350a4
authored
Jun 18, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iidx goooooooooooooooold
parent
c48187ff
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
28 deletions
+3
-28
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c1156606.lua
expansions/script/c1156606.lua
+1
-1
expansions/script/c37564520.lua
expansions/script/c37564520.lua
+1
-0
expansions/script/c37564553.lua
expansions/script/c37564553.lua
+1
-0
expansions/script/c81005057.lua
expansions/script/c81005057.lua
+0
-1
expansions/script/c81011001.lua
expansions/script/c81011001.lua
+0
-13
expansions/script/c81011044.lua
expansions/script/c81011044.lua
+0
-13
No files found.
expansions/222DIY.cdb
View file @
92e350a4
No preview for this file type
expansions/script/c1156606.lua
View file @
92e350a4
...
...
@@ -63,6 +63,7 @@ function c1156606.op2(e,tp,eg,ep,ev,re,r,rp)
e2_2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2_2
:
SetCode
(
EFFECT_CANNOT_BE_LINK_MATERIAL
)
e2_2
:
SetValue
(
1
)
e2_2
:
SetReset
(
RESET_EVENT
+
0x1fe0000
+
RESET_CHAIN
)
c
:
RegisterEffect
(
e2_2
,
true
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
c1156606
.
tfilter2
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
)
...
...
@@ -70,6 +71,5 @@ function c1156606.op2(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
sg
:
GetFirst
()
Duel
.
SpecialSummonRule
(
tp
,
tc
,
SUMMON_TYPE_LINK
)
end
e2_2
:
Reset
()
end
--
expansions/script/c37564520.lua
View file @
92e350a4
...
...
@@ -5,6 +5,7 @@ cm.Senya_desc_with_nanahira=true
function
cm
.
initial_effect
(
c
)
Senya
.
Nanahira
(
c
)
aux
.
AddSynchroProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsCode
,
37564765
),
aux
.
NonTuner
(
Card
.
IsRace
,
RACE_FAIRY
),
1
)
Senya
.
AddSummonMusic
(
c
,
m
*
16
+
2
,
SUMMON_TYPE_SYNCHRO
)
c
:
EnableReviveLimit
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
m
*
16
+
1
)
...
...
expansions/script/c37564553.lua
View file @
92e350a4
...
...
@@ -6,6 +6,7 @@ cm.Senya_desc_with_nanahira=true
function
cm
.
initial_effect
(
c
)
Senya
.
Nanahira
(
c
)
aux
.
AddXyzProcedure
(
c
,
nil
,
7
,
2
)
Senya
.
AddSummonMusic
(
c
,
m
*
16
+
2
,
SUMMON_TYPE_XYZ
)
c
:
EnableReviveLimit
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
expansions/script/c81005057.lua
View file @
92e350a4
...
...
@@ -7,7 +7,6 @@ function cm.initial_effect(c)
aux
.
AddSynchroProcedure
(
c
,
nil
,
aux
.
NonTuner
(
nil
),
1
)
aux
.
EnablePendulumAttribute
(
c
,
false
)
c
:
EnableReviveLimit
()
Senya
.
AddSummonMusic
(
c
,
m
*
16
,
SUMMON_TYPE_SYNCHRO
)
--spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
...
expansions/script/c81011001.lua
View file @
92e350a4
...
...
@@ -6,13 +6,6 @@ cm.Senya_desc_with_nanahira=true
function
cm
.
initial_effect
(
c
)
Senya
.
NanahiraPendulum
(
c
)
c
:
EnableReviveLimit
()
--spsummon bgm
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e0
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e0
:
SetCondition
(
cm
.
sumcon
)
e0
:
SetOperation
(
cm
.
sumsuc
)
c
:
RegisterEffect
(
e0
)
--spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
...
@@ -39,12 +32,6 @@ cm.pendulum_info={
filter
=
aux
.
FilterBoolFunction
(
Card
.
IsCode
,
37564765
),
max_count
=
1
,
}
function
cm
.
sumcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_RITUAL
)
or
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_PENDULUM
)
end
function
cm
.
sumsuc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_MUSIC
,
0
,
aux
.
Stringid
(
81011001
,
0
))
end
function
cm
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_EFFECT
+
REASON_BATTLE
)
~=
0
end
...
...
expansions/script/c81011044.lua
View file @
92e350a4
...
...
@@ -21,19 +21,6 @@ function cm.initial_effect(c)
e1
:
SetCost
(
cm
.
cost
)
e1
:
SetOperation
(
cm
.
operation
)
c
:
RegisterEffect
(
e1
)
--spsummon bgm
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCondition
(
cm
.
sumcon
)
e2
:
SetOperation
(
cm
.
sumsuc
)
c
:
RegisterEffect
(
e2
)
end
function
cm
.
sumcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_XYZ
)
end
function
cm
.
sumsuc
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_MUSIC
,
0
,
aux
.
Stringid
(
m
,
2
))
end
function
cm
.
ctval
(
e
,
c
)
local
oc
=
e
:
GetHandler
():
GetOverlayCount
()
...
...
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