diff --git a/.gitignore b/.gitignore index f7c4ce5bc56f5b194d657b5e2c42e442b5f14d1b..cc9a88a1064eb16d5258cde1976678c2e8807d8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ node_modules yarn.lock .vscode -config.json \ No newline at end of file +config.yml \ No newline at end of file diff --git a/config.template.yml b/config.template.yml new file mode 100644 index 0000000000000000000000000000000000000000..b29500406aee6bf668410d51ba5bd91996374747 --- /dev/null +++ b/config.template.yml @@ -0,0 +1,26 @@ +port: 3000 +secret: cf13b4c99b46f8cc07ca89146122b7aa +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 \ No newline at end of file