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
e6b585fa
Commit
e6b585fa
authored
Sep 09, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
59d0d71f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
expansions/script/c16150013.lua
expansions/script/c16150013.lua
+1
-2
expansions/script/c45745916.lua
expansions/script/c45745916.lua
+1
-1
expansions/script/c45746839.lua
expansions/script/c45746839.lua
+4
-1
No files found.
expansions/script/c16150013.lua
View file @
e6b585fa
...
...
@@ -13,7 +13,7 @@ function cm.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCondition
(
cm
.
condition
)
e1
:
SetCondition
(
cm
.
th
condition
)
e1
:
SetTarget
(
cm
.
thtg
)
e1
:
SetOperation
(
cm
.
thop
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -26,7 +26,6 @@ function cm.initial_effect(c)
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
)
e2
:
SetCondition
(
cm
.
thcondition
)
e2
:
SetCost
(
cm
.
effcost
)
e2
:
SetTarget
(
cm
.
sumtg
)
e2
:
SetOperation
(
cm
.
sumop
)
...
...
expansions/script/c45745916.lua
View file @
e6b585fa
...
...
@@ -7,7 +7,7 @@ function c45745916.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
45745916
,
0
))
e1
:
SetCategory
(
CATEGORY_HANDES
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_
F
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_
0
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetCountLimit
(
1
,
45745916
)
...
...
expansions/script/c45746839.lua
View file @
e6b585fa
...
...
@@ -93,10 +93,13 @@ function c45746839.etlimit(e,c)
return
(
c
:
IsFaceup
()
and
e
:
GetHandler
():
GetLinkedGroup
():
IsContains
(
c
))
end
--e5
function
c45746839
.
cfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_HAND
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c45746839
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ex
,
g
,
gc
,
dp
,
dv
=
Duel
.
GetOperationInfo
(
ev
,
CATEGORY_SPECIAL_SUMMON
)
return
Duel
.
IsChainNegatable
(
ev
)
and
rp
==
1
-
tp
and
(
ex
and
(
dv
&
LOCATION_HAND
==
LOCATION_HAND
or
g
and
g
:
IsExists
(
c45746839
.
cfilter
,
1
,
nil
))
or
re
:
IsHasCategory
(
CATEGORY_HAND_SPSUMMON
))
and
ex
and
(
dv
&
LOCATION_HAND
==
LOCATION_HAND
or
g
and
g
:
IsExists
(
c45746839
.
cfilter
,
1
,
nil
))
end
function
c45746839
.
negtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
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