Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
nanahira
DataEditorX
Commits
c20076a4
Commit
c20076a4
authored
May 12, 2017
by
keyongyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.4.3.1 pack.db
parent
95965d12
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
19 additions
and
7 deletions
+19
-7
.gitignore
.gitignore
+2
-0
DataEditorX/Core/Mse/CardPack.cs
DataEditorX/Core/Mse/CardPack.cs
+5
-3
DataEditorX/Core/Mse/MseMaker.cs
DataEditorX/Core/Mse/MseMaker.cs
+1
-1
DataEditorX/DataEditorX.csproj
DataEditorX/DataEditorX.csproj
+3
-0
DataEditorX/Properties/AssemblyInfo.cs
DataEditorX/Properties/AssemblyInfo.cs
+1
-1
DataEditorX/changed.txt
DataEditorX/changed.txt
+2
-0
DataEditorX/pack.db
DataEditorX/pack.db
+0
-0
DataEditorX/readme.txt
DataEditorX/readme.txt
+1
-1
win32/.gitignore
win32/.gitignore
+1
-0
win32/changed.txt
win32/changed.txt
+2
-0
win32/readme.txt
win32/readme.txt
+1
-1
win32/win32.zip
win32/win32.zip
+0
-0
No files found.
.gitignore
View file @
c20076a4
...
...
@@ -230,3 +230,5 @@ pip-log.txt
.mr.developer.cfg
/win32/*.cdb
/win32/data/history.txt
/win32/*.mse-set
/win32/set
DataEditorX/Core/Mse/CardPack.cs
View file @
c20076a4
...
...
@@ -40,8 +40,7 @@ public CardPack(long id)
if
(
rarity
.
Equals
(
"rare"
)
||
rarity
.
Equals
(
"normal rare"
))
{
return
"rare"
;
}
else
if
(
rarity
.
Contains
(
"parallel"
)
||
rarity
.
Contains
(
"Kaiba"
)
||
rarity
.
Contains
(
"duel terminal"
))
}
else
if
(
rarity
.
Contains
(
"parallel"
)
||
rarity
.
Contains
(
"Kaiba"
)
||
rarity
.
Contains
(
"duel terminal"
))
{
return
"parallel rare"
;
}
...
...
@@ -89,7 +88,10 @@ public CardPack(long id)
{
return
"millenium rare"
;
}
return
this
.
rarity
.
Split
(
'/'
)[
0
];
if
(
this
.
rarity
.
Contains
(
"/"
)){
return
this
.
rarity
.
Split
(
'/'
)[
0
];
}
return
this
.
rarity
;
}
}
}
DataEditorX/Core/Mse/MseMaker.cs
View file @
c20076a4
...
...
@@ -278,7 +278,7 @@ public string[] GetTypes(Card c)
{
//卡片类型,效果1,效果2,效果3
string
[]
types
=
new
string
[]
{
MseCardType
.
CARD_NORMAL
,
""
,
""
,
""
,
""
};
MseCardType
.
CARD_NORMAL
,
""
,
""
,
""
,
""
};
if
(
c
.
IsType
(
CardType
.
TYPE_MONSTER
))
{
//卡片类型和第1效果
if
(
c
.
IsType
(
CardType
.
TYPE_LINK
)){
...
...
DataEditorX/DataEditorX.csproj
View file @
c20076a4
...
...
@@ -189,6 +189,9 @@
<None
Include=
"Magic Set Editor 2\update\update.exe.config"
>
<CopyToOutputDirectory>
PreserveNewest
</CopyToOutputDirectory>
</None>
<None
Include=
"pack.db"
>
<CopyToOutputDirectory>
PreserveNewest
</CopyToOutputDirectory>
</None>
<None
Include=
"readme.txt"
>
<CopyToOutputDirectory>
PreserveNewest
</CopyToOutputDirectory>
</None>
...
...
DataEditorX/Properties/AssemblyInfo.cs
View file @
c20076a4
...
...
@@ -28,4 +28,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[
assembly
:
AssemblyVersion
(
"2.4.3.
0
"
)]
[
assembly
:
AssemblyVersion
(
"2.4.3.
1
"
)]
DataEditorX/changed.txt
View file @
c20076a4
★更新历史
2.4.3.1
pack.db更新
2.4.3.0
导出link的MSE存档
2.4.2.5
...
...
DataEditorX/pack.db
0 → 100644
View file @
c20076a4
File added
DataEditorX/readme.txt
View file @
c20076a4
[DataEditorX]2.4.3.
0
[DataEditorX]
[DataEditorX]2.4.3.
1
[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★运行环境(Environment)
...
...
win32/.gitignore
View file @
c20076a4
...
...
@@ -4,3 +4,4 @@
/Magic Set Editor 2
/Newtonsoft.Json.xml
/*.config
/pack.db
win32/changed.txt
View file @
c20076a4
★更新历史
2.4.3.1
pack.db更新
2.4.3.0
导出link的MSE存档
2.4.2.5
...
...
win32/readme.txt
View file @
c20076a4
[DataEditorX]2.4.3.
0
[DataEditorX]
[DataEditorX]2.4.3.
1
[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★运行环境(Environment)
...
...
win32/win32.zip
View file @
c20076a4
No preview for this file type
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