Sfsuphysics,
You *can* lazily mod only what you want : for example if you want to give 100 hp to the unit called "sample", you just have to write in a sample.dm file :
#selectmonster "sample"
#hp 100
And it's done ! Dom2 is a modder's laziness good friend !
Is it possible to mod the monsters from some master list already on the game? Or do you have to write the file that mods anything in the game?
You can modify a specific monster by selecting that monster to modify in the text file.
Quote:
And if the later is true (and unfortunately I think it is from my searching), does anyone have a list of everything in the game already written up for download? So I can just modify that?
The allview map contains every unit, so you can modify those by the appropriate commands. See the Troll mod on Illwinter's site for an example of how to do this.