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
7ffacaf2
Commit
7ffacaf2
authored
Feb 19, 2013
by
argon.sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ad7cd32e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
script/c19337371.lua
script/c19337371.lua
+1
-0
script/c22110647.lua
script/c22110647.lua
+1
-0
script/c86848580.lua
script/c86848580.lua
+9
-7
No files found.
script/c19337371.lua
View file @
7ffacaf2
...
@@ -48,6 +48,7 @@ function c19337371.regop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -48,6 +48,7 @@ function c19337371.regop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCountLimit
(
1
)
e1
:
SetCountLimit
(
1
)
e1
:
SetTarget
(
c19337371
.
thtg
)
e1
:
SetTarget
(
c19337371
.
thtg
)
e1
:
SetOperation
(
c19337371
.
thop
)
e1
:
SetOperation
(
c19337371
.
thop
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
c19337371
.
thfilter
(
c
)
function
c19337371
.
thfilter
(
c
)
...
...
script/c22110647.lua
View file @
7ffacaf2
...
@@ -21,6 +21,7 @@ function c22110647.initial_effect(c)
...
@@ -21,6 +21,7 @@ function c22110647.initial_effect(c)
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOKEN
)
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOKEN
)
e4
:
SetType
(
EFFECT_TYPE_IGNITION
)
e4
:
SetType
(
EFFECT_TYPE_IGNITION
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCountLimit
(
1
)
e4
:
SetCost
(
c22110647
.
spcost
)
e4
:
SetCost
(
c22110647
.
spcost
)
e4
:
SetTarget
(
c22110647
.
sptg
)
e4
:
SetTarget
(
c22110647
.
sptg
)
e4
:
SetOperation
(
c22110647
.
spop
)
e4
:
SetOperation
(
c22110647
.
spop
)
...
...
script/c86848580.lua
View file @
7ffacaf2
...
@@ -39,11 +39,13 @@ function c86848580.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -39,11 +39,13 @@ function c86848580.disop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
tc
=
g
:
GetNext
()
tc
=
g
:
GetNext
()
end
end
local
atk
=
Duel
.
GetMatchingGroupCount
(
Card
.
IsFaceup
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
)
*
300
local
atk
=
Duel
.
GetMatchingGroupCount
(
Card
.
IsFaceup
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
e
:
GetHandler
())
*
300
local
e1
=
Effect
.
CreateEffect
(
c
)
if
atk
>
0
then
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetValue
(
atk
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetReset
(
RESET_EVENT
+
0x1ff0000
+
RESET_PHASE
+
PHASE_STANDBY
,
2
)
e1
:
SetValue
(
atk
)
c
:
RegisterEffect
(
e1
)
e1
:
SetReset
(
RESET_EVENT
+
0x1ff0000
+
RESET_PHASE
+
PHASE_STANDBY
,
2
)
c
:
RegisterEffect
(
e1
)
end
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