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
426a717c
Commit
426a717c
authored
Dec 24, 2018
by
Wind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix
parent
0dbf4553
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
2pick/pick.lua
2pick/pick.lua
+10
-10
No files found.
2pick/pick.lua
View file @
426a717c
...
...
@@ -449,13 +449,13 @@ function Auxiliary.Load_EVENT_ExtraFusion()
e051
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e051
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e051
:
SetRange
(
LOCATION_EXTRA
)
e051
:
SetCondition
(
Auxiliary
.
Light
EH_Condition
)
e051
:
SetOperation
(
Auxiliary
.
Light
EH_Operation
)
e051
:
SetCondition
(
Auxiliary
.
DarkEH_Condition
EH_Condition
)
e051
:
SetOperation
(
Auxiliary
.
Dark
EH_Operation
)
local
e052
=
Effect
.
GlobalEffect
()
e052
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_GRANT
)
e052
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e052
:
SetTargetRange
(
LOCATION_EXTRA
,
LOCATION_EXTRA
)
e052
:
SetTarget
(
Auxiliary
.
Is
Light
EH
)
e052
:
SetTarget
(
Auxiliary
.
Is
Dark
EH
)
e052
:
SetLabelObject
(
e051
)
Duel
.
RegisterEffect
(
e052
,
0
)
...
...
@@ -539,13 +539,13 @@ function Auxiliary.Load_EVENT_ExtraFusion()
e151
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e151
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e151
:
SetRange
(
LOCATION_EXTRA
)
e151
:
SetCondition
(
Auxiliary
.
Light
Shadoll_Condition
)
e151
:
SetOperation
(
Auxiliary
.
Light
Shadoll_Operation
)
e151
:
SetCondition
(
Auxiliary
.
Dark
Shadoll_Condition
)
e151
:
SetOperation
(
Auxiliary
.
Dark
Shadoll_Operation
)
local
e152
=
Effect
.
GlobalEffect
()
e152
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_GRANT
)
e152
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e152
:
SetTargetRange
(
LOCATION_EXTRA
,
LOCATION_EXTRA
)
e152
:
SetTarget
(
Auxiliary
.
Is
Light
Shadoll
)
e152
:
SetTarget
(
Auxiliary
.
Is
Dark
Shadoll
)
e152
:
SetLabelObject
(
e151
)
Duel
.
RegisterEffect
(
e152
,
0
)
...
...
@@ -629,13 +629,13 @@ function Auxiliary.Load_EVENT_ExtraFusion()
e251
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e251
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e251
:
SetRange
(
LOCATION_EXTRA
)
e251
:
SetCondition
(
Auxiliary
.
Light
Invoke_Condition
)
e251
:
SetOperation
(
Auxiliary
.
Light
Invoke_Operation
)
e251
:
SetCondition
(
Auxiliary
.
Dark
Invoke_Condition
)
e251
:
SetOperation
(
Auxiliary
.
Dark
Invoke_Operation
)
local
e252
=
Effect
.
GlobalEffect
()
e252
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_GRANT
)
e252
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e252
:
SetTargetRange
(
LOCATION_EXTRA
,
LOCATION_EXTRA
)
e252
:
SetTarget
(
Auxiliary
.
Is
Light
Invoke
)
e252
:
SetTarget
(
Auxiliary
.
Is
Dark
Invoke
)
e252
:
SetLabelObject
(
e251
)
Duel
.
RegisterEffect
(
e252
,
0
)
...
...
@@ -1209,7 +1209,7 @@ function Auxiliary.DarkInvoke_Operation(e,tp,eg,ep,ev,re,r,rp,c)
end
function
Auxiliary
.
IsWaterInvoke
(
e
,
c
)
return
c
:
IsCode
(
12307878
)
return
c
:
IsCode
(
85908279
)
end
function
Auxiliary
.
WaterInvoke_spfilter1
(
c
,
tp
,
fc
)
return
c
:
IsFusionCode
(
86120751
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToGraveAsCost
()
...
...
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