Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
c84032b0
Commit
c84032b0
authored
Mar 07, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f7c0464e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
2 deletions
+1
-2
expansions/pre-release.cdb
expansions/pre-release.cdb
+0
-0
script/c100414023.lua
script/c100414023.lua
+1
-0
script/c100414025.lua
script/c100414025.lua
+0
-1
script/c100414026.lua
script/c100414026.lua
+0
-1
No files found.
expansions/pre-release.cdb
View file @
c84032b0
No preview for this file type
script/c100414023.lua
View file @
c84032b0
...
...
@@ -65,6 +65,7 @@ function c100414023.activate2(e,tp,eg,ep,ev,re,r,rp)
if
e
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
tc
:
IsLocation
(
LOCATION_HAND
)
and
Duel
.
IsExistingMatchingCard
(
c100414023
.
thfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
tc
:
GetCode
(),
tc
:
GetOriginalLevel
())
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
tg
=
Duel
.
SelectMatchingCard
(
tp
,
c100414023
.
thfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
tc
:
GetCode
(),
tc
:
GetOriginalLevel
())
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
...
...
script/c100414025.lua
View file @
c84032b0
...
...
@@ -10,7 +10,6 @@ function c100414025.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e1
:
SetCountLimit
(
1
,
100414025
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCost
(
c100414025
.
cost
)
e1
:
SetTarget
(
c100414025
.
target
)
e1
:
SetOperation
(
c100414025
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
script/c100414026.lua
View file @
c84032b0
...
...
@@ -10,7 +10,6 @@ function c100414026.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e1
:
SetCountLimit
(
1
,
100414026
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCost
(
c100414026
.
cost
)
e1
:
SetTarget
(
c100414026
.
target
)
e1
:
SetOperation
(
c100414026
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
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