Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
7f06a462
Commit
7f06a462
authored
Aug 18, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
390a0679
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
55 additions
and
39 deletions
+55
-39
expansions/script/c47370201.lua
expansions/script/c47370201.lua
+6
-4
expansions/script/c47370202.lua
expansions/script/c47370202.lua
+6
-4
expansions/script/c47370203.lua
expansions/script/c47370203.lua
+6
-4
expansions/script/c47370204.lua
expansions/script/c47370204.lua
+6
-4
expansions/script/c47370205.lua
expansions/script/c47370205.lua
+6
-4
expansions/script/c47370206.lua
expansions/script/c47370206.lua
+6
-4
expansions/script/c47370207.lua
expansions/script/c47370207.lua
+6
-4
expansions/script/c47370208.lua
expansions/script/c47370208.lua
+6
-5
expansions/script/c47370209.lua
expansions/script/c47370209.lua
+7
-6
No files found.
expansions/script/c47370201.lua
View file @
7f06a462
...
...
@@ -20,10 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
2100
,
0
,
4
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c47370202.lua
View file @
7f06a462
...
...
@@ -20,10 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
1500
,
1500
,
4
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c47370203.lua
View file @
7f06a462
...
...
@@ -20,10 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
1500
,
1500
,
4
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c47370204.lua
View file @
7f06a462
...
...
@@ -20,10 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
1200
,
1800
,
4
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c47370205.lua
View file @
7f06a462
...
...
@@ -20,10 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
800
,
2000
,
4
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c47370206.lua
View file @
7f06a462
...
...
@@ -20,10 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
400
,
2200
,
4
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c47370207.lua
View file @
7f06a462
...
...
@@ -20,10 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
0
,
2400
,
4
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c47370208.lua
View file @
7f06a462
...
...
@@ -20,11 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
2500
,
2000
,
6
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield1
(
c
)
s
.
effonfield2
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield1
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c47370209.lua
View file @
7f06a462
...
...
@@ -20,11 +20,12 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
id
,
0x9ca1
,
TYPES_EFFECT_TRAP_MONSTER
,
2000
,
2500
,
6
,
RACE_BEAST
,
ATTRIBUTE_LIGHT
)
then
return
end
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield1
(
c
)
s
.
effonfield2
(
c
)
Duel
.
SpecialSummonComplete
()
if
c
:
IsRelateToEffect
(
e
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
+
TYPE_TRAP
+
TYPE_TUNER
)
Duel
.
SpecialSummonStep
(
c
,
SUMMON_VALUE_SELF
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
s
.
effonfield
(
c
)
Duel
.
SpecialSummonComplete
()
end
end
function
s
.
effonfield1
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -58,7 +59,7 @@ function s.effonfield2(c)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_
CHAINING
)
e1
:
SetCode
(
EVENT_
FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetCountLimit
(
1
)
...
...
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