Skip to content
Snippets Groups Projects
Select Git revision
  • tmp-1
  • master default protected
  • develop
  • v0.2.0 protected
  • v0.1.0 protected
5 results

config.template.yml

Blame
  • user avatar
    Martin Lehoux authored
    2afeb117
    History
    config.template.yml 319 B
    port: 3000
    secret: GENERATE
    cryptRounds: 10
    maxActionPoints: 480
    initAttributesPoints: 15
    attributes:
      - strength
      - constitution
      - dexterity
      - intelligence
      - wisdom
      - charisma
    costTable:
      7: -4
      8: -2
      9: -1
      10: 0
      11: 1
      12: 2
      13: 3
      14: 5
      15: 7
      16: 10
      17: 13
      18: 17
    maxCharactersNumber: 4