Hello
I tried Nightmare for the first time.
Hobbit rogue.
After a few mishappenings in trollmire vs minibosses I got the grip of it.
At lvl 21 I ran into 2 'worm that walks', 3 luminous horrors and beeing confused that was it.
New game and at the very first lvl in trollmire I run into a troll.
Im standing on a Font of Life when he kicks me away.
I go towards him to get a hit or two until he is not stunned anymore and I then realise he is standing within FoL range and I am not.
Does he benefit from the font, or is it only players who do?
Font of Life, does it work for monsters?
Moderator: Moderator
Re: Font of Life, does it work for monsters?
My assumption is that it works for all non-undead entities.
A little bit of a starters guide written by yours truly here.
Re: Font of Life, does it work for monsters?
It probably works for undead creatures too.
My feedback meter decays into coding. Give me feedback and I make mods.
-
- Sher'Tul Godslayer
- Posts: 2531
- Joined: Thu Jan 23, 2003 8:13 pm
- Location: A shallow water area south of Bree
- Contact:
Re: Font of Life, does it work for monsters?
[sound F/X: source diving] The font of life's on_stand() callback is invoked from Actor:act(), so it should get called for all actors. You can check for a Font of Life temporary status effect in the actor's tooltip to be sure.Tom wrote:Does he benefit from the font, or is it only players who do?
[sound F/X: source diving] No, the Font of Life effect checks for the 'undead' attribute and does nothing if it's present.HousePet wrote:It probably works for undead creatures too.
"Blessed are the yeeks, for they shall inherit Arda..."
Re: Font of Life, does it work for monsters?
Okay, I didn't bother looking. 

My feedback meter decays into coding. Give me feedback and I make mods.