Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
MyCard
ygopro-scripts-888
Commits
675a20db
Commit
675a20db
authored
Nov 26, 2023
by
Uytrewq
Committed by
GitHub
Nov 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (#2224)
parent
17d57f08
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
0 additions
and
21 deletions
+0
-21
c123709.lua
c123709.lua
+0
-1
c15066114.lua
c15066114.lua
+0
-1
c20003527.lua
c20003527.lua
+0
-1
c28423537.lua
c28423537.lua
+0
-1
c28601770.lua
c28601770.lua
+0
-1
c31571902.lua
c31571902.lua
+0
-1
c35950025.lua
c35950025.lua
+0
-1
c36029076.lua
c36029076.lua
+0
-1
c38525760.lua
c38525760.lua
+0
-1
c4022819.lua
c4022819.lua
+0
-1
c42155488.lua
c42155488.lua
+0
-1
c42685062.lua
c42685062.lua
+0
-1
c51126152.lua
c51126152.lua
+0
-1
c51632798.lua
c51632798.lua
+0
-1
c61231400.lua
c61231400.lua
+0
-1
c67136033.lua
c67136033.lua
+0
-1
c69303178.lua
c69303178.lua
+0
-1
c69838761.lua
c69838761.lua
+0
-1
c7841921.lua
c7841921.lua
+0
-1
c83274244.lua
c83274244.lua
+0
-1
c95701283.lua
c95701283.lua
+0
-1
No files found.
c123709.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c123709.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
123709
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c123709
.
ntcon
)
...
...
c15066114.lua
View file @
675a20db
...
...
@@ -4,7 +4,6 @@ function c15066114.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
15066114
,
0
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c15066114
.
ntcon
)
e1
:
SetOperation
(
c15066114
.
ntop
)
...
...
c20003527.lua
View file @
675a20db
...
...
@@ -17,7 +17,6 @@ function c20003527.initial_effect(c)
--summon proc
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
20003527
,
0
))
e3
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetCode
(
EFFECT_SUMMON_PROC
)
e3
:
SetCondition
(
c20003527
.
sumcon
)
...
...
c28423537.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c28423537.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
28423537
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c28423537
.
ntcon
)
...
...
c28601770.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c28601770.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
28601770
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c28601770
.
ntcon
)
...
...
c31571902.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c31571902.initial_effect(c)
--summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
31571902
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c31571902
.
ntcon
)
...
...
c35950025.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c35950025.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
35950025
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c35950025
.
ntcon
)
...
...
c36029076.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c36029076.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
36029076
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c36029076
.
ntcon
)
...
...
c38525760.lua
View file @
675a20db
...
...
@@ -11,7 +11,6 @@ function c38525760.initial_effect(c)
--summon
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
38525760
,
0
))
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_SUMMON_PROC
)
e2
:
SetCondition
(
c38525760
.
ntcon
)
...
...
c4022819.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c4022819.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
4022819
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c4022819
.
ntcon
)
...
...
c42155488.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c42155488.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
42155488
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c42155488
.
ntcon
)
...
...
c42685062.lua
View file @
675a20db
...
...
@@ -11,7 +11,6 @@ function c42685062.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
42685062
,
0
))
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_SUMMON_PROC
)
e2
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e2
:
SetCondition
(
c42685062
.
sumcon
)
e2
:
SetOperation
(
c42685062
.
sumop
)
e2
:
SetValue
(
SUMMON_TYPE_ADVANCE
)
...
...
c51126152.lua
View file @
675a20db
...
...
@@ -10,7 +10,6 @@ function c51126152.initial_effect(c)
--summon with no tribute
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
51126152
,
0
))
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_SUMMON_PROC
)
e2
:
SetCondition
(
c51126152
.
ntcon
)
...
...
c51632798.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c51632798.initial_effect(c)
--summon & set with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
51632798
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c51632798
.
ntcon
)
...
...
c61231400.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c61231400.initial_effect(c)
--summon with 1 tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
61231400
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c61231400
.
otcon
)
...
...
c67136033.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c67136033.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
67136033
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c67136033
.
ntcon
)
...
...
c69303178.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c69303178.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
69303178
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c69303178
.
ntcon
)
...
...
c69838761.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c69838761.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
69838761
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c69838761
.
ntcon
)
...
...
c7841921.lua
View file @
675a20db
...
...
@@ -4,7 +4,6 @@ function c7841921.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
7841921
,
0
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c7841921
.
ntcon
)
c
:
RegisterEffect
(
e1
)
...
...
c83274244.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c83274244.initial_effect(c)
--summon with no tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
83274244
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c83274244
.
ntcon
)
...
...
c95701283.lua
View file @
675a20db
...
...
@@ -3,7 +3,6 @@ function c95701283.initial_effect(c)
--summon with 1 tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
95701283
,
0
))
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCondition
(
c95701283
.
otcon
)
...
...
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