Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
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
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
magicseteditor
Commits
11af24bd
Commit
11af24bd
authored
Sep 09, 2007
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed type statistic.
All stats have icons now.
parent
f64c9f3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
data/magic.mse-game/game
data/magic.mse-game/game
+6
-1
data/magic.mse-game/stats/color_colored_cost.png
data/magic.mse-game/stats/color_colored_cost.png
+0
-0
data/magic.mse-game/stats/cost_colored_cost.png
data/magic.mse-game/stats/cost_colored_cost.png
+0
-0
No files found.
data/magic.mse-game/game
View file @
11af24bd
...
@@ -759,7 +759,7 @@ card field:
...
@@ -759,7 +759,7 @@ card field:
card field:
card field:
type: text
type: text
name: type
name: type
icon: stats/creature_type.png
show statistics: false
save value: false
save value: false
script:
script:
# Either just supertype, or subtype - supertype
# Either just supertype, or subtype - supertype
...
@@ -1152,6 +1152,7 @@ statistics dimension:
...
@@ -1152,6 +1152,7 @@ statistics dimension:
statistics dimension:
statistics dimension:
name: race
name: race
icon: stats/creature_type.png
description: Race of creatures and tribal cards
description: Race of creatures and tribal cards
script:
script:
if is_creature(card.super_type) or is_tribal(card.super_type) then
if is_creature(card.super_type) or is_tribal(card.super_type) then
...
@@ -1159,6 +1160,7 @@ statistics dimension:
...
@@ -1159,6 +1160,7 @@ statistics dimension:
show empty: false
show empty: false
statistics dimension:
statistics dimension:
name: creature class
name: creature class
icon: stats/creature_type.png
description: Class of creature cards
description: Class of creature cards
script:
script:
if is_creature(card.super_type) then
if is_creature(card.super_type) then
...
@@ -1217,12 +1219,14 @@ statistics category:
...
@@ -1217,12 +1219,14 @@ statistics category:
statistics category:
statistics category:
name: color / colored cost
name: color / colored cost
icon: stats/color_colored_cost.png
type: scatter
type: scatter
dimension: card color
dimension: card color
dimension: colored mana cost
dimension: colored mana cost
statistics category:
statistics category:
name: cost / colored cost
name: cost / colored cost
icon: stats/cost_colored_cost.png
type: scatter pie
type: scatter pie
dimension: converted mana cost
dimension: converted mana cost
dimension: colored mana cost
dimension: colored mana cost
...
@@ -1230,6 +1234,7 @@ statistics category:
...
@@ -1230,6 +1234,7 @@ statistics category:
statistics category:
statistics category:
name: creature race / class
name: creature race / class
icon: stats/creature_type.png
type: scatter pie
type: scatter pie
dimension: race
dimension: race
dimension: creature class
dimension: creature class
...
...
data/magic.mse-game/stats/color_colored_cost.png
0 → 100644
View file @
11af24bd
1.23 KB
data/magic.mse-game/stats/cost_colored_cost.png
0 → 100644
View file @
11af24bd
1.18 KB
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