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

Defensive enemies are a the most resistance and


  • Properties:

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

     - 2 behaviour paths: 
     * can see a player 
     * cannot see a player
    
  • Behaviour - can see a player:

     - Obtains the position of its target
     - Moves towards that target
     - If close enough, will attack the target
    
  • Behaviour - cannot see a player:

     - Clears focus
     - Selects a random location
     - Moves towards that location
     - Waits 1 second
    
  • Attack Type:

     - Melee based (close combat), attacks through the use of an animation
     - When the player is hit, they will take damage.
    
⚠️ **GitHub.com Fallback** ⚠️