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
Soulgamer
ygopro-222DIY-cards
Commits
866075d0
Commit
866075d0
authored
Feb 02, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wdnmd
parent
b6298a93
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
expansions/script/c112316.lua
expansions/script/c112316.lua
+5
-5
expansions/script/c21520238.lua
expansions/script/c21520238.lua
+0
-1
expansions/script/c29065502.lua
expansions/script/c29065502.lua
+1
-1
No files found.
expansions/script/c112316.lua
View file @
866075d0
...
...
@@ -17,7 +17,7 @@ function c112316.initial_effect(c)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCost
(
c112316
.
cost
)
e2
:
SetTarget
(
c112316
.
target
)
e
:
SetOperation
(
c112316
.
operation
)
e
2
:
SetOperation
(
c112316
.
operation
)
c
:
RegisterEffect
(
e2
)
end
function
c112316
.
thfilter
(
c
)
...
...
expansions/script/c21520238.lua
View file @
866075d0
...
...
@@ -126,5 +126,4 @@ function c21520238.igop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Damage
(
tp
,
2000
,
REASON_RULE
)
end
end
end
end
expansions/script/c29065502.lua
View file @
866075d0
...
...
@@ -70,7 +70,7 @@ function c29065502.spop(e,tp,eg,ep,ev,re,r,rp)
local
cs
=
0
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
Duel
.
IsExistingMatchingCard
(
c29065502
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
or
Duel
.
IsCanRemoveCounter
(
tp
,
1
,
0
,
0x87ae
,
6
,
REASON_EFFECT
)
or
Duel
.
IsPlayerAffectedByEffect
(
tp
,
29065592
)
then
return
end
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
29065592
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
29065592
,
0
)
then
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
29065592
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
29065592
,
0
)
)
then
cs
=
1
end
if
cs
==
0
then
...
...
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