Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
4,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. defaultTargetVersion = "2_6"
  2. liveTargetVersion = "3_0"
  3. targetVersionList = { "2_6", "3_0" }
  4. targetVersions = {
  5. ["2_6"] = {
  6. short = "2.6",
  7. long = "2.6 (Atlas of Worlds)",
  8. treeVersionList = { "2_6" },
  9. defaultTreeVersion = "2_6",
  10. latestTreeVersion = "2_6",
  11. },
  12. ["3_0"] = {
  13. short = "3.9",
  14. long = "3.9 (Conquerors of the Atlas)",
  15. treeVersionList = { "3_6", "3_7", "3_8", "3_9" },
  16. defaultTreeVersion = "3_6",
  17. latestTreeVersion = "3_9",
  18. },
  19. }
  20.  
  21. treeVersionList = { "2_6", "3_6", "3_7", "3_8", "3_9" }
  22. treeVersions = {
  23. ["2_6"] = {
  24. short = "2.6",
  25. export = "https://www.pathofexile.com/passive-skill-tree/2.6.2/",
  26. targetVersion = "2_6",
  27. },
  28. ["3_6"] = {
  29. short = "3.6",
  30. export = "https://www.pathofexile.com/passive-skill-tree/3.6.0/",
  31. targetVersion = "3_0",
  32. },
  33. ["3_7"] = {
  34. short = "3.7",
  35. export = "https://www.pathofexile.com/passive-skill-tree/3.7.0/",
  36. targetVersion = "3_0",
  37. },
  38. ["3_8"] = {
  39. short = "3.8",
  40. export = "https://www.pathofexile.com/passive-skill-tree/3.8.0/",
  41. targetVersion = "3_0",
  42. },
  43. ["3_9"] = {
  44. short = "3.9",
  45. export = "https://www.pathofexile.com/passive-skill-tree/3.9.0/",
  46. targetVersion = "3_0",
  47. },
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement