Difference between revisions of "Gardening Bot"


Deprecated: Creation of dynamic property PPDStack::$accum is deprecated in /home2/xelnath/public_html/atomech/includes/parser/Preprocessor_DOM.php on line 753
From Atomech Dev Wiki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:GardeningBot.png|thumb|right]]
+
 
 +
<div class="thumb tright">
 +
<div class="thumbinner" style="width:302px;">
 +
<div id="spine-widget" style="width: 100%; height: 100%;"></div>
 +
<center> <div id="sentry-text"><b>Gardening Claw</b></div> </center>
 +
<html>
 +
<script>
 +
new spine.SpineWidget("spine-widget", {
 +
json: "spine/Website/Assets/Gardening Bot.json",
 +
atlas: "spine/Website/Assets/Gardening Bot.atlas",
 +
animation: "Idle1",
 +
backgroundColor: "#00000000",
 +
debug: false,
 +
        fitToCanvas: true,
 +
        premultipliedAlpha: "true",
 +
success: function (widget) {
 +
var animIndex = 0;
 +
widget.canvas.onclick = function () {
 +
animIndex++;
 +
 
 +
                        var customAnimationList = ["Idle1", "Idle2", "Idle3", "Attack Full", "Death Start", "Move", "Revive"];
 +
if (animIndex >= customAnimationList.length) animIndex = 0;
 +
widget.setAnimation(customAnimationList[animIndex]);
 +
$('#sentry-text').html('<b>'+customAnimationList[animIndex]+'</b>');
 +
 
 +
}
 +
}
 +
});
 +
</script>
 +
</html>
 +
</div>
 +
</div>
  
 
The humble hedge keepers of the Thyrene palace, they have only basic tools which are corrupted by the attacking rebel forces and used against Phalanx as she tries to infiltrate the palace.
 
The humble hedge keepers of the Thyrene palace, they have only basic tools which are corrupted by the attacking rebel forces and used against Phalanx as she tries to infiltrate the palace.
Line 6: Line 37:
 
==Gameplay==
 
==Gameplay==
  
Movement: Patrol in a path
+
* Movement: Patrol in a path
Combat Movement: Seek into range, float above the target
+
* Combat Movement: Seek into range, float above the target
  
 
''Abilities:''  
 
''Abilities:''  
  
Claw Attack - Direct attack on targets on equal or higher height
+
* Claw Attack - Direct attack on targets on equal or higher height
Dive Attack - Downward swoop that deals heavier damage
+
* Dive Attack - Downward swoop that deals heavier damage
  
 
''Vulnerabilities:''
 
''Vulnerabilities:''
  
Grapple - Pulls creature to the target
+
* Grapple - Pulls creature to the target
Sonic - Disables flight temporarily
+
* Sonic - Disables flight temporarily
Possession - Can be instantly possessed
+
* Possession - Can be instantly possessed

Latest revision as of 22:00, 12 June 2017

Gardening Claw

The humble hedge keepers of the Thyrene palace, they have only basic tools which are corrupted by the attacking rebel forces and used against Phalanx as she tries to infiltrate the palace.


Gameplay

  • Movement: Patrol in a path
  • Combat Movement: Seek into range, float above the target

Abilities:

  • Claw Attack - Direct attack on targets on equal or higher height
  • Dive Attack - Downward swoop that deals heavier damage

Vulnerabilities:

  • Grapple - Pulls creature to the target
  • Sonic - Disables flight temporarily
  • Possession - Can be instantly possessed