Skip to content

tv3636/wizards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forgotten Runes Wizard's Cult Name Rarity Ranking

Overview

Name rarity is calculated by breaking each wizard’s name into its four component parts: title, name, prepositions, and origin.

For example, Enchanter Victoria of the Arctic is broken down as:

  • title: Enchanter
  • name: Victoria
  • prepositions: of the
  • origin: Arctic

while Enchanter of the Keep becomes:

  • title: Enchanter
  • name: None
  • prepositions: of the
  • origin: Keep

These 4 categories can then be treated just like traits and scored as such.

A 5th trait is added to score the combination of categories with a non-null value for each wizard. The combo score acts in place of a score for name length, due to variance in the length of each trait (i.e. The Color Master is 3 words, but its 3 words are all part of a title, whereas Soran of Limbo is 3 words, but has a name, prepositions, and an origin).

The full breakdown of values for each trait (combo, title, name, prepositions, and origin) can be found here.

Scoring

The scoring works as follows:

First, wizards receive a base score for each trait correlated with how often that trait’s value occurs. The title “Enchanter” occurs 479 times, so its score is 10000 / 479 = 20.88. The combination {“title”: False, “name”: False, “prepositions”: True, “origin”: True} (i.e. of the Tower) appears only 8 times, giving it a base score of 10000 / 8 = 1250, and so on for each category.

Note that prepositions are ignored for scoring.

Next, base scores for each trait are divided by the average base score for that trait across all wizards, in order to normalize categories before weighing them. For example, if the average score for title was 100, each wizard's title score would be divided by 100. This would make the score for the title Enchanter above 20.88 / 100 = .2088.

To provide an appropriate weight for each category, scores are multipled by the average value in that category divided by the wizard's value in that category. The average name occurs 17.6 times across the collection, so a name that occurs only once is 17.6x more rare than average, and receives that weight.

Finally, a wizard's score for each category (title score, name score, origin score, and combo score) is summed up to its total. You can view the current ranking including the complete score breakdown here.

Disclaimer

This ranking is a work-in-progress and is subject to change as the algorithm is adjusted to better fit the collection. Please note that this particular ranking is only for names and does not consider any other true traits like Head, Body, Prop, and so on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages