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
e4d03333
Commit
e4d03333
authored
Jan 04, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4cfe4e67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
script/c58996430.lua
script/c58996430.lua
+1
-1
script/c63227401.lua
script/c63227401.lua
+0
-1
script/c73176465.lua
script/c73176465.lua
+1
-1
script/c76721030.lua
script/c76721030.lua
+1
-1
No files found.
script/c58996430.lua
View file @
e4d03333
...
@@ -20,7 +20,7 @@ function c58996430.initial_effect(c)
...
@@ -20,7 +20,7 @@ function c58996430.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c58996430
.
splimit
(
e
,
se
,
sp
,
st
)
function
c58996430
.
splimit
(
e
,
se
,
sp
,
st
)
return
se
:
GetCode
()
~=
EFFECT_SPSUMMON_PROC_G
return
bit
.
band
(
st
,
SUMMON_TYPE_PENDULUM
)
~=
SUMMON_TYPE_PENDULUM
end
end
function
c58996430
.
condtion
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c58996430
.
condtion
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetPreviousLocation
()
==
LOCATION_DECK
return
e
:
GetHandler
():
GetPreviousLocation
()
==
LOCATION_DECK
...
...
script/c63227401.lua
View file @
e4d03333
...
@@ -37,7 +37,6 @@ function c63227401.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -37,7 +37,6 @@ function c63227401.activate(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterFlagEffect
(
63227401
,
RESET_EVENT
+
0x1fc0000
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
tc
:
RegisterFlagEffect
(
63227401
,
RESET_EVENT
+
0x1fc0000
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e1
:
SetCondition
(
c63227401
.
discon
)
e1
:
SetCondition
(
c63227401
.
discon
)
e1
:
SetOperation
(
c63227401
.
disop
)
e1
:
SetOperation
(
c63227401
.
disop
)
...
...
script/c73176465.lua
View file @
e4d03333
...
@@ -31,7 +31,7 @@ function c73176465.initial_effect(c)
...
@@ -31,7 +31,7 @@ function c73176465.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c73176465
.
splimit
(
e
,
se
,
sp
,
st
)
function
c73176465
.
splimit
(
e
,
se
,
sp
,
st
)
return
se
:
GetCode
()
~=
EFFECT_SPSUMMON_PROC_G
return
bit
.
band
(
st
,
SUMMON_TYPE_PENDULUM
)
~=
SUMMON_TYPE_PENDULUM
end
end
function
c73176465
.
condtion
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c73176465
.
condtion
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
re
:
IsActiveType
(
TYPE_MONSTER
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
re
:
IsActiveType
(
TYPE_MONSTER
)
...
...
script/c76721030.lua
View file @
e4d03333
...
@@ -13,7 +13,7 @@ function c76721030.initial_effect(c)
...
@@ -13,7 +13,7 @@ function c76721030.initial_effect(c)
e2
:
SetCode
(
EFFECT_CANNOT_ACTIVATE
)
e2
:
SetCode
(
EFFECT_CANNOT_ACTIVATE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetTargetRange
(
1
,
1
)
e2
:
SetTargetRange
(
1
,
1
)
e2
:
Set
Target
(
c76721030
.
aclimit
)
e2
:
Set
Value
(
c76721030
.
aclimit
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c76721030
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c76721030
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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