Advertisement
Guest User

character generator for medieval fantasy

a guest
Jan 20th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. download it at: https://www.mediafire.com/file/198fudpclzs92md/mookgen.py/file
  2.  
  3. EXAMPLE USAGE:
  4.  
  5. >>> import mookgen as m
  6. >>> m.party(5,3) <-- it's commented in the .py file but 5 is number of people, and 3 is how magic it is (scale of 0 to 2 x party size)
  7.  
  8. character 1
  9. * name: Saisalyn the Tall
  10. * archetype: ranged, magic user
  11. * physical description: ugly, strong
  12. * uses: bow, brain magic, handaxe
  13. * armor: cloth
  14. * carrying: professional letter
  15.  
  16. character 2
  17. * name: Daten of Stormbridge
  18. * archetype: support, inherent magic user
  19. * physical description: ugly
  20. * uses: illusion magic, death magic
  21. * armor: padded
  22. * carrying: personal letter
  23. * quirks: scarred, magic markings
  24. * edgy backstory:
  25. ten minutes ago, my plot device was destroyed by the villain!
  26. i'll overcome the MAN and break their pots and pans!
  27.  
  28. character 3
  29. * name: Rolan
  30. * archetype: tank
  31. * physical description: slow
  32. * personality: doesn't lie
  33. * uses: big axe, mace
  34. * armor: leather and mail
  35. * carrying: lesser mcguffin
  36.  
  37. character 4
  38. * name: Armil Springheart
  39. * archetype: dps
  40. * physical description: slow
  41. * uses: punching and kicking, paired axes
  42. * armor: cloth
  43. * carrying: local map
  44. * quirks: sneaky
  45. * edgy backstory:
  46. in a world before time, my pets were sold at an auction by the MAN!
  47. i'll become a slave to industrial accidents and fart on their stuff!
  48.  
  49. character 5
  50. * name: Duenson
  51. * archetype: ranged
  52. * physical description: fast
  53. * uses: crossbow, punching and kicking
  54. * armor: padded
  55. * carrying: medicine, personal letter
  56. * quirks: wears perfume
  57. * edgy backstory:
  58. ten minutes ago, my pile of money was cremated by my own failings!
  59. i'll conquer hopelessness and kill their kids!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement