Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 655 Bytes

File metadata and controls

14 lines (12 loc) · 655 Bytes

easyList

Tool(s) for generating simple army lists for WH40K

Files:

  • pieces.py - defenitions for model and weapon classes
  • ruleGrab.py - contains Rule class for working with rule files and basic tools for helping pull rules from battlescribe data files
  • units.py - some actual units defined as subclasses (examples and personal use)
  • weapons.py - weapons subclassed
  • diceStats.py - classes and tools for dice statistics, 40k focus
  • index.py - bare web-based fuzzy rule lookup
  • versus.py - functions for generating mathhammer reports on Model objects
  • getch.pu - Not mine. See http://code.activestate.com/recipes/134892/