Advertisement
boblovespi

Random Thing generator

Nov 11th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. $name : Item Generator
  2. $author : boblovespi
  3. $amount : 1
  4. $button : Generate random item
  5.  
  6. $WprefixModifier
  7. good {d:4}{r:3}
  8. blunt {d:0}{r:2}
  9. mystical {d:9}{r:7}
  10. debug {d:20}{r:20}
  11. legendary {d:11}{r:9}
  12. typical {d:2}{r:2}
  13. long {d:2}{r:10}
  14. sturdy {d:6}{r:3}
  15. microscopic {d:0}{r:0}
  16. titanium {d:7}{r:2}
  17.  
  18. $toolName
  19. sword {d:5}{r:2}
  20. bow {d:4}{r:15}
  21. spear {d:3}{r:4}
  22. battleaxe {d:8}{r:1}
  23. phaseblade {d:7}{r:2}
  24. club {d:2}{r:2}
  25. golf club {d:4}{r:3}
  26. knife {d:7}{r:0}
  27. sythe {d:4}{r:3}
  28.  
  29. $randomSuffix
  30. of something
  31. of doom
  32. of light
  33. of peace
  34. of fire
  35. of candy
  36. of boron nitride
  37. of aluminiticilite
  38. of synthileztineum
  39.  
  40.  
  41. $AprefixModifier
  42. good {p:4}
  43. normal {p:3}
  44. legendary {p:9}
  45. crappy {p:1}
  46. weak {p:2}
  47.  
  48. $armorName
  49. greaves {p:2}
  50. helm {p:4}
  51. bodypiece {p:5}
  52.  
  53. $material
  54. wood {p:1}
  55. titanium {p:6}
  56. carbon-silicone plating {p:7}
  57.  
  58. $phrase
  59. <h3>Your weapon is a [WprefixModifier,#pM] [toolName,#tM] [randomSuffix].</h3><br>Damage: [#pM,as d]+[#tM,as d]<br>Range: [#pM,as r]+[#tM,as r]
  60. <h3>Your armor is a [AprefixModifier,#pM] [material,#mM] [armorName,#aM].</h3><br>Protection: [#pM,as p]+[#mM,as p]+[#aM,as p]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement