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
0e17254b
Commit
0e17254b
authored
May 30, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nmbd
parent
a5ba03cd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
14 deletions
+7
-14
expansions/script/c16107103.lua
expansions/script/c16107103.lua
+1
-1
expansions/script/c16107104.lua
expansions/script/c16107104.lua
+1
-1
expansions/script/c16107105.lua
expansions/script/c16107105.lua
+1
-1
expansions/script/c16199990.lua
expansions/script/c16199990.lua
+1
-1
expansions/script/c60151732.lua
expansions/script/c60151732.lua
+1
-1
expansions/script/c60151733.lua
expansions/script/c60151733.lua
+2
-9
No files found.
expansions/script/c16107103.lua
View file @
0e17254b
...
...
@@ -6,7 +6,7 @@ local nova=0x1cc ----nova counter
function
cm
.
initial_effect
(
c
)
c
:
EnableCounterPermit
(
nova
)
local
e0_1
,
e0_2
,
e_3
=
rk
.
indes
(
c
,
m
)
local
e1_1
,
e1_2
=
rk
.
indes
(
c
,
m
,
ATTRIBUTE_FIRE
)
local
e1_1
,
e1_2
=
rk
.
indes
1
(
c
,
m
,
ATTRIBUTE_FIRE
)
--effect gain
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
expansions/script/c16107104.lua
View file @
0e17254b
...
...
@@ -6,7 +6,7 @@ local nova=0x1cc ----nova counter
function
cm
.
initial_effect
(
c
)
c
:
EnableCounterPermit
(
nova
)
local
e0_1
,
e0_2
,
e_3
=
rk
.
indes
(
c
,
m
)
local
e1_1
,
e1_2
=
rk
.
indes
(
c
,
m
,
ATTRIBUTE_WIND
)
local
e1_1
,
e1_2
=
rk
.
indes
1
(
c
,
m
,
ATTRIBUTE_WIND
)
--effect gain
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
expansions/script/c16107105.lua
View file @
0e17254b
...
...
@@ -6,7 +6,7 @@ local nova=0x1cc ----nova counter
function
cm
.
initial_effect
(
c
)
c
:
EnableCounterPermit
(
nova
)
local
e0_1
,
e0_2
,
e_3
=
rk
.
indes
(
c
,
m
)
local
e1_1
,
e1_2
=
rk
.
indes
(
c
,
m
,
ATTRIBUTE_EARTH
)
local
e1_1
,
e1_2
=
rk
.
indes
1
(
c
,
m
,
ATTRIBUTE_EARTH
)
--effect gain
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
expansions/script/c16199990.lua
View file @
0e17254b
...
...
@@ -80,7 +80,7 @@ function rk.indes(c,code)
tc
:
RegisterEffect
(
e5
)
return
e3
,
e4
,
e5
end
function
rk
.
indes
(
c
,
code
,
att
)
function
rk
.
indes
1
(
c
,
code
,
att
)
local
tc
=
c
--disable spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c60151732.lua
View file @
0e17254b
...
...
@@ -58,7 +58,7 @@ function c60151732.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
function
c60151732
.
mfilter
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsType
(
TYPE_XYZ
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
not
(
c
:
IsType
(
TYPE_XYZ
)
or
c
:
IsType
(
TYPE_LINK
)
)
end
function
c60151732
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c60151732
.
mfilter
,
tp
,
LOCATION_GRAVE
,
LOCATION_GRAVE
,
1
,
nil
)
...
...
expansions/script/c60151733.lua
View file @
0e17254b
...
...
@@ -2,6 +2,8 @@
function
c60151733
.
initial_effect
(
c
)
--fusion material
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFun2
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x3b26
),
aux
.
AND
(
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x3b26
),
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x3b26
)),
false
)
aux
.
AddContactFusionProcedure
(
c
,
Card
.
IsReleasable
,
LOCATION_MZONE
,
0
,
Duel
.
Release
,
REASON_COST
+
REASON_MATERIAL
)
--spsummon condition
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -9,15 +11,6 @@ function c60151733.initial_effect(c)
e0
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e0
:
SetValue
(
c60151733
.
splimit
)
c
:
RegisterEffect
(
e0
)
--special summon rule
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_FIELD
)
e9
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e9
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetRange
(
LOCATION_EXTRA
)
e9
:
SetCondition
(
c60151733
.
spcon
)
e9
:
SetOperation
(
c60151733
.
spop
)
c
:
RegisterEffect
(
e9
)
--dis
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
60151733
,
0
))
...
...
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