Page 1 of 1

Obsidian Golems

Posted: Sat Feb 09, 2013 5:49 am
by Jon Leir
I was wondering how the Golems compared to henchmen stat wise.

I was considering taking up leadership as a secondary on my miner for a couple of body guards but if the golems are comparable at that level I'll just stick with them.

Thanks for the info. I keep having these silly questions is there a way I could look them up myself? I didn't see anything in the manual regarding this, why I asked here.

Re: Obsidian Golems

Posted: Mon Feb 11, 2013 6:45 pm
by Agata
Golems have better stats than henchmen, but they don't heal you, have almost no chance of critical hits, and don't have a variety of weapons or armor.

Code: Select all

NpcTemplate obsidiangolem
{
	Name			an obsidian golem
	script		helppcs
	ObjType		0x0e
	Color		1109
	TrueColor		1109
	Gender		0
	STR			200
	INT			50
	DEX			100
	HITS			200
	MANA			50
	STAM			100

	AttackSpeed		30
	AttackDamage		3d6+2
	AttackAttribute	Wrestling
	AttackHitScript	:npchitscripts:defaulthitscript
	AttackHitSound		0x10F
	AttackMissSound	0x239
	AR				60

	MagicResistance	100
	Tactics			100
	Wrestling			120

	guardignore		1
	alignment			good
}

Re: Obsidian Golems

Posted: Mon Feb 11, 2013 9:40 pm
by Jon Leir
Thank you Agata