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
List
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
YGOPRO-520DIY
ygopro
Commits
82487a74
Commit
82487a74
authored
Jul 22, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1db66f8a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
3 deletions
+10
-3
script/c17639150.lua
script/c17639150.lua
+1
-1
script/c3734202.lua
script/c3734202.lua
+4
-0
script/c50485594.lua
script/c50485594.lua
+1
-1
script/c53334641.lua
script/c53334641.lua
+3
-0
script/c86767655.lua
script/c86767655.lua
+1
-1
No files found.
script/c17639150.lua
View file @
82487a74
...
...
@@ -83,4 +83,4 @@ function c17639150.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
\ No newline at end of file
end
script/c3734202.lua
View file @
82487a74
...
...
@@ -35,6 +35,7 @@ function c3734202.initial_effect(c)
e4
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e4
:
SetCode
(
EVENT_TO_GRAVE
)
e4
:
SetCondition
(
c3734202
.
thcon
)
e4
:
SetTarget
(
c3734202
.
thtg
)
e4
:
SetOperation
(
c3734202
.
thop
)
c
:
RegisterEffect
(
e4
)
...
...
@@ -91,6 +92,9 @@ function c3734202.spop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
function
c3734202
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c3734202
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x2a
)
and
not
c
:
IsCode
(
3734202
)
and
c
:
IsAbleToHand
()
end
...
...
script/c50485594.lua
View file @
82487a74
...
...
@@ -140,7 +140,7 @@ function c50485594.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c50485594
.
desfilter
(
c
,
fid
)
return
c
:
GetFlagEffect
(
50485594
)
==
fid
return
c
:
GetFlagEffect
Label
(
50485594
)
==
fid
end
function
c50485594
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetLabelObject
()
...
...
script/c53334641.lua
View file @
82487a74
...
...
@@ -11,6 +11,9 @@ function c53334641.initial_effect(c)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetOperation
(
c53334641
.
winop
)
c
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e2
)
--search
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
53334641
,
1
))
...
...
script/c86767655.lua
View file @
82487a74
...
...
@@ -3,7 +3,7 @@ function c86767655.initial_effect(c)
--disable
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetCode
(
EVENT_CHAIN
_SOLV
ING
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCondition
(
c86767655
.
discon
)
e1
:
SetOperation
(
c86767655
.
disop
)
...
...
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