It can also be seen as thematic that the 'creatures of the dark' like skeletons are not immune to light and the blindness caused by a sun infusion (sun versus dark).
The current code:
Code: Select all
define_as = "BASE_NPC_SKELETON",
cut_immune = 1,
blind_immune = 1,
fear_immune = 1,
poison_immune = 1,
see_invisible = 2,
undead = 1,Also, keep in mind that skeleton warrior, mage, archer and degenerative warrior are all amongst the top 9 killers in the game!
Code: Select all
Top 25 killers
6811 kills: Bill the Stone Troll
6321 kills: skeleton warrior
5159 kills: skeleton mage
3408 kills: rattlesnake
2873 kills: copperhead snake
2828 kills: skeleton archer
2487 kills: forest troll
2414 kills: The Shade
2191 kills: degenerated skeleton warriorHopefully, this change will improve balance a bit (it is really only a minor change, really, hardly game-changing).