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
33859831
Commit
33859831
authored
Oct 08, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
99d3a92b
Pipeline
#6156
passed with stages
in 32 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
expansions/script/c33500204.lua
expansions/script/c33500204.lua
+4
-4
No files found.
expansions/script/c33500204.lua
View file @
33859831
...
...
@@ -16,7 +16,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--search
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
-- e2:SetCode(EVENT_SUMMON_SUCCESS)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
...
...
@@ -28,7 +28,7 @@ function cm.initial_effect(c)
e2
:
SetOperation
(
cm
.
thop
)
c
:
RegisterEffect
(
e2
)
--e3mat check
--
local e3=Effect.CreateEffect(c)
--
local e3=Effect.CreateEffect(c)
-- e3:SetType(EFFECT_TYPE_SINGLE)
-- e3:SetCode(EFFECT_MATERIAL_CHECK)
-- e3:SetValue(cm.valcheck)
...
...
@@ -94,8 +94,8 @@ end
-- e:SetLabel(flag)
--end
--function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
--
return e:GetHandler():IsSummonType(SUMMON_TYPE_ADVANCE)
--
and e:GetLabelObject():GetLabel()~=0
--
return e:GetHandler():IsSummonType(SUMMON_TYPE_ADVANCE)
-- and e:GetLabelObject():GetLabel()~=0
--end
--function cm.regop(e,tp,eg,ep,ev,re,r,rp)
-- local e3=Effect.CreateEffect(e:GetHandler())
...
...
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