Advertisement
WishNite

Hero Havoc Type Chart

Jan 13th, 2020
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. ["Basic"] = {
  2. SE = {},
  3. NVE = {"Mythic","Crystal","Metal"},
  4. NH = {"Spirit"},
  5. },
  6. ["Mental"] = {
  7. SE = {"Brawn","Beast","Poison"},
  8. NVE = {"Mental","Spirit","Metal",},
  9. NH = {"Dark"}
  10. },
  11. ["Brawn"] = {
  12. SE = {"Basic","Crystal","Ice","Metal"},
  13. NVE = {"Mental","Sharp","Insect","Air","Poison"},
  14. NH = {"Spirit"}
  15. },
  16. ["Fire"] = {
  17. SE = {"Food","Insect","Plant","Beast","Ice","Metal"},
  18. NVE = {"Fire","Water","Crystal"},
  19. NH = {},
  20. },
  21. ["Food"] = {
  22. SE = {"Mental","Brawn","Mythic"},
  23. NVE = {"Fire","Beast","Plant"},
  24. NH = {"Spirit","Crystal"},
  25. },
  26. ["Spark"] = {
  27. SE = {"Beast","Air","Water","Insect"},
  28. NVE = {"Mythic","Plant","Food","Spark","Crystal"},
  29. NH = {"Earth"}
  30. },
  31. ["Light"] = {
  32. SE = {"Mythic","Dark","Spirit"},
  33. NVE ={"Spark","Plant","Crystal"},
  34. NH = {}
  35. },
  36. ["Insect"] = {
  37. SE = {"Mental","Food","Plant"},
  38. NVE = {"Brawn","Fire","Air","Poison","Metal","Beast"},
  39. NH = {}
  40. },
  41. ["Plant"] = {
  42. SE = {"Earth","Light","Water"},
  43. NVE = {"Plant","Fire","Insect","Mythic","Metal","Air"},
  44. NH = {}
  45. },
  46.  
  47. ["Crystal"] = {
  48. SE = {"Fire","Spark","Mythic","Spirit"},
  49. NVE = {"Earth","Ice","Water"},
  50. NH = {}
  51. },
  52. ["Water"] = {
  53. SE = {"Fire","Earth","Food"},
  54. NVE = {"Water","Mythic","Plant"},
  55. NH = {}
  56. },
  57. ["Mythic"] = {
  58. SE = {"Mythic"},
  59. NVE = {"Crystal","Food"},
  60. NH = {}
  61. },
  62. ["Ice"] = {
  63. SE = {"Plant","Air","Earth"},
  64. NVE = {"Fire","Water","Ice","Metal"},
  65. NH = {},
  66. },
  67. ["Air"] = {
  68. SE = {"Brawn","Insect","Plant"},
  69. NVE = {"Metal","Spark","Poison"},
  70. NH = {}
  71. },
  72. ["Poison"] = {
  73. SE = {"Earth","Plant","Water","Air"},
  74. NVE = {"Poison","Spirit"},
  75. NH = {"Crystal","Metal"}
  76. },
  77. ["Spirit"] = {
  78. SE = {"Spirit","Mental"},
  79. NVE = {"Crystal","Dark"},
  80. NH = {"Basic","Light"}
  81. },
  82. ["Dark"] = {
  83. SE = {"Mental","Light","Spirit"},
  84. NVE = {"Food","Dark"},
  85. NH = {}
  86. },
  87. ["Earth"] = {
  88. SE = {"Fire","Crystal","Spark","Metal"},
  89. NVE = {"Poison","Plant","Insect"},
  90. NH = {"Air"}
  91. },
  92. ["Metal"] = {
  93. SE = {"Ice","Crystal"},
  94. NVE = {"Fire","Spark","Water","Metal"},
  95. },
  96. ["Beast"] = {
  97. SE = {"Food","Beast","Insect"},
  98. NVE = {"Brawn","Fire","Mythic"},
  99. NH = {},
  100. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement