desc=[[A haphazard collection of crumbling bones, with jerky movements that remind you of a child playing with a marionette. It only has one arm, but that's all it needs to hold a sword.]],
desc=[[A frail skeleton; just about the only bones that aren't cracked are its arms. It's missing a hand, but a notch has been carved into its wrist to let it pull back a bowstring regardless.]],
level_range={3,20},exp_worth=1,
rarity=3,
max_life=resolvers.rngavg(70,80),
combat_armor=5,combat_def=1,
...
...
@@ -79,7 +81,8 @@ newEntity{ base = "BASE_NPC_SKELETON",
desc=[[Given its condition, you're less inclined to think this skeleton knows proper spells, rather than simply disgorging its magical energy as it breaks down. This doesn't make it much less dangerous to be around, mind you.]],
level_range={5,25},exp_worth=1,
rarity=3,
max_life=resolvers.rngavg(50,60),
max_mana=resolvers.rngavg(70,80),
...
...
@@ -96,6 +99,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
desc=[[The forces binding this skeleton together are resilient enough to let it hold a shield and swing a weapon as well as it could have in life. It's still wearing its old armor, in rusty but servicable condition.]],
level_range={7,nil},exp_worth=1,
rarity=1,
max_life=resolvers.rngavg(90,100),
...
...
@@ -107,6 +111,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
desc=[[Nobody scavenged the high-quality bow from this archer before it was raised from the dead. You're about to wish the world had more grave-robbers.]],
level_range={9,nil},exp_worth=1,
rarity=3,
max_life=resolvers.rngavg(70,80),
...
...
@@ -120,6 +125,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
desc=[[It feels no pain. It moves with fluidity and strength that would tear natural muscles apart. It must be from a fresh corpse, since its bones, armor, and weapon are all in pristine condition. And it's furious.]],
level_range={13,nil},exp_worth=1,
rarity=5,
max_life=resolvers.rngavg(90,100),
...
...
@@ -162,11 +169,12 @@ newEntity{ base = "BASE_NPC_SKELETON",
desc=[[This skeleton can fire arrows and nock new ones with blinding speed. Arcane forces pull its bones with unnatural precision - its arms will never tremble or get tired.]],
desc=[[Most skeletons announce their presence with a chorus of rattling bones; this one's been charred black and has enough cartilage between its joints to muffle its approach. The first you'll see of it will be the flash of its blade.]],