Add tests
This commit is contained in:
parent
3bd6b0ac2c
commit
a64f40b6cc
11 changed files with 2252 additions and 21 deletions
12
src/Constants/BodyPartCosts.ts
Normal file
12
src/Constants/BodyPartCosts.ts
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue