Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
a4fca387
Commit
a4fca387
authored
Jul 31, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
88a546ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
expansions/script/c66620615.lua
expansions/script/c66620615.lua
+7
-7
No files found.
expansions/script/c66620615.lua
View file @
a4fca387
--绮奏斥律·梦骸返跃
function
c66620615
.
initial_effect
(
c
)
-- 可以从自己的手卡·场上·墓地把1只「绮奏」怪兽除外,从以下效果选择1个发动
-- 自己场上的「绮奏」怪兽为对象的效果由对方发动时才能发动,那个效果无效并破坏
local
e1
=
Effect
.
CreateEffect
(
c
)
-- 可以从自己的手卡·场上·墓地把1只「绮奏」怪兽除外,从以下效果选择1个发动
-- 自己场上的「绮奏」怪兽为对象的效果由对方发动时才能发动,那个效果无效并破坏
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
66620615
,
0
))
e1
:
SetCategory
(
CATEGORY_DISABLE
+
CATEGORY_DESTROY
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
@@ -15,8 +15,8 @@ function c66620615.initial_effect(c)
e1
:
SetTarget
(
c66620615
.
distg
)
e1
:
SetOperation
(
c66620615
.
disop
)
c
:
RegisterEffect
(
e1
)
-- 对方把怪兽召唤·反转召唤·特殊召唤之际才能发动,那个无效,那些怪兽回到手卡
-- 对方把怪兽召唤·反转召唤·特殊召唤之际才能发动,那个无效,那些怪兽回到手卡
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
66620615
,
1
))
e2
:
SetCategory
(
CATEGORY_DISABLE_SUMMON
+
CATEGORY_DESTROY
)
...
...
@@ -77,7 +77,7 @@ end
-- 自己场上的「绮奏」怪兽为对象的效果由对方发动时才能发动,那个效果无效并破坏
function
c66620615
.
discfilter
(
c
,
tp
)
return
c
:
IsControler
(
tp
)
and
c
:
IsSetCard
(
0x666a
)
and
c
:
IsType
(
TYPE_MONSTER
)
return
c
:
IsControler
(
tp
)
and
c
:
IsSetCard
(
0x666a
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsFaceup
()
and
c
:
IsLocation
(
LOCATION_MZONE
)
end
function
c66620615
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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