Health and Damage of the mobs[]
Does anyone know where to look for the health and damage values of mobs in the game files? Alan (talk) 08:06, 14 August 2022 (UTC)
"Armored mobs" are not separate mobs.[]
My friend, Minecraforever as known as MF, who is also the mod creator of the Dungeons Tower, found evidence that armored mobs are not separate mobs, they share a parent parameter with the original mobs. When he researched the tower system and Dungeons:API, he found that when the game system runs the zombie
parameter, both zombies and armored zombies can be generated, and the probability of generation depends on the level file. This is similar to when you summon a sheep in the vanilla game, it has a chance of being a different color. And we also found that the original mobs in dungeons had an ID of Variant0
.
Therefore, we need to proof that the zombie's ID is ZombieVariant0
instead of Zombie
. If the experiment is successful, that means Zombie
is a parent parameter rather than an ordinary zombie exclusive.
MF did an experiment with zombie:
- 1.Removed mobs parameters from Arch Haven's files, leaving only
zombie
. - 2.Change the
Zombie
parameter toZombieVariant1
, and then set 10+ mobs per group. - 3.Start the game, Head in Arch Haven.
Experimental results: Only ZombieVariant1
can be summon in Arch Haven.
Then follow the above steps and replace the Zombie
parameter with the ZombieVariant0
parameter.
Experimental results: Only zombies without equipment can be summon in Arch Haven.
Similarly, generating ZombieVariant2
is also successful, so the steps will not be repeated here.
These experiments prove that zombies have 3 variants, not that zombies have 2 armor variants.
So here is the concept that we discovered:
Based on the above evidence, I think MobVariant0
, MobVariant1
and MobVariant2
should be merged. This can also solve the problem of the conjecture name that has always existed.
Related experimental files can be asked for MF. He has Discord contact information. In addition, he is also Bilibili Uploader. There are a lot of videos about Dungeons API and tower.