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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
009244f3
Commit
009244f3
authored
Nov 03, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
fb907126
Pipeline
#6657
passed with stages
in 25 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/script/c85401200.lua
expansions/script/c85401200.lua
+2
-2
expansions/script/c85402210.lua
expansions/script/c85402210.lua
+3
-3
No files found.
expansions/script/c85401200.lua
View file @
009244f3
...
...
@@ -76,8 +76,8 @@ function c85401200.op(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetOperation
(
c85401200
.
opp
)
e
:
GetHandler
():
RegisterEffect
(
e2
)
------随机攻击
e
:
GetHandler
():
RegisterFlagEffect
(
85401201
,
RESET_EVENT
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
8540120
1
,
2
))
e
:
GetHandler
():
RegisterFlagEffect
(
85401200
,
RESET_EVENT
+
RESET_PHASE
+
RESET_SELF_TURN
+
PHASE_END
,
0
,
3
)
e
:
GetHandler
():
RegisterFlagEffect
(
85401201
,
RESET_EVENT
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
8540120
0
,
2
))
e
:
GetHandler
():
RegisterFlagEffect
(
85401200
,
RESET_EVENT
+
RESET_PHASE
+
RESET_SELF_TURN
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
3
,
0
,
aux
.
Stringid
(
85401200
,
3
)
)
end
function
c85401200
.
tgg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
...
...
expansions/script/c85402210.lua
View file @
009244f3
...
...
@@ -94,7 +94,7 @@ function c85402210.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if
tg
:
GetCount
()
>
0
then
local
tc
=
tg
:
GetFirst
()
if
tc
:
GetDefense
()
+
tc
:
GetLink
()
*
700
<=
e
:
GetHandler
():
GetAttack
()
-
1200
then
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
end
end
end
...
...
@@ -135,7 +135,7 @@ function c85402210.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
if
tg
:
GetCount
()
>
0
then
local
tc
=
tg
:
GetFirst
()
if
tc
:
GetDefense
()
+
tc
:
GetLink
()
*
700
<=
e
:
GetHandler
():
GetAttack
()
-
1200
then
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
end
end
end
...
...
@@ -163,7 +163,7 @@ function c85402210.op1(e,tp,eg,ep,ev,re,r,rp)
Duel
.
NegateRelatedChain
(
tc
,
RESET_TURN_SET
)
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
e
:
GetHandler
():
RegisterFlagEffect
(
8540
1200
,
RESET_EVENT
+
RESET_PHASE
+
RESET_OPPO_TURN
+
PHASE_END
,
0
,
2
)
e
:
GetHandler
():
RegisterFlagEffect
(
8540
2210
,
RESET_EVENT
+
RESET_PHASE
+
RESET_OPPO_TURN
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
2
,
0
,
aux
.
Stringid
(
85402210
,
2
)
)
end
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