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
Soulgamer
ygopro-222DIY-cards
Commits
b82e75f8
Commit
b82e75f8
authored
Feb 10, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ybb
parent
a24424ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c40009242.lua
expansions/script/c40009242.lua
+10
-7
No files found.
expansions/222DIY.cdb
View file @
b82e75f8
No preview for this file type
expansions/script/c40009242.lua
View file @
b82e75f8
...
@@ -19,14 +19,14 @@ function c40009242.initial_effect(c)
...
@@ -19,14 +19,14 @@ function c40009242.initial_effect(c)
e1
:
SetTarget
(
c40009242
.
cttg
)
e1
:
SetTarget
(
c40009242
.
cttg
)
e1
:
SetOperation
(
c40009242
.
ctop
)
e1
:
SetOperation
(
c40009242
.
ctop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--
atk up
--
get effect
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_
SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetType
(
EFFECT_TYPE_
XMATERIAL
)
e2
:
Set
Code
(
EVENT_BE_MATERIAL
)
e2
:
Set
Property
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
Set
Property
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
Set
Range
(
LOCATION_MZONE
)
e2
:
SetCo
ndition
(
c40009242
.
efcon
)
e2
:
SetCo
de
(
EFFECT_UPDATE_ATTACK
)
e2
:
Set
Operation
(
c40009242
.
efop
)
e2
:
Set
Value
(
2000
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c40009242
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c40009242
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
@@ -113,4 +113,7 @@ function c40009242.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -113,4 +113,7 @@ function c40009242.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
function
c40009242
.
xmatcon
(
e
)
return
e
:
GetHandler
():
GetOriginalType
()
==
TYPE_XYZ
end
end
\ No newline at end of file
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