Skip to content

Instantly share code, notes, and snippets.

@theo-bittencourt
Created November 12, 2015 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theo-bittencourt/2b564b09b3a9b7342508 to your computer and use it in GitHub Desktop.
Save theo-bittencourt/2b564b09b3a9b7342508 to your computer and use it in GitHub Desktop.
BM Rotation
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