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
3b0dd788
Commit
3b0dd788
authored
Jun 24, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nananananananana
parent
67049e4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
expansions/script/c11200068.lua
expansions/script/c11200068.lua
+2
-2
No files found.
expansions/script/c11200068.lua
View file @
3b0dd788
...
@@ -86,7 +86,7 @@ function c11200068.op1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -86,7 +86,7 @@ function c11200068.op1(e,tp,eg,ep,ev,re,r,rp)
if
sel
==
1
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
if
sel
==
1
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
if
sel
==
2
then
Duel
.
Damage
(
1
-
tp
,
1100
,
REASON_EFFECT
)
end
if
sel
==
2
then
Duel
.
Damage
(
1
-
tp
,
1100
,
REASON_EFFECT
)
end
if
sel
==
3
then
if
sel
==
3
then
local
lg
=
Duel
.
Get
FieldGroup
(
Card
.
IsFaceup
,
0
,
LOCATION_MZONE
)
local
lg
=
Duel
.
Get
MatchingGroup
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
local
lc
=
lg
:
GetFirst
()
local
lc
=
lg
:
GetFirst
()
while
lc
do
while
lc
do
local
e1_1
=
Effect
.
CreateEffect
(
c
)
local
e1_1
=
Effect
.
CreateEffect
(
c
)
...
@@ -110,7 +110,7 @@ function c11200068.op1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -110,7 +110,7 @@ function c11200068.op1(e,tp,eg,ep,ev,re,r,rp)
if
alnum
>
2
then
if
alnum
>
2
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
1100
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
1100
,
REASON_EFFECT
)
local
lg
=
Duel
.
Get
FieldGroup
(
Card
.
IsFaceup
,
0
,
LOCATION_MZONE
)
local
lg
=
Duel
.
Get
MatchingGroup
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
local
lc
=
lg
:
GetFirst
()
local
lc
=
lg
:
GetFirst
()
while
lc
do
while
lc
do
local
e1_1
=
Effect
.
CreateEffect
(
c
)
local
e1_1
=
Effect
.
CreateEffect
(
c
)
...
...
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