matthileo

Untitled

May 2nd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. !! echo "";
  2.  
  3. newline = "
  4. ";
  5.  
  6. NOTE="This macro is too long for Discord. You must create a !setCharacter macro with a placeholder command and then paste this into it's token page. If you don't know how to do that, you probably shouldn't mess with this.";
  7.  
  8. IMPORTANTREADME = "Run the commands between the quotes first manually, to create the tables that the macros use. DO NOT do this if you're already using any of these tables for existing macros!!!!";
  9.  
  10. comment = "!table create me bonus";
  11. comment = "!table create me text";
  12. comment = "!table create me level";
  13. comment = "!table create me feature";
  14. comment = "!table create me ability";
  15. comment = "!table create me phrase";
  16. comment = "!table create me weapon";
  17.  
  18. user.text["name"] = "Matthileo";
  19.  
  20. user.level["warlock"]=5;
  21. user.level["rogue"]=5;
  22. user.level["total"] = user.level["warlock"] + "+" + user.level["rogue"];
  23.  
  24. user.bonus["str"] = "-1";
  25. user.bonus["con"] = 1;
  26. user.bonus["int"] = 1;
  27. user.bonus["wis"] = 0;
  28. user.bonus["cha"] = 4;
  29. user.bonus["dex"] = 4;
  30. user.bonus["death"] = 0;
  31.  
  32. user.bonus["prof"] = 4;
  33. user.bonus["skills"] = 0;
  34. user.bonus["saves"] = 1;
  35. user.bonus["bard"] = 1;
  36.  
  37. user.feature["sneakAttackDice"]=3;
  38. user.feature["warlockSlotLevel"]=3;
  39. user.feature["cantripDice"]=2;
  40.  
  41. user.ability["acrobatics"] = user.bonus["dex"] + "+" + user.bonus["prof"]*2;
  42. user.ability["animal"] = user.bonus["wis"];
  43. user.ability["arcana"] = user.bonus["int"]+ "+" + user.bonus["prof"];
  44. user.ability["athletics"] = user.bonus["str"] + "+" + user.bonus["prof"]*2;
  45. user.ability["deception"] = user.bonus["cha"] + "+" + user.bonus["prof"];
  46. user.ability["history"] = user.bonus["int"];
  47. user.ability["insight"] = user.bonus["wis"] + "+" + user.bonus["prof"];
  48. user.ability["intimidation"] = user.bonus["cha"];
  49. user.ability["investigation"] = user.bonus["int"] + "+" + user.bonus["prof"];
  50. user.ability["medicine"] = user.bonus["wis"];
  51. user.ability["nature"] = user.bonus["int"];
  52. user.ability["perception"] = user.bonus["wis"] + "+" + user.bonus["prof"];
  53. user.ability["performance"] = user.bonus["cha"];
  54. user.ability["persuasion"] = user.bonus["cha"] + "+" + user.bonus["prof"];
  55. user.ability["religion"] = user.bonus["int"];
  56. user.ability["sleight"] = user.bonus["dex"];
  57. user.ability["stealth"] = user.bonus["dex"] + "+" + user.bonus["prof"];
  58. user.ability["survival"] = user.bonus["wis"];
  59. user.ability["str"] = user.bonus["str"];
  60. user.ability["con"] = user.bonus["con"];
  61. user.ability["int"] = user.bonus["int"];
  62. user.ability["wis"] = user.bonus["wis"];
  63. user.ability["cha"] = user.bonus["cha"];
  64. user.ability["dex"] = user.bonus["dex"];
  65. user.ability["init"] = user.bonus["dex"] + "+" + user.bonus["cha"];
  66. user.ability["initiative"] = user.ability["init"];
  67. user.ability["thief"] = user.bonus["dex"] + "+" + user.bonus["prof"];
  68. user.ability["poison"] = user.bonus["int"] + user.bonus["prof"];
  69.  
  70. user.text["str"] = "Strength";
  71. user.text["con"] = "Constitution";
  72. user.text["int"] = "Intelligence";
  73. user.text["wis"] = "Wisdom";
  74. user.text["cha"] = "Charisma";
  75. user.text["dex"] = "Dexterity";
  76. user.text["death"] = "Death";
  77.  
  78. user.text["prof"] = "Proficiency";
  79. user.text["skills"] = "Skill Bonus";
  80. user.text["saves"] = "Saving Throw Bonus";
  81.  
  82. user.text["acrobatics"] = "Acrobatics";
  83. user.text["animal"] = "Animal Handling";
  84. user.text["arcana"] = "Arcana";
  85. user.text["athletics"] = "Athletics";
  86. user.text["deception"] = "Deception";
  87. user.text["history"] = "History";
  88. user.text["insight"] = "Insight";
  89. user.text["intimidation"] = "Intimidation";
  90. user.text["investigation"] = "Investigation";
  91. user.text["medicine"] = "Medicine";
  92. user.text["nature"] = "Nature";
  93. user.text["perception"] = "Perception";
  94. user.text["performance"] = "Performance";
  95. user.text["persuasion"] = "Persuasion";
  96. user.text["religion"] = "Religion";
  97. user.text["sleight"] = "Sleight of Hand";
  98. user.text["stealth"] = "Stealth";
  99. user.text["survival"] = "Survival";
  100. user.text["init"] = "Initiative";
  101. user.text["initiative"] = "Initiative";
  102. user.text["thief"] = "Thieves' Tools";
  103. user.text["poison"] = "Poisoner's Kit";
  104.  
  105. user.weapon["sword dice"] = 1;
  106. user.weapon["sword size"] = 8;
  107. user.weapon["sword type"] = "Slashing";
  108. user.weapon["sword ability"] = "dex";
  109. user.weapon["sword phrase"] = user.text["name"] + "'s shadow sword slices silently though the air at ";
Advertisement
Add Comment
Please, Sign In to add comment