Dark Vision
I'm trying to create a vanilla unit with dark vision 50, and Sombre helped work out a few things, but I'm still having issues.
The root issue seems to be that there is no #darkvision tag to assign dark vision to a unit. The work around is to use copy stats to steal it from a unit that already has it, but then you end up getting the rest of their attributes as well.
The first unit to steal from is 1010, but this will also give you magic and mountain survival. You can get rid of the magic with #clearmagic, but there seems to be no way to get rid of survival.
The second unit is 1447, but this unit has all three pieces of armor. You can get rid of all the units armor with #armor "nothing". But if you want the unit to just wear body armor and wield a two handed weapon, things don't work quite right.
If you just assign a two handed weapon, you'll get the weapon and keep the shield. You can also try and create a new monster that copies from 1447 and assigns #armor nothing, and they copystat from this new monster. But if you then assign body armor, the shield and hat come back.
Any more suggestions/ideas?
|