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
a94248c4
Commit
a94248c4
authored
Jun 22, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Toon World name listed
parent
20f490bf
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
22 additions
and
3 deletions
+22
-3
c15270885.lua
c15270885.lua
+1
-0
c16392422.lua
c16392422.lua
+1
-0
c21296502.lua
c21296502.lua
+1
-0
c28112535.lua
c28112535.lua
+1
-0
c31733941.lua
c31733941.lua
+1
-0
c33453260.lua
c33453260.lua
+1
-0
c38369349.lua
c38369349.lua
+1
-0
c42386471.lua
c42386471.lua
+1
-0
c43175858.lua
c43175858.lua
+1
-0
c53183600.lua
c53183600.lua
+1
-0
c61190918.lua
c61190918.lua
+1
-0
c65458948.lua
c65458948.lua
+2
-1
c6958551.lua
c6958551.lua
+1
-0
c7171149.lua
c7171149.lua
+1
-0
c79447365.lua
c79447365.lua
+1
-0
c79875176.lua
c79875176.lua
+1
-0
c83629030.lua
c83629030.lua
+1
-0
c88032456.lua
c88032456.lua
+1
-0
c90960358.lua
c90960358.lua
+1
-1
c91842653.lua
c91842653.lua
+2
-1
No files found.
c15270885.lua
View file @
a94248c4
--トゥーン・ゴブリン突撃部隊
function
c15270885
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c16392422.lua
View file @
a94248c4
--トゥーン・仮面魔道士
function
c16392422
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c21296502.lua
View file @
a94248c4
--トゥーン・ブラック・マジシャン
function
c21296502
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c28112535.lua
View file @
a94248c4
--トゥーン・リボルバー・ドラゴン
function
c28112535
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c31733941.lua
View file @
a94248c4
--レッドアイズ・トゥーン・ドラゴン
function
c31733941
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c33453260.lua
View file @
a94248c4
--コミックハンド
function
c33453260
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--Equip
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_EQUIP
+
CATEGORY_CONTROL
)
...
...
c38369349.lua
View file @
a94248c4
--トゥーン・ドラゴン・エッガー
function
c38369349
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
c
:
EnableReviveLimit
()
--special summon
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
c42386471.lua
View file @
a94248c4
--トゥーン・ヂェミナイ・エルフ
function
c42386471
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c43175858.lua
View file @
a94248c4
--トゥーン・キングダム
function
c43175858
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
...
...
c53183600.lua
View file @
a94248c4
--ブルーアイズ・トゥーン・ドラゴン
function
c53183600
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
c
:
EnableReviveLimit
()
--special summon
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
c61190918.lua
View file @
a94248c4
--トゥーン・バスター・ブレイダー
function
c61190918
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c65458948.lua
View file @
a94248c4
--トゥーン・マーメイド
function
c65458948
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
c
:
EnableReviveLimit
()
--special summon rule
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -55,7 +56,7 @@ function c65458948.spcon(e,c)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c65458948
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c65458948
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
end
function
c65458948
.
sfilter
(
c
)
return
c
:
IsReason
(
REASON_DESTROY
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
GetPreviousCodeOnField
()
==
15259703
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
...
...
c6958551.lua
View file @
a94248c4
--シャドー・トゥーン
function
c6958551
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DAMAGE
)
...
...
c7171149.lua
View file @
a94248c4
--トゥーン・アンティーク・ギアゴーレム
function
c7171149
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c79447365.lua
View file @
a94248c4
--トゥーン・マスク
function
c79447365
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
...
c79875176.lua
View file @
a94248c4
--トゥーン・キャノン・ソルジャー
function
c79875176
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--cannot attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
c83629030.lua
View file @
a94248c4
--トゥーン・サイバー・ドラゴン
function
c83629030
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
c88032456.lua
View file @
a94248c4
--コピーキャット
function
c88032456
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
...
c90960358.lua
View file @
a94248c4
--トゥーン・ブラック・マジシャン・ガール
function
c90960358
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
46986414
)
aux
.
AddCodeList
(
c
,
46986414
,
15259703
)
c
:
EnableReviveLimit
()
--special summon
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
c91842653.lua
View file @
a94248c4
--トゥーン・デーモン
function
c91842653
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
15259703
)
c
:
EnableReviveLimit
()
--special summon
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -59,7 +60,7 @@ function c91842653.spcon(e,c)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
return
Duel
.
IsExistingMatchingCard
(
c91842653
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c91842653
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
and
ft
>-
1
and
Duel
.
CheckReleaseGroup
(
tp
,
c91842653
.
spcfilter
,
1
,
nil
,
ft
,
tp
)
end
function
c91842653
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
...
...
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