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

config.template.yml

Blame
  • 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