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
da953129
Commit
da953129
authored
Oct 24, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
41aec8f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
script/c100426031.lua
script/c100426031.lua
+2
-2
script/c101107059.lua
script/c101107059.lua
+1
-1
No files found.
script/c100426031.lua
View file @
da953129
...
...
@@ -27,7 +27,7 @@ function c100426031.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c100426031
.
cfilter
(
c
)
return
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsSetCard
(
0x12b
)
return
c
:
IsAbleToRemoveAsCost
()
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
SetCard
(
0x12b
)
end
function
c100426031
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c100426031
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
...
...
@@ -68,7 +68,7 @@ function c100426031.tgop(e,tp,eg,ep,ev,re,r,rp)
local
og
=
Duel
.
GetOperatedGroup
()
local
ct2
=
og
:
FilterCount
(
c100426031
.
ctfilter2
,
nil
)
if
ct2
>
0
then
Duel
.
Damage
(
tp
,
ct2
*
200
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
ct2
*
200
,
REASON_EFFECT
)
end
end
end
...
...
script/c101107059.lua
View file @
da953129
...
...
@@ -23,7 +23,7 @@ function c101107059.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
101107059
,
0
))
e3
:
SetCategory
(
CATEGORY_DRAW
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_
DELAY
+
EFFECT_FLAG_
PLAYER_TARGET
)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetCondition
(
c101107059
.
drcon
)
...
...
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