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
5e9f578c
Commit
5e9f578c
authored
Oct 14, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
967319ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/script/c66620230.lua
expansions/script/c66620230.lua
+1
-1
expansions/script/c66690240.lua
expansions/script/c66690240.lua
+1
-1
No files found.
expansions/script/c66620230.lua
View file @
5e9f578c
...
@@ -17,7 +17,7 @@ function s.initial_effect(c)
...
@@ -17,7 +17,7 @@ function s.initial_effect(c)
-- 双方回合1次,从自己的手卡·场上·墓地把1只机械族怪兽除外,以场上1张表侧表示卡为对象才能发动。作为对象的卡的效果无效并破坏,直到下个回合的结束时,那张卡存在过的区域不能使用,这次决斗中自己不能为让「绮奏·缄星绝唱 赫罗绯尔忒」的效果发动而把相同属性的怪兽除外
-- 双方回合1次,从自己的手卡·场上·墓地把1只机械族怪兽除外,以场上1张表侧表示卡为对象才能发动。作为对象的卡的效果无效并破坏,直到下个回合的结束时,那张卡存在过的区域不能使用,这次决斗中自己不能为让「绮奏·缄星绝唱 赫罗绯尔忒」的效果发动而把相同属性的怪兽除外
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetCategory
(
CATEGORY_DESTROY
+
CATEGORY_REMOVE
)
e2
:
SetCategory
(
CATEGORY_D
ISABLE
+
CATEGORY_D
ESTROY
+
CATEGORY_REMOVE
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
expansions/script/c66690240.lua
View file @
5e9f578c
...
@@ -40,7 +40,7 @@ function s.initial_effect(c)
...
@@ -40,7 +40,7 @@ function s.initial_effect(c)
-- 对方把手卡的怪兽的效果发动时,把1张手卡除外才能发动,那个效果无效并除外
-- 对方把手卡的怪兽的效果发动时,把1张手卡除外才能发动,那个效果无效并除外
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e3
:
SetCategory
(
CATEGORY_
NEGAT
E
+
CATEGORY_REMOVE
)
e3
:
SetCategory
(
CATEGORY_
DISABL
E
+
CATEGORY_REMOVE
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
...
...
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