public class Job extends GameObject
| Modifier and Type | Field and Description |
|---|---|
int |
actions
The number of actions this Job can make per turn.
|
int |
carryLimit
How many combined resources a beaver with this Job can hold at once.
|
int |
chopping
Scalar for how many branches this Job harvests at once.
|
int |
cost
How much food this Job costs to recruit.
|
int |
damage
The amount of damage this Job does per attack.
|
int |
distractionPower
How many turns a beaver attacked by this Job is distracted by.
|
int |
health
The amount of starting health this Job has.
|
int |
moves
The number of moves this Job can make per turn.
|
int |
munching
Scalar for how much food this Job harvests at once.
|
java.lang.String |
title
The Job title.
|
logs| Modifier and Type | Method and Description |
|---|---|
Beaver |
recruit(Tile tile)
Recruits a Beaver of this Job to a lodge.
|
logpublic int actions
public int carryLimit
public int chopping
public int cost
public int damage
public int distractionPower
public int health
public int moves
public int munching
public java.lang.String title
© 2020 MST ACM SIG-GAME