Ability/Script

From Wildermyth Wiki
< Ability
Revision as of 08:31, 27 May 2022 by Sten (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a Python script to generate the Ability tables. Copy the code in the box below into a text file named wikiAbilityTable.py (or whatever you want) inside the Wildermyth directory. Then run it by calling python wikiAbilityTable.py from the command line.[1] It will create a text file named wikiAbilityTable.txt with the appropriate wiki-formatted content.

  1. More precisely, you can put the script anywhere, but you need to call it from the Wildermyth directory.