Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOPro-FESTiVAL
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
聖園ミカ
YGOPro-FESTiVAL
Commits
0e2c187a
Commit
0e2c187a
authored
Jan 19, 2025
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
man!
parent
df393940
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
script/c81084013.lua
script/c81084013.lua
+13
-13
No files found.
script/c81084013.lua
View file @
0e2c187a
...
@@ -65,19 +65,19 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -65,19 +65,19 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
tc
:
CompleteProcedure
()
tc
:
CompleteProcedure
()
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
--
local e1=Effect.CreateEffect(tc)
local
e1
=
Effect
.
CreateEffect
(
tc
)
--
e1:SetDescription(aux.Stringid(m,0))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
--
e1:SetCategory(CATEGORY_HANDES)
e1
:
SetCategory
(
CATEGORY_HANDES
)
--
e1:SetType(EFFECT_TYPE_QUICK_O)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
--
e1:SetCode(EVENT_FREE_CHAIN)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
--
e1:SetRange(LOCATION_MZONE)
e1
:
SetRange
(
LOCATION_MZONE
)
--
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
--
e1:SetHintTiming(0,TIMING_DRAW+TIMING_TOHAND+TIMING_END_PHASE)
e1
:
SetHintTiming
(
0
,
TIMING_DRAW
+
TIMING_TOHAND
+
TIMING_END_PHASE
)
--
e1:SetCountLimit(1)
e1
:
SetCountLimit
(
1
)
--
e1:SetTarget(cm.rmtg)
e1
:
SetTarget
(
cm
.
rmtg
)
--
e1:SetOperation(cm.rmop)
e1
:
SetOperation
(
cm
.
rmop
)
--
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
--
tc:RegisterEffect(e1,true)
tc
:
RegisterEffect
(
e1
,
true
)
if
not
tc
:
IsType
(
TYPE_EFFECT
)
then
if
not
tc
:
IsType
(
TYPE_EFFECT
)
then
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
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