Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
ab57e18c
Commit
ab57e18c
authored
Jun 27, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
446889c5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
script/c17194258.lua
script/c17194258.lua
+1
-1
script/c19048328.lua
script/c19048328.lua
+1
-0
script/c33746252.lua
script/c33746252.lua
+1
-1
script/c68396121.lua
script/c68396121.lua
+1
-1
script/c74717840.lua
script/c74717840.lua
+1
-1
script/c80696379.lua
script/c80696379.lua
+1
-1
No files found.
script/c17194258.lua
View file @
ab57e18c
...
@@ -59,5 +59,5 @@ function c17194258.sumlimit(e,c)
...
@@ -59,5 +59,5 @@ function c17194258.sumlimit(e,c)
return
c
:
IsCode
(
e
:
GetLabel
())
return
c
:
IsCode
(
e
:
GetLabel
())
end
end
function
c17194258
.
aclimit
(
e
,
re
,
tp
)
function
c17194258
.
aclimit
(
e
,
re
,
tp
)
return
re
:
GetHandler
():
IsCode
(
e
:
GetLabel
())
and
re
:
IsActiveType
(
TYPE_MONSTER
)
return
re
:
GetHandler
():
IsCode
(
e
:
GetLabel
())
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
end
end
script/c19048328.lua
View file @
ab57e18c
...
@@ -59,6 +59,7 @@ end
...
@@ -59,6 +59,7 @@ end
function
c19048328
.
aclimit
(
e
,
re
,
tp
)
function
c19048328
.
aclimit
(
e
,
re
,
tp
)
local
att
=
e
:
GetLabelObject
():
GetLabel
()
local
att
=
e
:
GetLabelObject
():
GetLabel
()
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
bit
.
band
(
att
,
re
:
GetHandler
():
GetOriginalAttribute
())
~=
0
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
bit
.
band
(
att
,
re
:
GetHandler
():
GetOriginalAttribute
())
~=
0
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
end
end
function
c19048328
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c19048328
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
script/c33746252.lua
View file @
ab57e18c
...
@@ -17,5 +17,5 @@ function c33746252.initial_effect(c)
...
@@ -17,5 +17,5 @@ function c33746252.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c33746252
.
aclimit
(
e
,
re
,
tp
)
function
c33746252
.
aclimit
(
e
,
re
,
tp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
end
end
script/c68396121.lua
View file @
ab57e18c
...
@@ -58,7 +58,7 @@ function c68396121.negop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -58,7 +58,7 @@ function c68396121.negop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
c68396121
.
aclimit
(
e
,
re
,
tp
)
function
c68396121
.
aclimit
(
e
,
re
,
tp
)
return
re
:
GetHandler
():
IsOnField
()
return
re
:
GetHandler
():
IsOnField
()
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
end
end
function
c68396121
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c68396121
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsAbleToEnterBP
()
return
Duel
.
IsAbleToEnterBP
()
...
...
script/c74717840.lua
View file @
ab57e18c
...
@@ -25,5 +25,5 @@ function c74717840.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -25,5 +25,5 @@ function c74717840.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
c74717840
.
aclimit
(
e
,
re
,
tp
)
function
c74717840
.
aclimit
(
e
,
re
,
tp
)
return
re
:
GetHandler
():
IsType
(
TYPE_MONSTER
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
end
end
script/c80696379.lua
View file @
ab57e18c
...
@@ -56,5 +56,5 @@ function c80696379.condition(e)
...
@@ -56,5 +56,5 @@ function c80696379.condition(e)
return
ph
==
PHASE_BATTLE
or
ph
==
PHASE_DAMAGE
or
ph
==
PHASE_DAMAGE_CAL
return
ph
==
PHASE_BATTLE
or
ph
==
PHASE_DAMAGE
or
ph
==
PHASE_DAMAGE_CAL
end
end
function
c80696379
.
aclimit
(
e
,
re
,
tp
)
function
c80696379
.
aclimit
(
e
,
re
,
tp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
end
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