Biblyon the Great

This zine is dedicated to articles about the fantasy role-playing game Gods & Monsters, and other random musings.

Gods & Monsters Fantasy Role-Playing

Beyond here lie dragons

Freeform Villains & Vigilantes calculator

Jerry Stratton, May 13, 2012

I just posted a replacement for MathPad on my general blog. MathPad is a great application for freeform calculations, kind of a cross between a calculator and a spreadsheet. It’s one application I use a lot, but unfortunately it hasn’t been updated in a long time and won’t work on Mac OS X Lion. So I finally wrote a simple replacement in Perl that, while it won’t do everything MathPad does, will do most of what I use MathPad for.

Either MathPad or padmath can be used for freeform calculations, such as this “spreadsheet” I used for a Villains & Vigilantes character:

  • --villains and vigilantes calculations
  • weight = 210
  • age = 47
  • level = 1
  • strength = 22
  • endurance = 10
  • agility = 10
  • intelligence = 15
  • charisma = 9
  • power = strength+endurance+agility+intelligence
  • movement = strength+endurance+agility
  • income = age*intelligence*charisma*10
  • savings = income*intelligence/100
  • supercash = income/10*level
  • capacity = ((strength/10)^3+endurance/10)*weight/2
  • security = 40-level-intelligence-charisma --neither int nor charisma can be greater than 25
  • power
  • movement
  • capacity
  • income
  • savings
  • supercash
  • security
  • 1223-653

Have MathPad or padmath recalculate, and the bottom section changes to:

  • --villains and vigilantes calculations
  • power: 57
  • movement: 42
  • capacity: 1223.0400
  • income: 63450
  • savings: 9517.5000
  • supercash: 6345.0000
  • security: 15
  • 1223-653: 570

I find MathPad very useful for making quick calculations in games that need them during character creation.

  1. <- Build a fire
  2. Game Junky ->