Agressive Enemy - golden-coconut-studio/TikiAdventuresWiki GitHub Wiki

  • Agressives are the most powerfull and direct enemy.

  • Properties (these are always subject to change):

     - Damage: 1 
     - Armor: 0
     - Health: 7
    
  • Behaviour:

     - 3 behaviours paths: 
     * Idle (wake Up)
     * Alert (when te enemy see the player) 
     * Engage/Attack (when the enemy its closest enougth)
    
  • Behaviour - Idle:

     - This behaviour is so variable and can change the enemy to enemy.
    
  • Behaviour - Alert:

     - In this behaviour the enemy follow the nearest tiki in it cone vision.
    
  • Behaviour - Engage/Attack:

     - In this behaviour the enemy attack the player.
    
  • Attack Type:

     - Melee based (close combat), attacks through the use of an animation
     - When the player is hit, they will deal damage.