Skip to content

Instantly share code, notes, and snippets.

@alxjrvs
Last active August 29, 2015 14:13
Show Gist options
  • Save alxjrvs/2071ed011992c97bfa58 to your computer and use it in GitHub Desktop.
Save alxjrvs/2071ed011992c97bfa58 to your computer and use it in GitHub Desktop.
class Fighter
include ModsDsl
role :class
level 1 do
mods :feat_count, +1
mods :fortitutde_save, +2
mods :will_save, +0
mods :reflex_save, +0
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment