Skip to content

KjarrigansDnDGroup/dnd_macros_roll20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roll20 Macro Generator

This scripts fetches an url from the D&D Wiki (great site btw) and converts the information there to a roll20-macro. There are some TODO's left but its already pretty good for most spells. Macros are based on the D&D 3.5 StdRoll Template

TODO

  • add special conditions (Material, XP or Focus) as "attribute" in the table with the specific price/value
  • convert dice-rolls and level dependent stuff to auto-calulated values
  • change the notes from the summary to the (shortened) description
  • decide how to handle the clerics "domains"
  • compare the wiki information with the Player's Handbook

Spell-Status

  • Sorcerer: 99% spells, some checked
  • Cleric: few basic spells, unchecked
  • Ranger: complete, unchecked

Helpfull scripts

  • rake readable['Sor/0-*']
  • rake minify['Sor/0-*']
  • rake autoconvert['Sor/0-*']

The validation process is something like this:

rake readable git commit (for better comparison of the changes) rake autoconvert loop do rake readable edit rake minify C&P into Testgame in roll20 Test/Modify macro [C&P back into editor] end

About

Fetch the spells from the dandwiki and convert them to a valid rolll20 macro.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages