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
ee0f882e
Commit
ee0f882e
authored
Sep 19, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
f8f963e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
expansions/script/c18003014.lua
expansions/script/c18003014.lua
+2
-1
expansions/script/c33403526.lua
expansions/script/c33403526.lua
+1
-1
expansions/script/c50221320.lua
expansions/script/c50221320.lua
+1
-1
No files found.
expansions/script/c18003014.lua
View file @
ee0f882e
...
...
@@ -95,7 +95,8 @@ function c18003014.valcheck(e,c)
end
end
function
c18003014
.
immtg
(
e
,
c
)
return
aux
.
GetColumn
(
0
,
4
)
return
aux
.
GetColumn
(
c
,
e
:
GetHandler
():
GetControler
())
==
0
or
aux
.
GetColumn
(
c
,
e
:
GetHandler
():
GetControler
())
==
4
end
function
c18003014
.
efilter
(
e
,
re
)
return
e
:
GetHandlerPlayer
()
~=
re
:
GetHandlerPlayer
()
and
re
:
IsActivated
()
...
...
expansions/script/c33403526.lua
View file @
ee0f882e
...
...
@@ -41,7 +41,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CHANGE_DAMAGE
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetTargetRange
(
1
,
1
)
e2
:
SetTargetRange
(
1
,
0
)
e2
:
SetValue
(
cm
.
val
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
Duel
.
RegisterEffect
(
e2
,
tp
)
...
...
expansions/script/c50221320.lua
View file @
ee0f882e
...
...
@@ -28,7 +28,7 @@ function c50221320.condition(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
IsChainNegatable
(
ev
)
and
(
re
:
IsActiveType
(
TYPE_MONSTER
)
or
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
))
end
function
c50221320
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0xcb3
)
and
c
:
IsType
(
TYPE_MONSTER
+
TYPE_RITUAL
)
and
not
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
return
c
:
IsSetCard
(
0xcb3
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsType
(
TYPE_RITUAL
)
and
not
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
end
function
c50221320
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c50221320
.
cfilter
,
1
,
nil
)
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