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
fad22485
Commit
fad22485
authored
Dec 25, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
557944ba
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
script/c1686814.lua
script/c1686814.lua
+1
-1
script/c2055403.lua
script/c2055403.lua
+1
-1
script/c61156777.lua
script/c61156777.lua
+1
-1
script/c83555666.lua
script/c83555666.lua
+4
-0
No files found.
script/c1686814.lua
View file @
fad22485
...
@@ -66,7 +66,7 @@ function c1686814.spcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,7 +66,7 @@ function c1686814.spcon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
tp
)
return
eg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
tp
)
end
end
function
c1686814
.
spfilter
(
c
,
e
,
tp
)
function
c1686814
.
spfilter
(
c
,
e
,
tp
)
return
(
c
:
IsSetCard
(
0xc2
)
or
(
c
:
GetLevel
()
==
7
or
c
:
GetLevel
()
==
8
))
return
(
c
:
IsSetCard
(
0xc2
)
or
(
(
c
:
GetLevel
()
==
7
or
c
:
GetLevel
()
==
8
)
and
c
:
IsRace
(
RACE_DRAGON
)
))
and
c
:
IsType
(
TYPE_SYNCHRO
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
c
:
IsType
(
TYPE_SYNCHRO
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
end
function
c1686814
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c1686814
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c2055403.lua
View file @
fad22485
...
@@ -27,7 +27,7 @@ function c2055403.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -27,7 +27,7 @@ function c2055403.activate(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLP
(
tp
)
>=
ct
*
1000
then
if
Duel
.
GetLP
(
tp
)
>=
ct
*
1000
then
Duel
.
SetLP
(
tp
,
Duel
.
GetLP
(
tp
)
-
ct
*
1000
)
Duel
.
SetLP
(
tp
,
Duel
.
GetLP
(
tp
)
-
ct
*
1000
)
else
else
Duel
.
SetLP
(
0
)
Duel
.
SetLP
(
tp
,
0
)
end
end
end
end
end
end
script/c61156777.lua
View file @
fad22485
...
@@ -60,7 +60,7 @@ function c61156777.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -60,7 +60,7 @@ function c61156777.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c61156777
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c61156777
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
e
:
GetHandler
():
IsCanRemoveCounter
(
tp
,
0x34
,
1
,
REASON_EFFECT
)
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsCanRemoveCounter
(
tp
,
0x34
,
1
,
REASON_EFFECT
)
end
return
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
61156777
,
2
))
return
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
61156777
,
2
))
end
end
function
c61156777
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c61156777
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
script/c83555666.lua
View file @
fad22485
...
@@ -8,10 +8,14 @@ function c83555666.initial_effect(c)
...
@@ -8,10 +8,14 @@ function c83555666.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
0x1e1
)
e1
:
SetHintTiming
(
0
,
0x1e1
)
e1
:
SetCountLimit
(
1
,
83555666
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
83555666
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c83555666
.
condition
)
e1
:
SetTarget
(
c83555666
.
target
)
e1
:
SetTarget
(
c83555666
.
target
)
e1
:
SetOperation
(
c83555666
.
activate
)
e1
:
SetOperation
(
c83555666
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c83555666
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
~=
tp
end
function
c83555666
.
filter
(
c
,
lp
)
function
c83555666
.
filter
(
c
,
lp
)
return
c
:
IsFaceup
()
and
c
:
IsAttackBelow
(
lp
)
and
c
:
IsDestructable
()
return
c
:
IsFaceup
()
and
c
:
IsAttackBelow
(
lp
)
and
c
:
IsDestructable
()
end
end
...
...
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