Add comment

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-30 12:55:10 -08:00
parent b534e23580
commit 285aaab102

View File

@ -11,7 +11,7 @@ export interface CreatureDefinition {
acceleration: number
maxSpeed: number
turnRate: number
laziness: number // Laziness determines how often the creature wanders each time it decides if it should wander. 1 means it'll never act, 0 means it'll always act.
laziness: number // Laziness determines how often the creature wanders each time it decides if it should wander. 1 means it'll never act, 0 means it'll always act. laziness can also prevent immediate attacking when a monster is in range.
noisiness: number // Noisness determines how likely the creature randomly will make noise.
erratic: number // Erratic determines how likely the creature will randomly change direction while running.
health: number