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
8f026e01
Commit
8f026e01
authored
Jan 29, 2015
by
salix5
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1083 from DailyShana/patch-3
fix
parents
78d73a18
46c0e5af
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
script/c1005587.lua
script/c1005587.lua
+1
-1
script/c17412721.lua
script/c17412721.lua
+0
-1
script/c43040603.lua
script/c43040603.lua
+1
-0
script/c46772449.lua
script/c46772449.lua
+1
-0
script/c75524092.lua
script/c75524092.lua
+0
-1
No files found.
script/c1005587.lua
View file @
8f026e01
...
...
@@ -10,7 +10,7 @@ function c1005587.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c1005587
.
filter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_EFFECT
)
and
c
:
IsAttackAbove
(
2000
)
and
c
:
GetSummonPlayer
()
==
tp
and
c
:
IsDestructable
()
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_EFFECT
)
and
c
:
IsAttackAbove
(
2000
)
and
c
:
GetSummonPlayer
()
==
tp
and
c
:
IsDestructable
()
and
not
c
:
IsDisabled
()
end
function
c1005587
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
false
end
...
...
script/c17412721.lua
View file @
8f026e01
...
...
@@ -47,7 +47,6 @@ function c17412721.spop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_DISABLE_EFFECT
)
e2
:
SetValue
(
RESET_TURN_SET
)
e2
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
tc
:
RegisterEffect
(
e2
,
true
)
Duel
.
SpecialSummonComplete
()
...
...
script/c43040603.lua
View file @
8f026e01
...
...
@@ -27,6 +27,7 @@ function c43040603.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
0
,
LOCATION_DECK
)
end
function
c43040603
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
Duel
.
IsPlayerCanSpecialSummon
(
tp
)
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSummonableCard
,
tp
,
LOCATION_DECK
,
0
,
nil
)
local
dcount
=
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
local
seq
=-
1
...
...
script/c46772449.lua
View file @
8f026e01
...
...
@@ -10,6 +10,7 @@ function c46772449.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
TIMING_SPSUMMON
)
e1
:
SetCondition
(
c46772449
.
condition
)
e1
:
SetCost
(
c46772449
.
cost
)
e1
:
SetTarget
(
c46772449
.
target
)
...
...
script/c75524092.lua
View file @
8f026e01
...
...
@@ -25,7 +25,6 @@ function c75524092.initial_effect(c)
--destroy sub
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_EQUIP
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e4
:
SetCode
(
EFFECT_DESTROY_REPLACE
)
e4
:
SetTarget
(
c75524092
.
desreptg
)
e4
:
SetOperation
(
c75524092
.
desrepop
)
...
...
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