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
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-scripts
Commits
68a6a430
Commit
68a6a430
authored
May 04, 2019
by
nekrozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3f408196
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
c56337500.lua
c56337500.lua
+1
-1
c69394324.lua
c69394324.lua
+3
-3
No files found.
c56337500.lua
View file @
68a6a430
...
@@ -17,7 +17,7 @@ function c56337500.initial_effect(c)
...
@@ -17,7 +17,7 @@ function c56337500.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--special summon
--special summon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
56337500
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
56337500
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
...
c69394324.lua
View file @
68a6a430
...
@@ -6,7 +6,7 @@ function c69394324.initial_effect(c)
...
@@ -6,7 +6,7 @@ function c69394324.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
36205132
)
e1
:
SetCountLimit
(
1
,
69394324
)
e1
:
SetTarget
(
c69394324
.
target
)
e1
:
SetTarget
(
c69394324
.
target
)
e1
:
SetOperation
(
c69394324
.
operation
)
e1
:
SetOperation
(
c69394324
.
operation
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
@@ -17,7 +17,7 @@ function c69394324.initial_effect(c)
...
@@ -17,7 +17,7 @@ function c69394324.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_BATTLE_DESTROYING
)
e2
:
SetCode
(
EVENT_BATTLE_DESTROYING
)
e2
:
SetCountLimit
(
1
,
36205133
)
e2
:
SetCountLimit
(
1
,
69394325
)
e2
:
SetCondition
(
aux
.
bdocon
)
e2
:
SetCondition
(
aux
.
bdocon
)
e2
:
SetTarget
(
c69394324
.
drtg
)
e2
:
SetTarget
(
c69394324
.
drtg
)
e2
:
SetOperation
(
c69394324
.
drop
)
e2
:
SetOperation
(
c69394324
.
drop
)
...
@@ -29,7 +29,7 @@ function c69394324.initial_effect(c)
...
@@ -29,7 +29,7 @@ function c69394324.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e3
:
SetCode
(
EVENT_DESTROYED
)
e3
:
SetCode
(
EVENT_DESTROYED
)
e3
:
SetCountLimit
(
1
,
36205134
)
e3
:
SetCountLimit
(
1
,
69394326
)
e3
:
SetCondition
(
c69394324
.
spcon
)
e3
:
SetCondition
(
c69394324
.
spcon
)
e3
:
SetTarget
(
c69394324
.
sptg
)
e3
:
SetTarget
(
c69394324
.
sptg
)
e3
:
SetOperation
(
c69394324
.
spop
)
e3
:
SetOperation
(
c69394324
.
spop
)
...
...
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