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
ee971d09
Commit
ee971d09
authored
Apr 12, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Plain Diff
得得得得得
parents
816fa80f
5fb5baa6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
expansions/script/c1110111.lua
expansions/script/c1110111.lua
+1
-1
expansions/script/c12026016.lua
expansions/script/c12026016.lua
+5
-0
expansions/script/c12026042.lua
expansions/script/c12026042.lua
+1
-1
No files found.
expansions/script/c1110111.lua
View file @
ee971d09
...
...
@@ -75,7 +75,7 @@ function c1110111.op1(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
sg
:
GetFirst
():
RegisterEffect
(
e2
)
else
local
sg
=
Duel
.
GetMatchingGroup
(
tp
,
c1110111
.
tfilter1_2
,
tp
,
0
,
LOCATION_MZONE
,
nil
,
e
,
tp
)
local
sg
=
Duel
.
GetMatchingGroup
(
c1110111
.
tfilter1_2
,
tp
,
0
,
LOCATION_MZONE
,
nil
,
e
,
tp
)
if
sg
:
GetCount
()
<
1
then
return
end
for
tc
in
aux
.
Next
(
sg
)
do
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c12026016.lua
View file @
ee971d09
...
...
@@ -44,8 +44,13 @@ function cm.initial_effect(c)
end
cm
.
lighting_with_Raphael
=
1
function
cm
.
describe_with_Raphael
(
c
)
<<<<<<<
HEAD
local
m
=
_G
[
"c"
..
c
:
GetCode
()]
return
m
and
m
.
lighting_with_Raphael
=======
local
m
=
_G
[
"c"
..
c
:
GetCode
()]
return
m
and
m
.
lighting_with_Raphael
>>>>>>>
5
fb5baa63dc999048166d9a9eff386ac5971f9a3
end
function
cm
.
chainop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
(
re
:
GetHandler
()
==
e
:
GetHandler
()
or
re
:
GetHandler
():
IsCode
(
12026000
))
and
ep
==
tp
then
...
...
expansions/script/c12026042.lua
View file @
ee971d09
...
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetRange
(
LOCATION_
HAND
)
e1
:
SetRange
(
LOCATION_
PZONE
)
e1
:
SetCondition
(
cm
.
condition
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
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