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
7e8758c4
Commit
7e8758c4
authored
Dec 28, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
2361d1f6
Pipeline
#8376
passed with stages
in 27 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/script/c16150008.lua
expansions/script/c16150008.lua
+1
-1
expansions/script/c30553251.lua
expansions/script/c30553251.lua
+2
-2
No files found.
expansions/script/c16150008.lua
View file @
7e8758c4
...
...
@@ -71,7 +71,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
0
,
0
,
aux
.
Stringid
(
m
,
4
))
--serch
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
m
,
5
)
e2
:
SetDescription
(
aux
.
Stringid
(
m
,
5
)
)
e2
:
SetCategory
(
CATEGORY_TOGRAVE
+
CATEGORY_EQUIP
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
...
...
expansions/script/c30553251.lua
View file @
7e8758c4
...
...
@@ -7,7 +7,7 @@ function cm.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
c
:
RegisterEffect
(
e1
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_
SEARCH
+
CATEGORY_
TOGRAVE
+
CATEGORY_REMOVE
)
e2
:
SetCategory
(
CATEGORY_TOGRAVE
+
CATEGORY_REMOVE
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
)
...
...
@@ -56,5 +56,5 @@ function cm.tf21(c)
return
c
:
IsAbleToRemove
()
and
(
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
or
(
c
:
IsSetCard
(
0x301
)
and
c
:
IsFaceup
()))
end
function
cm
.
tf22
(
c
)
return
c
:
IsSetCard
(
0x301
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
AbleToGrave
()
return
c
:
IsSetCard
(
0x301
)
and
c
:
IsAbleToGrave
()
end
\ No newline at end of file
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