Difference between revisions of "CharacterStatistics"
From NorCon MUSH
(Created page with "== Age == {{AgeChart}} == Height == {{HeightChart}} == Build == {{BuildChart}} ") |
|||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Age == | == Age == | ||
| + | |||
| + | === Statistics === | ||
| + | ==== Median ==== | ||
| + | * Median age of PCs: '''{{#ask:[[Age::+]] [[Status::PC]] | ||
| + | |?Age | ||
| + | |format=median | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Median age of all characters: '''{{#ask:[[Age::+]] [[Status::!deceased]] | ||
| + | |?Age | ||
| + | |format=median | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Median age of Female PCs: '''{{#ask:[[Age::+]] [[Status::PC]] [[Gender::F]] | ||
| + | |?Age | ||
| + | |format=median | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Median age of Male PCs: '''{{#ask:[[Age::+]] [[Status::PC]] [[Gender::M]] | ||
| + | |?Age | ||
| + | |format=median | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | |||
| + | ==== Average ==== | ||
| + | * Average age of PCs: '''{{#ask:[[Age::+]] [[Status::PC]] | ||
| + | |?# | ||
| + | |?Age | ||
| + | |format=average | ||
| + | |limit=1000 | ||
| + | |link=all | ||
| + | |headers=show | ||
| + | |searchlabel=... further results | ||
| + | }}''' | ||
| + | * Average age of all characters: '''{{#ask:[[Age::+]] [[Status::!deceased]] | ||
| + | |?# | ||
| + | |?Age | ||
| + | |format=average | ||
| + | |limit=1000 | ||
| + | |link=all | ||
| + | |headers=show | ||
| + | |searchlabel=... further results | ||
| + | }}''' | ||
| + | * Average age of Female PCs: '''{{#ask:[[Age::+]] [[Status::PC]] [[Gender::F]] | ||
| + | |?Age | ||
| + | |format=average | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Average age of Male PCs: '''{{#ask:[[Age::+]] [[Status::PC]] [[Gender::M]] | ||
| + | |?Age | ||
| + | |format=average | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | |||
| + | ==== Oldest ==== | ||
| + | * Oldest Female PC: '''{{#ask:[[Gender::F]] [[Age::+]] [[Status::PC]] | ||
| + | |?Age | ||
| + | |format=max | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Oldest Male PC: '''{{#ask:[[Gender::M]] [[Age::+]] [[Status::PC]] | ||
| + | |?Age | ||
| + | |format=max | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Oldest Female Character: '''{{#ask:[[Gender::F]] [[Age::+]] [[Status::!deceased]] | ||
| + | |?Age | ||
| + | |format=max | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Oldest Male Character: '''{{#ask:[[Gender::M]] [[Age::+]] [[Status::!deceased]] | ||
| + | |?Age | ||
| + | |format=max | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | |||
| + | ==== Youngest ==== | ||
| + | * Youngest Female PC: '''{{#ask:[[Gender::F]] [[Age::+]] [[Status::PC]] | ||
| + | |?Age | ||
| + | |format=min | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Youngest Male PC: '''{{#ask:[[Gender::M]] [[Age::+]] [[Status::PC]] | ||
| + | |?Age | ||
| + | |format=min | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Youngest Female Character: '''{{#ask:[[Gender::F]] [[Age::+]] | ||
| + | |?Age | ||
| + | |format=min | ||
| + | |limit=1000 | ||
| + | }}''' | ||
| + | * Youngest Male Character: '''{{#ask:[[Gender::M]] [[Age::+]] | ||
| + | |?Age | ||
| + | |format=min | ||
| + | |limit=1000 | ||
| + | }}''' | ||
{{AgeChart}} | {{AgeChart}} | ||
== Height == | == Height == | ||
| + | |||
| + | == Statistics == | ||
| + | === Median === | ||
| + | * Median Height for all characters: '''{{HeightCalculations |format=median}}''' | ||
| + | * Median Height for PCs: '''{{HeightCalculations |status=PC |format=median}}''' | ||
| + | * Median Height for Female PCs: '''{{HeightCalculations |status=PC |gender=F |format=median}}''' | ||
| + | * Median Height for Male PCs: '''{{HeightCalculations |status=PC |gender=M |format=median}}''' | ||
| + | |||
| + | === Average === | ||
| + | * Average Height for all characters: '''{{HeightCalculations |format=average}}''' | ||
| + | * Average Height for PCs: '''{{HeightCalculations |status=PC |format=average}}''' | ||
| + | * Average Height for Female PCs: '''{{HeightCalculations |status=PC |gender=F |format=average}}''' | ||
| + | * Average Height for Male PCs: '''{{HeightCalculations |status=PC |gender=M |format=average}}''' | ||
| + | |||
| + | === Maximum === | ||
| + | * Maximum Height for all characters: '''{{HeightCalculations |format=max}}''' | ||
| + | * Maximum Height for PCs: '''{{HeightCalculations |status=PC |format=max}}''' | ||
| + | * Maximum Height for Female PCs: '''{{HeightCalculations |status=PC |gender=F |format=max}}''' | ||
| + | * Maximum Height for Male PCs: '''{{HeightCalculations |status=PC |gender=M |format=max}}''' | ||
| + | |||
| + | === Minimum === | ||
| + | * Minimum Height for all characters: '''{{HeightCalculations |format=min}}''' | ||
| + | * Minimum Height for PCs: '''{{HeightCalculations |status=PC |format=min}}''' | ||
| + | * Minimum Height for Female PCs: '''{{HeightCalculations |status=PC |gender=F |format=min}}''' | ||
| + | * Minimum Height for Male PCs: '''{{HeightCalculations |status=PC |gender=M |format=min}}''' | ||
{{HeightChart}} | {{HeightChart}} | ||
| Line 10: | Line 132: | ||
{{BuildChart}} | {{BuildChart}} | ||
| + | |||
| + | == Hair == | ||
| + | |||
| + | ''NB: As this is a free-text field, these are approximate numbers only.'' | ||
| + | |||
| + | * Red: '''{{#ask:[[Hair::~*red*||~*Red*||~*auburn*||~*Auburn*||~*rusty*||~*copper*||~*Copper*]] [[Character::+]]|?Hair|format=count|limit=1000}}''' | ||
| + | * PC Red: '''{{#ask:[[Hair::~*red*||~*Red*||~*auburn*||~*Auburn*||~*rusty*||~*copper*||~*Copper*]] [[Character::+]] [[Status::PC]]|?Hair|format=count|limit=1000}}''' | ||
| + | * Brown: '''{{#ask:[[Hair::~*brown*||~*Brown*||~*chestnut*||~*Chestnut*||~*brunette*||~*Brunette*||~*walnut*||~*Walnut*]] [[Character::+]]|?Hair|format=count|limit=1000}}''' | ||
| + | * PC Brown: '''{{#ask:[[Hair::~*brown*||~*Brown*||~*chestnut*||~*Chestnut*||~*brunette*||~*Brunette*||~*walnut*||~*Walnut*]] [[Character::+]] [[Status::PC]]|?Hair|format=count|limit=1000}}''' | ||
| + | * Blond(e): '''{{#ask:[[Hair::~*blond*||~*Blond*||~*sandy*||~*toffee*]][[Character::+]] |?Hair|format=count|limit=1000}}''' | ||
| + | * PC Blond(e): '''{{#ask:[[Hair::~*blond*||~*Blond*||~*sandy*||~*toffee*]] [[Character::+]] [[Status::PC]]|?Hair|format=count|limit=1000}}''' | ||
| + | * Black : '''{{#ask:[[Hair::~*black*||~*Black*||~*dark*||~*Dark*]] [[Character::+]] |?Hair|format=count|limit=1000}}''' | ||
| + | * PC Black: '''{{#ask:[[Hair::~*black*||~*Black*||~*dark*||~*Dark*]] [[Character::+]] [[Status::PC]]|?Hair|format=count|limit=1000}}''' | ||
| + | * Grey : '''{{#ask:[[Hair::~*grey*||~*Gray*||~*grey*||~*Gray*||~*silver*||~*Silver*]] [[Character::+]] |?Hair|format=count|limit=1000}}''' | ||
| + | * PC Grey: '''{{#ask:[[Hair::~*grey*||~*Gray*||~*grey*||~*Gray*||~*silver*||~*Silver*]] [[Character::+]] [[Status::PC]]|?Hair|format=count}}''' | ||
Latest revision as of 21:13, 17 January 2016
Contents
Age
Statistics
Median
- Median age of PCs: 38
- Median age of all characters: 39.5
- Median age of Female PCs: 39
- Median age of Male PCs: 35
Average
- Average age of PCs: 37.885714285714
- Average age of all characters: 41.617788461538
- Average age of Female PCs: 39.684210526316
- Average age of Male PCs: 35.75
Oldest
- Oldest Female PC: 62
- Oldest Male PC: 72
- Oldest Female Character: 102
- Oldest Male Character: 96
Youngest
- Youngest Female PC: 17
- Youngest Male PC: 19
- Youngest Female Character: 4
- Youngest Male Character: 4
All Characters
Current Characters
Height
Statistics
Median
- Median Height for all characters: 5' 8"
- Median Height for PCs: 5' 8"
- Median Height for Female PCs: 5' 5"
- Median Height for Male PCs: 6' 1"
Average
- Average Height for all characters: 5' 8"
- Average Height for PCs: 5' 8"
- Average Height for Female PCs: 5' 5"
- Average Height for Male PCs: 6' 1"
Maximum
- Maximum Height for all characters: 6' 5"
- Maximum Height for PCs: 6' 4"
- Maximum Height for Female PCs: 6' 1"
- Maximum Height for Male PCs: 6' 4"
Minimum
- Minimum Height for all characters: 4' 9"
- Minimum Height for PCs: 4' 10"
- Minimum Height for Female PCs: 4' 10"
- Minimum Height for Male PCs: 5' 10"
All Characters
Current PCs
Build
All Characters
Current Characters
Hair
NB: As this is a free-text field, these are approximate numbers only.
- Red: 13
- PC Red: 5
- Brown: 69
- PC Brown: 10
- Blond(e): 43
- PC Blond(e): 9
- Black : 73
- PC Black: 10
- Grey : 2
- PC Grey: 0