enemy behavior #22

Open
opened 2023-08-10 21:40:53 -05:00 by zephyr · 0 comments
Owner

Enemies follow a simple FSM with these states:

  1. Spawning. During this time, set the enemy's target according to the highest threat party member. Enemies will eventually need an animation and/or vfx to play during this in case they are visible during.
  2. Moving toward target.
  3. Attacking. Or, standing still and letting the skill system play out.
  4. Feared, moving away from their target.
  5. Dæd.

Behavioral variables include movement speed and distance at which they transition from moving to attacking.

Enemies follow a simple FSM with these states: 1. Spawning. During this time, set the enemy's target according to the highest threat party member. Enemies will eventually need an animation and/or vfx to play during this in case they are visible during. 2. Moving toward target. 3. Attacking. Or, standing still and letting the skill system play out. 4. Feared, moving away from their target. 5. Dæd. Behavioral variables include movement speed and distance at which they transition from moving to attacking.
zephyr added this to the Prototype milestone 2023-08-10 21:40:53 -05:00
zephyr self-assigned this 2023-08-16 10:25:49 -05:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/idle-survivors#22
No description provided.