Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
Commits
f9009c89
Commit
f9009c89
authored
Dec 11, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
faf8c94c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
script/c36736723.lua
script/c36736723.lua
+2
-2
script/c62125438.lua
script/c62125438.lua
+3
-3
script/c64203620.lua
script/c64203620.lua
+1
-1
script/c87475570.lua
script/c87475570.lua
+1
-1
No files found.
script/c36736723.lua
View file @
f9009c89
...
@@ -6,7 +6,7 @@ function c36736723.initial_effect(c)
...
@@ -6,7 +6,7 @@ function c36736723.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_PRE_DAMAGE_CALCULATE
)
e1
:
SetCode
(
EVENT_PRE_DAMAGE_CALCULATE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
.
36736723
)
e1
:
SetCountLimit
(
1
,
36736723
)
e1
:
SetCondition
(
c36736723
.
atkcon
)
e1
:
SetCondition
(
c36736723
.
atkcon
)
e1
:
SetCost
(
c36736723
.
atkcost
)
e1
:
SetCost
(
c36736723
.
atkcost
)
e1
:
SetOperation
(
c36736723
.
atkop
)
e1
:
SetOperation
(
c36736723
.
atkop
)
...
@@ -18,7 +18,7 @@ function c36736723.initial_effect(c)
...
@@ -18,7 +18,7 @@ function c36736723.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
.
36736724
)
e2
:
SetCountLimit
(
1
,
36736724
)
e2
:
SetCost
(
c36736723
.
thcost
)
e2
:
SetCost
(
c36736723
.
thcost
)
e2
:
SetTarget
(
c36736723
.
thtg
)
e2
:
SetTarget
(
c36736723
.
thtg
)
e2
:
SetOperation
(
c36736723
.
thop
)
e2
:
SetOperation
(
c36736723
.
thop
)
...
...
script/c62125438.lua
View file @
f9009c89
...
@@ -21,11 +21,11 @@ function c62125438.initial_effect(c)
...
@@ -21,11 +21,11 @@ function c62125438.initial_effect(c)
e2
:
SetOperation
(
c62125438
.
spop
)
e2
:
SetOperation
(
c62125438
.
spop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c62125438
.
filter
(
c
)
function
c62125438
.
filter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x17
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
return
c
:
IsSetCard
(
0x17
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
Is
Controler
(
tp
)
and
c
:
Is
Location
(
LOCATION_GRAVE
)
end
end
function
c62125438
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c62125438
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c62125438
.
filter
,
1
,
nil
)
and
r
==
REASON_SYNCHRO
and
re
:
GetHandler
():
IsRace
(
RACE_WARRIOR
+
RACE_MACHINE
)
return
eg
:
IsExists
(
c62125438
.
filter
,
1
,
nil
,
tp
)
and
r
==
REASON_SYNCHRO
and
re
:
GetHandler
():
IsRace
(
RACE_WARRIOR
+
RACE_MACHINE
)
end
end
function
c62125438
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c62125438
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
script/c64203620.lua
View file @
f9009c89
...
@@ -45,7 +45,7 @@ function c64203620.descon(e)
...
@@ -45,7 +45,7 @@ function c64203620.descon(e)
return
not
Duel
.
IsExistingMatchingCard
(
c64203620
.
filter
,
0
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
c64203620
.
filter
,
0
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
end
end
function
c64203620
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c64203620
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPosition
(
POS_FACEUP_ATTACK
)
and
e
:
GetHandler
():
IsPreviousPosition
(
POS_FACEUP_
ATTACK
)
return
e
:
GetHandler
():
IsPosition
(
POS_FACEUP_ATTACK
)
and
e
:
GetHandler
():
IsPreviousPosition
(
POS_FACEUP_
DEFENCE
)
end
end
function
c64203620
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c64203620
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
...
...
script/c87475570.lua
View file @
f9009c89
...
@@ -28,7 +28,7 @@ function c87475570.initial_effect(c)
...
@@ -28,7 +28,7 @@ function c87475570.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c87475570
.
tgtg
(
e
,
c
)
function
c87475570
.
tgtg
(
e
,
c
)
return
c
:
IsSetCard
(
0x1034
)
or
(
c
:
IsLocation
(
TYPE_MONSTER
)
and
(
c
:
IsCode
(
79407975
)
or
c
:
IsCode
(
79856792
)))
return
c
:
IsSetCard
(
0x1034
)
or
(
c
:
IsLocation
(
LOCATION_MZONE
)
and
(
c
:
IsCode
(
79407975
)
or
c
:
IsCode
(
79856792
)))
end
end
function
c87475570
.
tgval
(
e
,
re
,
rp
)
function
c87475570
.
tgval
(
e
,
re
,
rp
)
return
rp
~=
e
:
GetHandlerPlayer
()
return
rp
~=
e
:
GetHandlerPlayer
()
...
...
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