Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
1b62d0a8
Commit
1b62d0a8
authored
Jan 08, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tab
parent
2eb3da6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
script/c52198054.lua
script/c52198054.lua
+3
-3
script/c94380860.lua
script/c94380860.lua
+1
-1
No files found.
script/c52198054.lua
View file @
1b62d0a8
...
...
@@ -6,7 +6,7 @@ function c52198054.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetTarget
(
c52198054
.
target1
)
e1
:
SetOperation
(
c52198054
.
operation
)
e1
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e1
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
c
:
RegisterEffect
(
e1
)
--tograve
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -20,7 +20,7 @@ function c52198054.initial_effect(c)
e2
:
SetCost
(
c52198054
.
cost
)
e2
:
SetTarget
(
c52198054
.
target2
)
e2
:
SetOperation
(
c52198054
.
operation
)
e2
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e2
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e2
:
SetLabel
(
1
)
c
:
RegisterEffect
(
e2
)
--change
...
...
@@ -42,7 +42,7 @@ function c52198054.initial_effect(c)
e4
:
SetCost
(
c52198054
.
tgcost
)
e4
:
SetTarget
(
c52198054
.
tgtg
)
e4
:
SetOperation
(
c52198054
.
tgop
)
e4
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e4
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
c
:
RegisterEffect
(
e4
)
end
function
c52198054
.
target1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c94380860.lua
View file @
1b62d0a8
...
...
@@ -15,7 +15,7 @@ function c94380860.initial_effect(c)
e1
:
SetCost
(
c94380860
.
cost
)
e1
:
SetTarget
(
c94380860
.
target
)
e1
:
SetOperation
(
c94380860
.
operation
)
e1
:
SetHintTiming
(
0
,
0x1e0
)
e1
:
SetHintTiming
(
0
,
0x1e0
)
c
:
RegisterEffect
(
e1
)
end
c94380860
.
xyz_number
=
103
...
...
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