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
MyCard
pre-release-database-cdb
Commits
7adf2e4c
Commit
7adf2e4c
authored
Jun 19, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
86b4382d
Pipeline
#37835
passed with stages
in 2 minutes and 35 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
DUAD-EN.cdb
DUAD-EN.cdb
+0
-0
script/c101301084.lua
script/c101301084.lua
+2
-1
script/c101301085.lua
script/c101301085.lua
+1
-1
No files found.
DUAD-EN.cdb
View file @
7adf2e4c
No preview for this file type
script/c101301084.lua
View file @
7adf2e4c
...
...
@@ -13,6 +13,7 @@ function s.initial_effect(c)
--spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_PZONE
)
e1
:
SetCountLimit
(
1
)
...
...
@@ -24,7 +25,7 @@ function s.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e
1
:
SetRange
(
LOCATION_MZONE
)
e
2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCondition
(
s
.
ritcon
)
e2
:
SetValue
(
s
.
efilter
)
c
:
RegisterEffect
(
e2
)
...
...
script/c101301085.lua
View file @
7adf2e4c
...
...
@@ -38,7 +38,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
s
.
lcheck
(
g
)
return
g
:
GetClassCount
(
Card
.
GetLinkRace
)
==
g
:
GetCount
()
and
g
:
GetClassCount
(
Card
.
GetLinkAttribute
)
==
g
:
GetCount
(
)
return
not
aux
.
SameValueCheck
(
g
,
Card
.
GetLinkRace
)
and
not
aux
.
SameValueCheck
(
g
,
Card
.
GetLinkAttribute
)
end
function
s
.
piercetg
(
e
,
c
)
return
c
:
IsAllTypes
(
TYPE_RITUAL
+
TYPE_MONSTER
)
and
e
:
GetHandler
():
GetLinkedGroup
():
IsContains
(
c
)
...
...
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