Editing Monsters

From Age of Dungeons Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
<!--To do:
*Get Pictures of different Monster types
*Get stats of monsters
::-Max health of monster types on each floor
::-Damage of monster types on each floor
-->
There are a variety of different common enemies that can be encountered, some floor specific, some reoccurring. As the player dives further into the dungeon, more enemies will spawn in each room.
There are a variety of different common enemies that can be encountered, some floor specific, some reoccurring. As the player dives further into the dungeon, more enemies will spawn in each room.


Line 399: Line 406:
File:Mite.png|Mite
File:Mite.png|Mite
</gallery>
</gallery>
==Health Range Formulas==
<spoiler>
Bandit: getrandom(10,25) + (%level * 20) <br>
outlaw: getrandom(30,50) + (%level * 20) <br>
robber: getrandom(30,50) + (%level * 20) <br>
robber deadeye: getrandom(30,50) + (%level * 20) <br>
hitman: getrandom(40,60) + (%level * 20) <br>
cultist: getrandom(60,70) + (%level * 20) <br>
goblin: getrandom(15,30) + (%level * 15) <br>
armored goblin: getrandom(15,30) + (%level * 15) <br>
bug: (%level / 2.5) * getrandom(30,40) <br>
big bug: (%level / 2.5) * getrandom(30,50) <br>
armored bug: (%level / 2.5) * getrandom(35,65) <br>
bug spitter: (%level / 2.5) * getrandom (50,80) <br>
cicada: (%level / 2.5) * getrandom(40,60) <br>
mite spitter: (%level / 2.5) * getrandom(35,50) <br>
wasp (%level / 3) * getrandom(10,15) <br>
jumping mite: (%level / 2.5) * getrandom(20,30) <br>
guard mite: (%level / 2.5) * getrandom(40,50)
</spoiler>


<!--
<!--
Please note that all contributions to Age of Dungeons Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Age of Dungeons:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)