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
0a34b353
Commit
0a34b353
authored
Jul 19, 2019
by
nekrozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix id
parent
87f53b5e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
c31683874.lua
c31683874.lua
+1
-1
c32305461.lua
c32305461.lua
+1
-1
c42160203.lua
c42160203.lua
+1
-1
c5298175.lua
c5298175.lua
+1
-1
c68078978.lua
c68078978.lua
+1
-1
c79890560.lua
c79890560.lua
+1
-1
c84569886.lua
c84569886.lua
+1
-1
c88000953.lua
c88000953.lua
+1
-1
No files found.
c31683874.lua
View file @
0a34b353
...
...
@@ -19,7 +19,7 @@ function c31683874.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCountLimit
(
1
,
100248121
)
e2
:
SetCountLimit
(
1
,
31683875
)
e2
:
SetCondition
(
c31683874
.
rmcon
)
e2
:
SetTarget
(
c31683874
.
rmtg
)
e2
:
SetOperation
(
c31683874
.
rmop
)
...
...
c32305461.lua
View file @
0a34b353
...
...
@@ -19,7 +19,7 @@ function c32305461.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCountLimit
(
1
,
100248118
)
e2
:
SetCountLimit
(
1
,
32305462
)
e2
:
SetCondition
(
c32305461
.
descon
)
e2
:
SetTarget
(
c32305461
.
destg
)
e2
:
SetOperation
(
c32305461
.
desop
)
...
...
c42160203.lua
View file @
0a34b353
...
...
@@ -4,7 +4,7 @@ function c42160203.initial_effect(c)
aux
.
AddXyzProcedure
(
c
,
c42160203
.
matfilter
,
4
,
2
)
--change atk
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
101001039
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
42160203
,
0
))
e1
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_BATTLE_CONFIRM
)
...
...
c5298175.lua
View file @
0a34b353
...
...
@@ -19,7 +19,7 @@ function c5298175.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCountLimit
(
1
,
100248120
)
e2
:
SetCountLimit
(
1
,
5298176
)
e2
:
SetCondition
(
c5298175
.
rmcon
)
e2
:
SetTarget
(
c5298175
.
rmtg
)
e2
:
SetOperation
(
c5298175
.
rmop
)
...
...
c68078978.lua
View file @
0a34b353
...
...
@@ -19,7 +19,7 @@ function c68078978.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCountLimit
(
1
,
100248122
)
e2
:
SetCountLimit
(
1
,
68078979
)
e2
:
SetCondition
(
c68078978
.
drcon
)
e2
:
SetTarget
(
c68078978
.
drtg
)
e2
:
SetOperation
(
c68078978
.
drop
)
...
...
c79890560.lua
View file @
0a34b353
...
...
@@ -19,7 +19,7 @@ function c79890560.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCountLimit
(
1
,
100248119
)
e2
:
SetCountLimit
(
1
,
79890561
)
e2
:
SetCondition
(
c79890560
.
thcon
)
e2
:
SetTarget
(
c79890560
.
thtg
)
e2
:
SetOperation
(
c79890560
.
thop
)
...
...
c84569886.lua
View file @
0a34b353
...
...
@@ -37,7 +37,7 @@ function c84569886.initial_effect(c)
c
:
RegisterEffect
(
e3
)
--pendulum
local
e6
=
Effect
.
CreateEffect
(
c
)
e6
:
SetDescription
(
aux
.
Stringid
(
100219001
,
3
))
e6
:
SetDescription
(
aux
.
Stringid
(
84569886
,
3
))
e6
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e6
:
SetCode
(
EVENT_DESTROYED
)
e6
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
...
c88000953.lua
View file @
0a34b353
...
...
@@ -20,7 +20,7 @@ function c88000953.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
,
100203129
)
e2
:
SetCountLimit
(
1
,
88000954
)
e2
:
SetCost
(
c88000953
.
descost
)
e2
:
SetTarget
(
c88000953
.
destg
)
e2
:
SetOperation
(
c88000953
.
desop
)
...
...
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