Add ESLint, Add worker utils
This commit is contained in:
parent
a64f40b6cc
commit
c026087af1
29 changed files with 3042 additions and 1734 deletions
|
|
@ -1,12 +1,12 @@
|
|||
const BodyPartCosts = {
|
||||
[MOVE]: 50,
|
||||
[WORK]: 100,
|
||||
[CARRY]: 50,
|
||||
[ATTACK]: 80,
|
||||
[RANGED_ATTACK]: 150,
|
||||
[HEAL]: 250,
|
||||
[CLAIM]: 600,
|
||||
[TOUGH]: 10
|
||||
}
|
||||
[MOVE]: 50,
|
||||
[WORK]: 100,
|
||||
[CARRY]: 50,
|
||||
[ATTACK]: 80,
|
||||
[RANGED_ATTACK]: 150,
|
||||
[HEAL]: 250,
|
||||
[CLAIM]: 600,
|
||||
[TOUGH]: 10,
|
||||
};
|
||||
|
||||
export default BodyPartCosts;
|
||||
export default BodyPartCosts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue