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
effd118e
You need to sign in or sign up before continuing.
Commit
effd118e
authored
Jan 05, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dededededededededededede
parent
023ed6a1
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
78 additions
and
76 deletions
+78
-76
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/95275432.jpg
expansions/pics/95275432.jpg
+0
-0
expansions/script/c95275432.lua
expansions/script/c95275432.lua
+29
-28
expansions/script/c95275440.lua
expansions/script/c95275440.lua
+44
-44
expansions/script/c95280014.lua
expansions/script/c95280014.lua
+1
-1
expansions/script/c95280020.lua
expansions/script/c95280020.lua
+3
-3
expansions/script/c95280024.lua
expansions/script/c95280024.lua
+1
-0
No files found.
expansions/222DIY.cdb
View file @
effd118e
No preview for this file type
expansions/pics/95275432.jpg
0 → 100644
View file @
effd118e
55.6 KB
expansions/script/c95275432.lua
View file @
effd118e
...
@@ -9,11 +9,12 @@ function cm.initial_effect(c)
...
@@ -9,11 +9,12 @@ function cm.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_DESTROY
)
e1
:
SetCategory
(
CATEGORY_DESTROY
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCost
(
cm
.
descost
)
e1
:
SetCost
(
cm
.
descost
)
e1
:
SetTarget
(
cm
.
destg
)
e1
:
SetTarget
(
cm
.
destg
)
e1
:
SetOperation
(
cm
.
desop
)
e1
:
SetOperation
(
cm
.
desop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--double attack
--double attack
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_EXTRA_ATTACK
)
e2
:
SetCode
(
EFFECT_EXTRA_ATTACK
)
...
...
expansions/script/c95275440.lua
View file @
effd118e
...
@@ -24,18 +24,18 @@ function c95275440.initial_effect(c)
...
@@ -24,18 +24,18 @@ function c95275440.initial_effect(c)
e2
:
SetOperation
(
c95275440
.
activate
)
e2
:
SetOperation
(
c95275440
.
activate
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c95275440
.
filter
(
c
)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
end
function
c95275440
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c95275440
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
Duel
.
SetTargetPlayer
(
1
-
tp
)
Duel
.
SetTargetPlayer
(
1
-
tp
)
Duel
.
SetTargetParam
(
120
)
Duel
.
SetTargetParam
(
120
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DAMAGE
,
nil
,
0
,
1
-
tp
,
120
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DAMAGE
,
nil
,
0
,
1
-
tp
,
120
)
if
e
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
then
Duel
.
SetChainLimit
(
aux
.
FALSE
)
end
end
end
function
c95275440
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c95275440
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
Duel
.
Damage
(
p
,
d
,
REASON_EFFECT
)
Duel
.
Damage
(
p
,
d
,
REASON_EFFECT
)
end
end
function
c95275440
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c95275440
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
local
ph
=
Duel
.
GetCurrentPhase
()
...
...
expansions/script/c95280014.lua
View file @
effd118e
...
@@ -26,7 +26,7 @@ function c95280014.initial_effect(c)
...
@@ -26,7 +26,7 @@ function c95280014.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCountLimit
(
1
,
c952800
14
)
e3
:
SetCountLimit
(
1
,
952809
14
)
e3
:
SetCondition
(
c95280014
.
descon
)
e3
:
SetCondition
(
c95280014
.
descon
)
e3
:
SetTarget
(
c95280014
.
destg
)
e3
:
SetTarget
(
c95280014
.
destg
)
e3
:
SetOperation
(
c95280014
.
desop
)
e3
:
SetOperation
(
c95280014
.
desop
)
...
...
expansions/script/c95280020.lua
View file @
effd118e
...
@@ -16,7 +16,7 @@ function c95280020.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c95280020.initial_effect(c)
e1
:
SetTarget
(
c95280020
.
distg
)
e1
:
SetTarget
(
c95280020
.
distg
)
e1
:
SetOperation
(
c95280020
.
disop
)
e1
:
SetOperation
(
c95280020
.
disop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--indestructable
--indestructable
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
...
...
expansions/script/c95280024.lua
View file @
effd118e
...
@@ -5,6 +5,7 @@ function c95280024.initial_effect(c)
...
@@ -5,6 +5,7 @@ function c95280024.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
95280024
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCost
(
c95280024
.
cost
)
e1
:
SetCost
(
c95280024
.
cost
)
e1
:
SetTarget
(
c95280024
.
target
)
e1
:
SetTarget
(
c95280024
.
target
)
e1
:
SetOperation
(
c95280024
.
activate
)
e1
:
SetOperation
(
c95280024
.
activate
)
...
...
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