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
2dea6962
Commit
2dea6962
authored
Jan 30, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dededededededededededede
parent
4a152ee9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
expansions/script/c16105100.lua
expansions/script/c16105100.lua
+2
-2
expansions/script/c21520186.lua
expansions/script/c21520186.lua
+3
-0
expansions/script/c33502311.lua
expansions/script/c33502311.lua
+2
-2
No files found.
expansions/script/c16105100.lua
View file @
2dea6962
...
...
@@ -34,9 +34,9 @@ function cm.chrop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetCode
(
EFFECT_CHANGE_RACE
)
e1
:
SetValue
(
RACE_
ZOMBIE
)
e1
:
SetValue
(
RACE_
FAIRY
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
c
:
RegisterEffect
(
e1
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
cm
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsReleasable
()
end
...
...
expansions/script/c21520186.lua
View file @
2dea6962
...
...
@@ -44,6 +44,9 @@ end
function
c21520186
.
dafilter
(
c
)
return
c
:
IsSetCard
(
0x490
)
and
c
:
IsFaceup
()
and
c
:
GetAttack
()
<=
3000
end
function
c21520186
.
dafilter1
(
c
)
return
(
not
c
:
IsSetCard
(
0x490
)
and
c
:
IsFaceup
())
or
c
:
IsFacedown
()
end
function
c21520186
.
csfilter
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsFaceup
()
end
...
...
expansions/script/c33502311.lua
View file @
2dea6962
...
...
@@ -34,7 +34,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_DISABLE
)
e2
:
SetTargetRange
(
0
,
1
)
e2
:
SetTargetRange
(
0
,
LOCATION_ONFIELD
)
e2
:
SetTarget
(
cm
.
disable
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e2
,
tp
)
...
...
@@ -45,7 +45,7 @@ function cm.disable(e,c)
return
c
:
GetColumnGroup
():
FilterCount
(
cm
.
cnfilter
,
nil
,
tp
)
>
0
end
function
cm
.
cnfilter
(
c
,
tp
)
return
c
:
Is
Controler
(
tp
)
and
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x235
)
return
c
:
Is
Faceup
()
and
c
:
IsSetCard
(
0x235
)
and
c
:
IsControler
(
tp
)
end
--e2
function
cm
.
ngfilter
(
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