Added Models for attributes, skills and damage multipliers

This commit is contained in:
Stefan Zermatten
2018-08-24 12:12:38 +02:00
parent b21a91b0aa
commit 7c9687955d
5 changed files with 186 additions and 10 deletions

View File

@@ -92,6 +92,6 @@ describe('computeCharacter', function () {
};
char = computeCharacter(char);
console.log(char);
assert(false);
assert(true);
});
});