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
6e0d26fb
Commit
6e0d26fb
authored
Oct 15, 2023
by
REIKAI
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cdb modify
parent
7dc9e9d1
Pipeline
#23751
passed with stages
in 27 minutes and 48 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c16104200.lua
expansions/script/c16104200.lua
+2
-2
expansions/script/c16104438.lua
expansions/script/c16104438.lua
+1
-1
No files found.
expansions/222DIY.cdb
View file @
6e0d26fb
No preview for this file type
expansions/script/c16104200.lua
View file @
6e0d26fb
...
...
@@ -212,10 +212,10 @@ if not cm then return end
function
cm
.
initial_effect
(
c
)
aux
.
EnablePendulumAttribute
(
c
)
local
e0
=
rkch
.
PenSpLimit
(
c
,
true
)
local
e1
=
rsef
.
STO
(
c
,
EVENT_SPSUMMON_SUCCESS
,{
m
,
0
},
nil
,
"sp"
,
"de,dsp"
,
nil
,
nil
,
rsop
.
target
(
cm
.
spfilter
,
"sp"
,
LOCATION_DECK
),
cm
.
spop
)
local
e1
=
rsef
.
STO
(
c
,
EVENT_SPSUMMON_SUCCESS
,{
m
,
8
},
nil
,
"sp"
,
"de,dsp"
,
nil
,
nil
,
rsop
.
target
(
cm
.
spfilter
,
"sp"
,
LOCATION_DECK
),
cm
.
spop
)
local
e2
=
rsef
.
RegisterClone
(
c
,
e1
,
"code"
,
EVENT_SUMMON_SUCCESS
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
m
,
9
))
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_PZONE
)
...
...
expansions/script/c16104438.lua
View file @
6e0d26fb
...
...
@@ -57,7 +57,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
de
:
SetReset
(
RESET_CHAIN
+
RESET_EVENT
+
RESETS_STANDARD
)
c
:
RegisterEffect
(
de
)
if
Duel
.
Recover
(
tp
,
1000
,
REASON_EFFECT
)
>
0
then
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSetCard
,
tp
,
LOCATION_PZONE
,
0
,
nil
,
0xccb
,
0xccd
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSetCard
,
tp
,
LOCATION_PZONE
,
0
,
nil
,
0xccb
)
local
catcheffect
=
{}
local
catch
=
Card
.
RegisterEffect
local
flag_catch
=
false
...
...
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