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
dae14ea9
Commit
dae14ea9
authored
Feb 25, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rover
parent
480a8ca9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
expansions/script/c33340014.lua
expansions/script/c33340014.lua
+3
-1
expansions/script/c81013013.lua
expansions/script/c81013013.lua
+0
-1
No files found.
expansions/script/c33340014.lua
View file @
dae14ea9
...
...
@@ -6,7 +6,9 @@ function cm.initial_effect(c)
local
e1
=
rsef
.
I
(
c
,{
m
,
0
},
1
,
"th"
,
nil
,
LOCATION_MZONE
,
nil
,
nil
,
rsop
.
target
(
cm
.
thfilter
,
"th"
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
),
cm
.
thop
)
local
e2
=
rsef
.
I
(
c
,{
m
,
1
},{
1
,
m
},
"th,sp"
,
nil
,
LOCATION_HAND
,
cm
.
spcon
,
nil
,
rsop
.
target
({
cm
.
thfilter2
,
"th"
,
LOCATION_ONFIELD
+
LOCATION_DECK
,
LOCATION_ONFIELD
},{
rscf
.
spfilter
(),
"sp"
}),
cm
.
spop
)
local
e3
=
rsef
.
FTF
(
c
,
EVENT_TO_HAND
,{
m
,
2
},
1
,
"th"
,
"de"
,
LOCATION_HAND
,
cm
.
con
,
nil
,
cm
.
tg
,
cm
.
op
)
local
e4
=
rsef
.
FV_LIMIT_PLAYER
(
c
,
"res,dish"
,
nil
,
aux
.
TargetBoolFunction
(
Card
.
IsLocation
,
LOCATION_HAND
),{
1
,
0
},
rccv
.
pubcon2
)
local
e4
,
e7
=
rsef
.
FV_LIMIT_PLAYER
(
c
,
"res,dish"
,
nil
,
aux
.
TargetBoolFunction
(
Card
.
IsLocation
,
LOCATION_HAND
),{
1
,
0
},
rccv
.
pubcon2
)
e4
:
SetRange
(
LOCATION_HAND
)
e7
:
SetRange
(
LOCATION_HAND
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
)
e5
:
SetCode
(
EFFECT_SET_ATTACK_FINAL
)
...
...
expansions/script/c81013013.lua
View file @
dae14ea9
...
...
@@ -36,7 +36,6 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
)
~=
0
and
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_ONFIELD
)
end
function
cm
.
efop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
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