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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
26570c2c
Commit
26570c2c
authored
Sep 19, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
77fe1e0c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
expansions/script/c12026027.lua
expansions/script/c12026027.lua
+0
-6
expansions/script/c71400014.lua
expansions/script/c71400014.lua
+1
-1
expansions/script/c71400057.lua
expansions/script/c71400057.lua
+2
-2
No files found.
expansions/script/c12026027.lua
View file @
26570c2c
...
...
@@ -4,12 +4,6 @@ local cm=_G["c"..m]
c12026027
.
dfc_front_side
=
12026026
c12026027
.
dfc_back_side
=
12026027
function
cm
.
initial_effect
(
c
)
--extra att
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_EXTRA_ATTACK
)
e2
:
SetValue
(
1
)
c
:
RegisterEffect
(
e2
)
--direct attack
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c71400014.lua
View file @
26570c2c
...
...
@@ -44,6 +44,7 @@ end
function
c71400014
.
op1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
71400014
,
3
))
then
return
end
Duel
.
Hint
(
HINT_CARD
,
0
,
71400014
)
local
c
=
e
:
GetHandler
()
c
:
RegisterFlagEffect
(
71400014
,
RESET_PHASE
+
PHASE_END
+
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
71400014
,
0
))
Duel
.
Hint
(
HINT_SELECTMSG
,
rp
,
HINTMSG_TOGRAVE
)
local
g
=
Duel
.
SelectMatchingCard
(
rp
,
nil
,
rp
,
LOCATION_ONFIELD
,
0
,
1
,
1
,
aux
.
ExceptThisCard
(
re
))
...
...
@@ -54,7 +55,6 @@ function c71400014.op1(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Recover
(
rp
,
1000
,
REASON_EFFECT
)
end
end
local
c
=
e
:
GetHandler
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
...
...
expansions/script/c71400057.lua
View file @
26570c2c
...
...
@@ -21,8 +21,8 @@ function c71400057.initial_effect(c)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCost
(
aux
.
bfgcost
)
e2
:
SetCondition
(
yume
.
YumeCon
)
e2
:
SetTarget
(
c71400057
.
tg
1
)
e2
:
SetOperation
(
c71400057
.
op
1
)
e2
:
SetTarget
(
c71400057
.
tg
2
)
e2
:
SetOperation
(
c71400057
.
op
2
)
c
:
RegisterEffect
(
e2
)
end
function
c71400057
.
filter1a
(
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