[1] Adding new monsters is possible and perhaps even desirable. I was thinking we could add 'Diamond Edge' and 'Mace of Disruption' monsters

[2] The code does not copy the monster info in any way, except for the symbol used to draw the player. We are free to do whatever we want, though it is obviously desirable to make each evolutionary step behave like the original.
[3] For attacks, we can do one of two things. Either give the player an equipped object and use the normal attack code. Or we can give the player innate attacks. The equipped object approach would be easier to implement since all the code for all the various slay flags is already implemented. Also, the object ... I mean the player ... will show up in the Equipment dump.
[4] But we need to decide about other equipment slots. The realistic option is none! But perhaps we could give a few jewelry slots and say that the weapon is "adorned".
If you can create everything yourself, the Death Scythe is just a name and symbol on your map. If you actually gain his damage it will be too powerful, you might need to create a second Death Scythe monster who has a spawn chance of 0.0% with changed stats. But just copying the barehand fighting doesn't make sense either, you can't punch or kick stuff. But you have more experience with this with all those non-weapon monster classes. So that's up to you to fix.


But I like monsters with multiple evolutions. Especially if you gain stuff with an evolution.As weapon you could get Vorpal_Flag as Death sword and the retaliation as Scythe. I've also no idea how many slots are needed, might use the same system as jellies.
I would go with Broken Death Sword -> Death Sword -> Animated Polearm -> Hellblade -> Deathscythe
Broken Death Sword: res_poi, res_blind, no_cut (no blood in metal), hold_life
Death Sword: Same as above + Vorpal
Animated P: Same as above + res Cold + res Elec
Hellblade: Same + res chaos
Death scythe: Same + retaliation
Broken Death Sword: res_poi, res_blind, no_cut (no blood in metal), hold_life
Death Sword: Same as above + Vorpal
Animated P: Same as above + res Cold + res Elec
Hellblade: Same + res chaos
Death scythe: Same + retaliation
Every evolution gets +1 item slot(?) and evolving should be in a non-linear way. First three forms are those of low level monsters and the last two (especially the DS) are very deep. Would be weird to be a Hellblade while killing the orcs in the OC.
But getting the DS form around lvl 30 is a bit late.


Enough spamming from my side. Your turn to make stuff balanced (or just making it work).
*edit* made this post without seeing your last one, im going to read it after making/eating dinner
*edit* made this post without seeing your last one, im going to read it after making/eating dinner
My thoughts on absorption was to track everything by flag, rather than by object. For each flag, then, their would be a formula as for how to translate the number of absorbed essences into player attributes. So, absorbing infravision would be fairly easy up to maybe 100', but then would become more difficult. Absorbing Slay Evil would be rather difficult: perhaps you need 10 essences before you actually get slay evil.
Anyway, these are just my thoughts. Feel free to suggest alternatives if you had something different in mind. I'll let you know if you suggest something that is too difficult (or "impossible).
Leave a comment: