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
5e0ea109
Commit
5e0ea109
authored
Aug 18, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
89bf2d46
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
1 deletion
+6
-1
expansions/script/c81004206.lua
expansions/script/c81004206.lua
+1
-1
expansions/script/c88123003.lua
expansions/script/c88123003.lua
+1
-0
expansions/script/c88123006.lua
expansions/script/c88123006.lua
+1
-0
expansions/script/c88123010.lua
expansions/script/c88123010.lua
+1
-0
expansions/script/c88123017.lua
expansions/script/c88123017.lua
+1
-0
expansions/script/c88123018.lua
expansions/script/c88123018.lua
+1
-0
No files found.
expansions/script/c81004206.lua
View file @
5e0ea109
...
...
@@ -14,8 +14,8 @@ function cm.initial_effect(c)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
activate
)
c
:
RegisterEffect
(
e1
)
cm
.
att1550_def1050
=
true
end
cm
.
att1550_def1050
=
true
function
cm
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsAttack
(
1550
)
and
c
:
IsDefense
(
1050
)
end
...
...
expansions/script/c88123003.lua
View file @
5e0ea109
...
...
@@ -22,6 +22,7 @@ function cm.initial_effect(c)
e2
:
SetOperation
(
cm
.
repop
)
c
:
RegisterEffect
(
e2
)
end
cm
.
asahina_chiya
=
true
function
cm
.
filter
(
c
)
return
c
:
GetBaseAttack
()
==
0
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
end
...
...
expansions/script/c88123006.lua
View file @
5e0ea109
...
...
@@ -26,6 +26,7 @@ function cm.initial_effect(c)
e2
:
SetOperation
(
cm
.
atkop
)
c
:
RegisterEffect
(
e2
)
end
cm
.
asahina_chiya
=
true
function
cm
.
atkfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
GetBaseAttack
()
==
0
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
end
...
...
expansions/script/c88123010.lua
View file @
5e0ea109
...
...
@@ -29,6 +29,7 @@ function cm.initial_effect(c)
e3
:
SetOperation
(
cm
.
spop
)
c
:
RegisterEffect
(
e3
)
end
cm
.
asahina_chiya
=
true
function
cm
.
filter
(
c
)
return
c
:
IsFaceup
()
and
c
:
GetBaseAttack
()
==
0
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
end
...
...
expansions/script/c88123017.lua
View file @
5e0ea109
...
...
@@ -29,6 +29,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
s
.
toss_coin
=
true
s
.
asahina_chiya
=
true
function
s
.
filter
(
c
)
return
c
:
GetBaseAttack
()
==
0
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
...
...
expansions/script/c88123018.lua
View file @
5e0ea109
...
...
@@ -38,6 +38,7 @@ function s.initial_effect(c)
e5
:
SetValue
(
s
.
damlimit
)
c
:
RegisterEffect
(
e5
)
end
s
.
asahina_chiya
=
true
function
s
.
indtg
(
e
,
c
)
return
c
:
GetBaseAttack
()
==
0
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsAttribute
(
ATTRIBUTE_FIRE
)
...
...
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