Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
ygopro-pre-data
Commits
7dfe74c3
Commit
7dfe74c3
authored
Mar 13, 2023
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
959698e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
expansions/pre-strings.conf
expansions/pre-strings.conf
+3
-2
script/c101111090.lua
script/c101111090.lua
+4
-1
No files found.
expansions/pre-strings.conf
View file @
7dfe74c3
#The first line is used for comment
!
setname
0
x290
黄金荣耀
Gold
Pride
!
setname
0
x1052
门之守护神|守护者
Gate
Guardian
!
setname
0
x192
黄金荣耀
Gold
Pride
!
setname
0
x193
至爱 フェイバリット
!
setname
0
x293
新式魔厨 ヌーベルズ
!
setname
0
x294
食谱 レシピ
!
setname
0
x295
至爱 フェイバリット
!
setname
0
x296
迷宫壁
Labyrinth
Wall
!
setname
0
x297
征服斗魂
VS
(ヴァンキッシュ・ソウル)
script/c101111090.lua
View file @
7dfe74c3
...
...
@@ -3,7 +3,7 @@
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x192
)
,
2
,
2
,
s
.
lcheck
)
aux
.
AddLinkProcedure
(
c
,
s
.
mfilter
,
2
,
2
,
s
.
lcheck
)
c
:
EnableReviveLimit
()
--destroy
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -29,6 +29,9 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
tdop
)
c
:
RegisterEffect
(
e2
)
end
function
s
.
mfilter
(
c
)
return
c
:
IsLevelAbove
(
0
)
and
c
:
IsLinkSetCard
(
0x192
)
end
function
s
.
lcheck
(
g
,
lc
)
return
g
:
GetClassCount
(
Card
.
GetLevel
)
==
g
:
GetCount
()
end
...
...
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