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
a240ba1e
Commit
a240ba1e
authored
Aug 28, 2007
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added statistics of creature race and class
parent
8da3bb91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
5 deletions
+22
-5
data/magic.mse-game/game
data/magic.mse-game/game
+22
-5
No files found.
data/magic.mse-game/game
View file @
a240ba1e
...
@@ -1119,11 +1119,21 @@ statistics dimension:
...
@@ -1119,11 +1119,21 @@ statistics dimension:
split list: true
split list: true
icon: stats/keywords.png
icon: stats/keywords.png
#statistics dimension:
statistics dimension:
# name: p/t
name: race
# script: card.pt
description: Race of creatures and tribal cards
# numeric: true
script:
# icon: stats/power.png
if is_creature(card.super_type) or is_tribal(card.super_type) then
only_first(card.sub_type)
show empty: false
statistics dimension:
name: creature class
description: Class of creature cards
script:
if is_creature(card.super_type) then
space_to_comma(trim(remove_tags(only_next(card.sub_type))))
show empty: false
split list: true
#statistics dimension:
#statistics dimension:
# name: word count
# name: word count
...
@@ -1187,6 +1197,13 @@ statistics category:
...
@@ -1187,6 +1197,13 @@ statistics category:
dimension: colored mana cost
dimension: colored mana cost
dimension: card color
dimension: card color
statistics category:
name: creature race / class
type: scatter pie
dimension: race
dimension: creature class
dimension: card color
#statistics field:
#statistics field:
# name: creature type
# name: creature type
# data 1:
# data 1:
...
...
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