Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
8a814502
Commit
8a814502
authored
Nov 26, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ed3be43f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
script/c100257011.lua
script/c100257011.lua
+1
-1
script/c100257056.lua
script/c100257056.lua
+2
-1
script/c100259033.lua
script/c100259033.lua
+1
-1
script/c101012056.lua
script/c101012056.lua
+1
-4
No files found.
script/c100257011.lua
View file @
8a814502
...
...
@@ -63,7 +63,7 @@ function c100257011.eqop(e,tp,eg,ep,ev,re,r,rp)
--equip limit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_
OWNER_RELAT
E
)
e1
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABL
E
)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetLabelObject
(
tc
)
...
...
script/c100257056.lua
View file @
8a814502
...
...
@@ -136,7 +136,8 @@ end
function
c100257056
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
zone
=
(
c
:
GetLinkedZone
(
0
)
&
0x7f
)
|
((
c
:
GetLinkedZone
(
1
)
&
0x7f
)
<<
0x10
)
return
bit
.
extract
(
zone
,
c100257056
[
2
])
~=
0
local
seq
=
c100257056
[
2
]
return
seq
and
bit
.
extract
(
zone
,
seq
)
~=
0
end
function
c100257056
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetChainInfo
(
ev
,
CHAININFO_CHAIN_ID
)
==
c100257056
[
0
]
...
...
script/c100259033.lua
View file @
8a814502
...
...
@@ -56,7 +56,7 @@ function c100259033.ovfilter(c)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsSetCard
(
0x23b
)
end
function
c100259033
.
spfilter
(
c
,
e
,
tp
,
mc
)
return
(
c
:
IsSetCard
(
0x23b
)
or
c
:
IsSetCard
(
0x10db
))
and
mc
:
IsCanBeXyzMaterial
(
c
)
return
(
c
:
IsSetCard
(
0x23b
)
or
c
:
IsSetCard
(
0x10db
))
and
mc
:
IsCanBeXyzMaterial
(
c
)
and
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_XYZ
,
tp
,
false
,
false
)
and
not
c
:
IsCode
(
100259033
)
end
function
c100259033
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c101012056.lua
View file @
8a814502
...
...
@@ -15,14 +15,11 @@ function c101012056.initial_effect(c)
e1
:
SetOperation
(
c101012056
.
activate
)
c
:
RegisterEffect
(
e1
)
end
function
c101012056
.
filter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
59054773
)
end
function
c101012056
.
cfilter
(
c
)
return
c
:
IsCode
(
59054773
)
and
not
c
:
IsPublic
()
and
c
:
IsAbleToDeck
()
end
function
c101012056
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsE
xistingMatchingCard
(
c101012056
.
filter
,
tp
,
LOCATION_FZONE
,
0
,
1
,
nil
)
return
Duel
.
IsE
nvironment
(
59054773
,
tp
,
LOCATION_FZONE
)
end
function
c101012056
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
e
:
SetLabel
(
1
)
...
...
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