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
12fc2152
Commit
12fc2152
authored
Oct 01, 2024
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
ac5510e0
Pipeline
#30149
passed with stages
in 29 minutes and 47 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
expansions/script/c16364041.lua
expansions/script/c16364041.lua
+1
-1
expansions/script/c96066003.lua
expansions/script/c96066003.lua
+5
-3
expansions/script/c96066019.lua
expansions/script/c96066019.lua
+1
-1
No files found.
expansions/script/c16364041.lua
View file @
12fc2152
...
...
@@ -53,7 +53,7 @@ function c16364041.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
end
function
c16364041
.
spfilter
(
c
,
e
,
tp
)
return
not
c
:
IsCode
(
16364041
)
and
c
:
IsSetCard
(
0xdc3
)
and
(
c
:
IsLevelBelow
(
7
)
or
c
:
IsRank
Above
(
7
))
return
not
c
:
IsCode
(
16364041
)
and
c
:
IsSetCard
(
0xdc3
)
and
(
c
:
IsLevelBelow
(
7
)
or
c
:
IsRank
Below
(
7
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
function
c16364041
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
expansions/script/c96066003.lua
View file @
12fc2152
...
...
@@ -182,9 +182,11 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
--immune
function
cm
.
efilter
(
e
,
te
)
if
not
te
:
IsHasProperty
(
EFFECT_FLAG_CARD_TARGET
)
then
return
true
end
local
g
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
return
not
g
or
not
g
:
IsContains
(
e
:
GetHandler
())
local
c
=
e
:
GetHandler
()
local
ec
=
te
:
GetHandler
()
if
te
:
GetHandlerPlayer
()
==
e
:
GetHandlerPlayer
()
or
ec
:
IsHasCardTarget
(
c
)
or
(
te
:
IsHasType
(
EFFECT_TYPE_ACTIONS
)
and
te
:
IsHasProperty
(
EFFECT_FLAG_CARD_TARGET
)
and
c
:
IsRelateToEffect
(
te
))
then
return
false
end
return
true
end
--to hand
function
cm
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c96066019.lua
View file @
12fc2152
...
...
@@ -133,7 +133,7 @@ function cm.pmfilter(c)
end
function
cm
.
atcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
and
c
:
GetMaterial
():
IsExists
(
cm
.
pmfilter
,
1
,
nil
)
return
c
:
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
and
c
:
GetMaterial
():
IsExists
(
cm
.
pmfilter
,
1
,
nil
)
and
e
:
GetHandler
():
GetBattleTarget
()
~=
nil
end
--special summon or self
function
cm
.
tdfilter
(
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