Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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-scripts
Commits
5bac33f5
Commit
5bac33f5
authored
Mar 12, 2017
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0807b74f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
c1525329.lua
c1525329.lua
+0
-1
c16006416.lua
c16006416.lua
+1
-1
No files found.
c1525329.lua
View file @
5bac33f5
...
@@ -6,7 +6,6 @@ function c1525329.initial_effect(c)
...
@@ -6,7 +6,6 @@ function c1525329.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_EQUIP
)
e1
:
SetCategory
(
CATEGORY_EQUIP
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTarget
(
c1525329
.
armtg
)
e1
:
SetTarget
(
c1525329
.
armtg
)
e1
:
SetOperation
(
c1525329
.
armop
)
e1
:
SetOperation
(
c1525329
.
armop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
...
c16006416.lua
View file @
5bac33f5
--DDD烈火大王エグゼクティブ・テムジン
--DDD烈火大王エグゼクティブ・テムジン
function
c16006416
.
initial_effect
(
c
)
function
c16006416
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFun2
(
c
,
c16006416
.
matfilter
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xaf
,
true
)
)
aux
.
AddFusionProcFun2
(
c
,
c16006416
.
matfilter
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xaf
),
true
)
--spsummon
--spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
16006416
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
16006416
,
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