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
070fb369
Commit
070fb369
authored
Feb 12, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ヤミーズメント☆ミニヨン
parent
ba2aea7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
DBJH.cdb
DBJH.cdb
+0
-0
script/c100236023.lua
script/c100236023.lua
+10
-10
No files found.
DBJH.cdb
View file @
070fb369
No preview for this file type
script/c100236023.lua
View file @
070fb369
...
...
@@ -28,16 +28,16 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e3
)
--to deck
local
e
3
=
Effect
.
CreateEffect
(
c
)
e
3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e
3
:
SetCategory
(
CATEGORY_TODECK
)
e
3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e
3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e
3
:
SetRange
(
LOCATION_GRAVE
)
e
3
:
SetCountLimit
(
1
,
id
+
o
)
e
3
:
SetTarget
(
s
.
tdtg
)
e
3
:
SetOperation
(
s
.
tdop
)
c
:
RegisterEffect
(
e
3
)
local
e
4
=
Effect
.
CreateEffect
(
c
)
e
4
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
e
4
:
SetCategory
(
CATEGORY_TODECK
)
e
4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e
4
:
SetType
(
EFFECT_TYPE_IGNITION
)
e
4
:
SetRange
(
LOCATION_GRAVE
)
e
4
:
SetCountLimit
(
1
,
id
+
o
)
e
4
:
SetTarget
(
s
.
tdtg
)
e
4
:
SetOperation
(
s
.
tdop
)
c
:
RegisterEffect
(
e
4
)
end
function
s
.
atkfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_BEAST
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
...
...
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