Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Vury Leo
pre-release-database-cdb
Commits
8d1eeee8
Commit
8d1eeee8
authored
Apr 15, 2025
by
yxli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Tempest
parent
5ca76fb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
script/c101208096.lua
script/c101208096.lua
+3
-3
No files found.
script/c101208096.lua
View file @
8d1eeee8
--Mitsurugi Tempest
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
101208
1
92
,
19899073
,
55397172
)
aux
.
AddCodeList
(
c
,
101208
0
92
,
19899073
,
55397172
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
...
...
@@ -14,7 +14,7 @@ function s.initial_effect(c)
e1
:
SetOperation
(
s
.
activate
)
c
:
RegisterEffect
(
e1
)
end
s
.
spchecks
=
aux
.
CreateChecks
(
Card
.
IsOriginalCodeRule
,{
101208
1
92
,
19899073
,
55397172
})
s
.
spchecks
=
aux
.
CreateChecks
(
Card
.
IsOriginalCodeRule
,{
101208
0
92
,
19899073
,
55397172
})
function
s
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x1c3
)
and
c
:
IsType
(
TYPE_RITUAL
)
and
c
:
IsType
(
TYPE_SPELL
)
end
...
...
@@ -22,7 +22,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
function
s
.
rlfilter
(
c
,
tp
)
return
c
:
IsOriginalCodeRule
(
101208
1
92
,
19899073
,
55397172
)
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
return
c
:
IsOriginalCodeRule
(
101208
0
92
,
19899073
,
55397172
)
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
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