Created
November 12, 2015 17:36
-
-
Save theo-bittencourt/2b564b09b3a9b7342508 to your computer and use it in GitHub Desktop.
BM Rotation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARCHETYPE_ROTATION = [ | |
["common_man", "helpful", "idealist", "ruler", | |
"alchemist", "mentor", "hero", "creative", | |
"explorer", "rebel", "seducer", "joker"], | |
["joker", "seducer", "rebel", "explorer", | |
"creative", "hero", "mentor", "alchemist", | |
"ruler", "idealist", "helpful", "common_man"], | |
["mentor", "creative", "joker", "hero", | |
"rebel", "common_man", "ruler", "helpful", | |
"seducer", "alchemist", "explorer", "idealist"], | |
["idealist", "alchemist", "creative", "helpful", | |
"rebel", "ruler", "common_man", "seducer", | |
"hero", "joker", "explorer", "mentor"] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment