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
b068db65
Commit
b068db65
authored
Apr 13, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates
parent
88352770
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/script/c37564233.lua
expansions/script/c37564233.lua
+2
-2
expansions/script/c37564555.lua
expansions/script/c37564555.lua
+1
-1
expansions/script/c77725308.lua
expansions/script/c77725308.lua
+2
-2
No files found.
expansions/script/c37564233.lua
View file @
b068db65
...
@@ -43,14 +43,14 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,14 +43,14 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
while
tc
do
while
tc
do
--Senya.ExileCard(tc)
--Senya.ExileCard(tc)
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_
S
ZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_
P
ZONE
,
POS_FACEUP
,
true
)
tc
=
g
:
GetNext
()
tc
=
g
:
GetNext
()
end
end
else
else
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
local
tc
=
g
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
local
tc
=
g
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
--Duel.SendtoDeck(tc,nil,-1,REASON_RULE)
--Duel.SendtoDeck(tc,nil,-1,REASON_RULE)
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_
S
ZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_
P
ZONE
,
POS_FACEUP
,
true
)
end
end
end
end
function
cm
.
filter
(
c
)
function
cm
.
filter
(
c
)
...
...
expansions/script/c37564555.lua
View file @
b068db65
...
@@ -57,7 +57,7 @@ function cm.initial_effect(c)
...
@@ -57,7 +57,7 @@ function cm.initial_effect(c)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
pcfilter
,
tp
,
LOCATION_DECK
,
0
,
2
,
2
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
pcfilter
,
tp
,
LOCATION_DECK
,
0
,
2
,
2
,
nil
)
local
pc
=
g
:
GetFirst
()
local
pc
=
g
:
GetFirst
()
while
pc
do
while
pc
do
Duel
.
MoveToField
(
pc
,
tp
,
tp
,
LOCATION_
S
ZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
pc
,
tp
,
tp
,
LOCATION_
P
ZONE
,
POS_FACEUP
,
true
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_DISABLE
)
e1
:
SetCode
(
EFFECT_DISABLE
)
...
...
expansions/script/c77725308.lua
View file @
b068db65
...
@@ -71,7 +71,7 @@ function cm.damcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -71,7 +71,7 @@ function cm.damcon(e,tp,eg,ep,ev,re,r,rp)
return
c
:
GetFlagEffect
(
m
)
~=
0
return
c
:
GetFlagEffect
(
m
)
~=
0
end
end
function
cm
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
GetHandler
():
AddCounter
(
0x18
,
3
)
e
:
GetHandler
():
AddCounter
(
0x18
,
1
)
end
end
function
cm
.
dfilter
(
c
)
function
cm
.
dfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFaceup
()
and
Senya
.
check_set
(
c
,
"mf"
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFaceup
()
and
Senya
.
check_set
(
c
,
"mf"
)
...
@@ -89,5 +89,5 @@ function cm.value(e,c)
...
@@ -89,5 +89,5 @@ function cm.value(e,c)
return
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
GetLocation
()
==
LOCATION_MZONE
and
Senya
.
check_set
(
c
,
"mf"
)
return
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
GetLocation
()
==
LOCATION_MZONE
and
Senya
.
check_set
(
c
,
"mf"
)
end
end
function
cm
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
RemoveCounter
(
tp
,
1
,
0
,
0x1
,
1
,
REASON_COST
)
Duel
.
RemoveCounter
(
tp
,
1
,
0
,
0x1
,
3
,
REASON_COST
)
end
end
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