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
a31566f2
Commit
a31566f2
authored
Apr 18, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 恋する乙女
parent
80b6b075
Pipeline
#35267
passed with stages
in 1 minute and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
pics/101208087.jpg
pics/101208087.jpg
+0
-0
script/c100240001.lua
script/c100240001.lua
+6
-6
test-strings.conf
test-strings.conf
+1
-1
No files found.
pics/101208087.jpg
View replaced file @
80b6b075
View file @
a31566f2
93.3 KB
|
W:
|
H:
90.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
script/c100240001.lua
View file @
a31566f2
...
...
@@ -31,7 +31,7 @@ function s.initial_effect(c)
e4
:
SetOperation
(
s
.
ccop
)
c
:
RegisterEffect
(
e4
)
end
s
.
counter_add_list
=
{
0x106
e
}
s
.
counter_add_list
=
{
0x106
f
}
function
s
.
atklimit
(
e
,
c
)
return
c
==
e
:
GetHandler
()
end
...
...
@@ -40,10 +40,10 @@ function s.cccon(e,tp,eg,ep,ev,re,r,rp)
return
c
:
IsRelateToBattle
()
and
c
:
IsStatus
(
STATUS_OPPO_BATTLE
)
end
function
s
.
cfilter
(
c
)
return
c
:
IsControlerCanBeChanged
()
and
c
:
GetCounter
(
0x106
e
)
>
0
return
c
:
IsControlerCanBeChanged
()
and
c
:
GetCounter
(
0x106
f
)
>
0
end
function
s
.
cctg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
Card
.
IsCanAddCounter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
0x106
e
,
1
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
Card
.
IsCanAddCounter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
0x106
f
,
1
)
local
b2
=
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
if
chk
==
0
then
return
b1
or
b2
end
local
op
=
0
...
...
@@ -55,7 +55,7 @@ function s.cctg(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
SetLabel
(
op
)
if
op
==
1
then
e
:
SetCategory
(
CATEGORY_COUNTER
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsCanAddCounter
,
tp
,
0
,
LOCATION_MZONE
,
nil
,
0x106
e
,
1
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsCanAddCounter
,
tp
,
0
,
LOCATION_MZONE
,
nil
,
0x106
f
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_COUNTER
,
g
,
1
,
0
,
0
)
elseif
op
==
2
then
e
:
SetCategory
(
CATEGORY_CONTROL
)
...
...
@@ -66,11 +66,11 @@ end
function
s
.
ccop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
e
:
GetLabel
()
==
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsCanAddCounter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
0x106
e
,
1
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsCanAddCounter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
0x106
f
,
1
)
local
tc
=
g
:
GetFirst
()
if
tc
then
Duel
.
HintSelection
(
g
)
tc
:
AddCounter
(
0x106
e
,
1
)
tc
:
AddCounter
(
0x106
f
,
1
)
end
else
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
...
...
test-strings.conf
View file @
a31566f2
#The first line is used for comment
!
setname
0
x1c3
巳剑
Mitsurugi
!
counter
0
x6e
四季指示物
!
counter
0
x106
e
少女指示物
!
counter
0
x106
f
少女指示物
!
setname
0
x2cc
瞬间移动
!
setname
0
x2cd
神艺
!
setname
0
x2ce
狱神
...
...
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