Add tests

This commit is contained in:
uwap 2022-12-31 09:04:15 +01:00
parent 3bd6b0ac2c
commit a64f40b6cc
11 changed files with 2252 additions and 21 deletions

View file

@ -0,0 +1,12 @@
const BodyPartCosts = {
[MOVE]: 50,
[WORK]: 100,
[CARRY]: 50,
[ATTACK]: 80,
[RANGED_ATTACK]: 150,
[HEAL]: 250,
[CLAIM]: 600,
[TOUGH]: 10
}
export default BodyPartCosts;