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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
f3147b59
Commit
f3147b59
authored
Nov 14, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hop
parent
ffa2e937
Pipeline
#31173
passed with stages
in 42 minutes and 18 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
expansions/script/c93050202.lua
expansions/script/c93050202.lua
+8
-0
expansions/script/c93050204.lua
expansions/script/c93050204.lua
+8
-0
expansions/script/c93050206.lua
expansions/script/c93050206.lua
+8
-0
No files found.
expansions/script/c93050202.lua
View file @
f3147b59
...
@@ -43,6 +43,14 @@ function s.tkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,6 +43,14 @@ function s.tkop(e,tp,eg,ep,ev,re,r,rp)
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
93050203
,
0x3af2
,
TYPES_TOKEN_MONSTER
,
3000
,
2500
,
8
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
)
then
return
end
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
93050203
,
0x3af2
,
TYPES_TOKEN_MONSTER
,
3000
,
2500
,
8
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
)
then
return
end
local
token
=
Duel
.
CreateToken
(
tp
,
93050203
)
local
token
=
Duel
.
CreateToken
(
tp
,
93050203
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
if
not
token
:
IsType
(
TYPE_EFFECT
)
then
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetCode
(
EFFECT_ADD_TYPE
)
e0
:
SetValue
(
TYPE_EFFECT
)
e0
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
token
:
RegisterEffect
(
e0
)
end
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
expansions/script/c93050204.lua
View file @
f3147b59
...
@@ -43,6 +43,14 @@ function s.tkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,6 +43,14 @@ function s.tkop(e,tp,eg,ep,ev,re,r,rp)
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
93050205
,
0x3af2
,
TYPES_TOKEN_MONSTER
,
3000
,
2500
,
8
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
)
then
return
end
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
93050205
,
0x3af2
,
TYPES_TOKEN_MONSTER
,
3000
,
2500
,
8
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
)
then
return
end
local
token
=
Duel
.
CreateToken
(
tp
,
93050205
)
local
token
=
Duel
.
CreateToken
(
tp
,
93050205
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
if
not
token
:
IsType
(
TYPE_EFFECT
)
then
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetCode
(
EFFECT_ADD_TYPE
)
e0
:
SetValue
(
TYPE_EFFECT
)
e0
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
token
:
RegisterEffect
(
e0
)
end
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
expansions/script/c93050206.lua
View file @
f3147b59
...
@@ -43,6 +43,14 @@ function s.tkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,6 +43,14 @@ function s.tkop(e,tp,eg,ep,ev,re,r,rp)
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
93050207
,
0x3af2
,
TYPES_TOKEN_MONSTER
,
3000
,
2500
,
8
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
)
then
return
end
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
93050207
,
0x3af2
,
TYPES_TOKEN_MONSTER
,
3000
,
2500
,
8
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
)
then
return
end
local
token
=
Duel
.
CreateToken
(
tp
,
93050207
)
local
token
=
Duel
.
CreateToken
(
tp
,
93050207
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
if
not
token
:
IsType
(
TYPE_EFFECT
)
then
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetCode
(
EFFECT_ADD_TYPE
)
e0
:
SetValue
(
TYPE_EFFECT
)
e0
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
token
:
RegisterEffect
(
e0
)
end
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
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