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
d2e1af8d
Commit
d2e1af8d
authored
Jun 01, 2023
by
songtongtong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replace effect
parent
e6026ce3
Pipeline
#22048
passed with stages
in 30 minutes and 10 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c16104216.lua
expansions/script/c16104216.lua
+1
-2
expansions/script/c33330101.lua
expansions/script/c33330101.lua
+4
-2
No files found.
expansions/222DIY.cdb
View file @
d2e1af8d
No preview for this file type
expansions/script/c16104216.lua
View file @
d2e1af8d
...
...
@@ -42,11 +42,10 @@ function cm.initial_effect(c)
local
e7
=
Effect
.
CreateEffect
(
c
)
e7
:
SetDescription
(
aux
.
Stringid
(
m
,
3
))
e7
:
SetCategory
(
CATEGORY_CONTROL
)
e7
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e7
:
SetType
(
EFFECT_TYPE_
IGNITION
)
e7
:
SetRange
(
LOCATION_MZONE
)
e7
:
SetCode
(
EVENT_FREE_CHAIN
)
e7
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e7
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e7
:
SetCountLimit
(
1
)
e7
:
SetTarget
(
cm
.
target
)
e7
:
SetOperation
(
cm
.
operation
)
...
...
expansions/script/c33330101.lua
View file @
d2e1af8d
...
...
@@ -9,8 +9,10 @@ function cm.initial_effect(c)
local
e2
=
rsef
.
I
(
c
,{
m
,
0
},{
1
,
m
},
"tg,sp,atk"
,
nil
,
LOCATION_GRAVE
,
cm
.
spcon
,
nil
,
nil
,
cm
.
spop
)
local
e3
=
rsef
.
RegisterOPTurn
(
c
,
e2
,
cm
.
spcon2
)
end
function
cm
.
ssop
(
e
,
tp
)
function
cm
.
ssop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
re
:
GetHandler
():
IsCode
(
33330100
)
then
local
e1
=
rsef
.
FC
({
e
:
GetHandler
(),
tp
},
EVENT_CHAINING
,
nil
,
nil
,
nil
,
nil
,
nil
,
cm
.
rmop
,
rsreset
.
pend
)
end
end
function
cm
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
re
:
GetHandler
()
...
...
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