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
d2e27c89
Commit
d2e27c89
authored
Jul 25, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://code.moenext.com/mycard/pre-release-database-cdb
parents
3159c483
c5db5fd3
Pipeline
#39510
passed with stages
in 3 minutes and 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
script/c101302029.lua
script/c101302029.lua
+2
-2
script/c101302072.lua
script/c101302072.lua
+1
-1
script/c101302080.lua
script/c101302080.lua
+1
-1
No files found.
script/c101302029.lua
View file @
d2e27c89
...
...
@@ -29,8 +29,8 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
s
.
desfilter
(
c
,
tp
)
return
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
return
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
desfilter
,
1
,
nil
,
tp
)
...
...
script/c101302072.lua
View file @
d2e27c89
...
...
@@ -50,7 +50,7 @@ function s.tgtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
{
b2
,
aux
.
Stringid
(
id
,
2
),
2
},
{
b3
,
aux
.
Stringid
(
id
,
3
),
3
},
{
b4
,
aux
.
Stringid
(
id
,
4
),
4
})
c
:
RemoveCounter
(
tp
,
0x70
,
op
,
REASON_COST
)
Duel
.
RemoveCounter
(
tp
,
1
,
0
,
0x70
,
op
,
REASON_COST
)
if
op
==
1
or
op
==
2
then
e
:
SetCategory
(
CATEGORY_ATKCHANGE
)
elseif
op
==
3
then
...
...
script/c101302080.lua
View file @
d2e27c89
...
...
@@ -44,7 +44,7 @@ function s.initial_effect(c)
--deckdes
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e5
:
SetCategory
(
CATEGORY_DECKDES
)
e5
:
SetCategory
(
CATEGORY_
TOGRAVE
+
CATEGORY_
DECKDES
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e5
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e5
:
SetCode
(
EVENT_TO_GRAVE
)
...
...
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