Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. const string METAFAC_1_RANK_0 = "Fighter (1)";
  2. const string METAFAC_1_RANK_1 = "Veteran (2)";
  3. const string METAFAC_1_RANK_2 = "Warrior (3)";
  4. const string METAFAC_1_RANK_3 = "Champion (4)";
  5. const string METAFAC_1_RANK_4 = "Hero (5)";
  6. const string METAFAC_1_RANK_5 = "Warlord (6)";
  7.  
  8. const string METAFAC_2_RANK_0 = "Loyalist (1)";
  9. const string METAFAC_2_RANK_1 = "Veteran (2)";
  10. const string METAFAC_2_RANK_2 = "Defender (3)";
  11. const string METAFAC_2_RANK_3 = "Captain (4)";
  12. const string METAFAC_2_RANK_4 = "Knight (5)";
  13. const string METAFAC_2_RANK_5 = "Lord (6)";
  14.  
  15. const string METAFAC_3_RANK_0 = "Agent (1)";
  16. const string METAFAC_3_RANK_1 = "Sabateur (2)";
  17. const string METAFAC_3_RANK_2 = "Slayer (3)";
  18. const string METAFAC_3_RANK_3 = "Executioner (4)";
  19. const string METAFAC_3_RANK_4 = "Black Knight (5)";
  20. const string METAFAC_3_RANK_5 = "Grand Master (6)";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement