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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
e1ed5e5c
Commit
e1ed5e5c
authored
May 11, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
str
parent
28e2e36f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
expansions/script/c12847006.lua
expansions/script/c12847006.lua
+3
-5
expansions/script/c65052219.lua
expansions/script/c65052219.lua
+1
-1
No files found.
expansions/script/c12847006.lua
View file @
e1ed5e5c
...
...
@@ -37,8 +37,6 @@ function cm.initial_effect(c)
e3
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e3
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetLabel
(
c
:
GetBaseAttack
())
e3
:
SetValue
(
cm
.
efilter
)
c
:
RegisterEffect
(
e3
)
end
...
...
@@ -101,7 +99,7 @@ function cm.ctop(e,tp,eg,ep,ev,re,r,rp)
c
:
ReplaceEffect
(
tcode
,
0
,
0
)
Duel
.
Hint
(
HINT_CARD
,
0
,
m
-
1
)
end
function
cm
.
efilter
(
e
,
te
)
local
ec
=
te
:
GetOwner
(
)
return
ec
:
GetBaseAttack
()
<
e
:
GetLabel
()
function
cm
.
efilter1
(
e
,
te
)
return
te
:
GetOwnerPlayer
()
~=
e
:
GetHandlerPlayer
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
GetHandler
():
GetAttack
()
<=
e
:
GetHandler
():
GetAttack
()
end
\ No newline at end of file
expansions/script/c65052219.lua
View file @
e1ed5e5c
...
...
@@ -51,7 +51,7 @@ function c65052219.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c65052219
.
setfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
aux
.
IsCodeListed
(
c
,
65052208
)
and
c
:
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
return
c
:
IsFaceup
()
and
aux
.
IsCodeListed
(
c
,
65052208
)
and
c
:
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
and
c
:
IsLevelAbove
(
7
)
end
function
c65052219
.
setcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65052219
.
setfilter
,
1
,
nil
,
tp
)
...
...
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