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
b8896c5e
Commit
b8896c5e
authored
Jul 14, 2013
by
Fluorohydride
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #572 from sidschingis/patch-4
fix
parents
5518852b
0828dc37
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
script/c14017402.lua
script/c14017402.lua
+1
-1
script/c16435215.lua
script/c16435215.lua
+1
-0
script/c55727845.lua
script/c55727845.lua
+1
-1
script/c74530899.lua
script/c74530899.lua
+3
-2
script/c92418590.lua
script/c92418590.lua
+1
-1
No files found.
script/c14017402.lua
View file @
b8896c5e
...
...
@@ -38,7 +38,7 @@ function c14017402.splimit(e,se,sp,st)
return
true
end
function
c14017402
.
refcon
(
e
,
re
,
val
,
r
,
rp
,
rc
)
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
rp
~=
e
:
GetHandler
():
GetControler
()
return
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
and
rp
~=
e
:
GetHandler
():
GetControler
()
and
e
:
GetHandler
():
IsAttackPos
()
end
function
c14017402
.
ffilter
(
c
)
return
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsType
(
TYPE_SYNCHRO
)
...
...
script/c16435215.lua
View file @
b8896c5e
...
...
@@ -35,6 +35,7 @@ function c16435215.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoGrave
(
sg1
,
REASON_EFFECT
+
REASON_DISCARD
)
Duel
.
ShuffleHand
(
tp
)
Duel
.
ShuffleHand
(
1
-
tp
)
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
Duel
.
Draw
(
1
-
tp
,
1
,
REASON_EFFECT
)
end
script/c55727845.lua
View file @
b8896c5e
...
...
@@ -41,7 +41,7 @@ function c55727845.atkop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetValue
(
atk
)
e2
:
SetReset
(
RESET_EVENT
+
0x1f
e
0000
)
e2
:
SetReset
(
RESET_EVENT
+
0x1f
f
0000
)
c
:
RegisterEffect
(
e2
)
end
end
script/c74530899.lua
View file @
b8896c5e
...
...
@@ -83,15 +83,16 @@ function c74530899.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Damage
(
1
-
tp
,
ct
*
300
,
REASON_EFFECT
)
end
function
c74530899
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
==
tp
return
Duel
.
GetTurnPlayer
()
==
e
:
GetHandler
():
GetControler
()
end
function
c74530899
.
tdtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
e
:
GetHandler
():
CreateEffectRelation
(
e
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
c74530899
.
tdop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoDeck
(
c
,
nil
,
2
,
REASON_EFFECT
)
end
end
script/c92418590.lua
View file @
b8896c5e
...
...
@@ -19,7 +19,7 @@ function c92418590.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c92418590
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x83
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsSetCard
(
0x83
)
and
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c92418590
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
92418590
)
==
0
...
...
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