Five Gods Exiled — 160 of 191

Carolyn VanEseltine

Release 1

Chapter 4 - Templated Movement

A monster has some text called the aware arrival text. The aware arrival text of a monster is usually "[A current monster] arrives, watching you intently.[line break]".

A monster has some text called the unaware arrival text. The unaware arrival text of a monster is usually "[A current monster] wanders in.[line break]".

A monster has some text called the unaware departure text. The unaware departure text of a monster is usually "[A current monster] wanders out.[line break]".

A monster has some text called the fleeing departure text. The fleeing departure text of a monster is usually "[A current monster] turns tail and flees.[line break]".

A monster has some text called the quick attack text. The quick attack text of a monster is usually "[A current monster] charges you! ".

A monster has some text called the approach text. The approach text of a monster is usually "[A current monster] approaches, ready to attack![line break]".

A monster has some text called the attack text. The attack text of a monster is usually "[A current monster] attacks![line break]".

A monster has some text called the successful search text. The successful search text of a monster is usually "[A current monster] spots you![line break]".

A monster has some text called the unsuccessful search text. The unsuccessful search text of a monster is usually "[A current monster] glances around, but doesn't spot you.[line break]".

A monster has some text called the death text. The death text of a monster is usually "[A current monster] collapses dead onto the [random terrain in the location]. There is a peculiar shimmer, and then the [current monster]'s corpse vanishes."

To describe monster movement:

if the monster shape of the current monster is feline-shape:

now the aware arrival text of the current monster is "[A current monster] slinks in, watching you intently.[line break]";

now the unaware arrival text of the current monster is "[A current monster] prowls in, glancing about on all sides.[line break]";

now the unaware departure text of the current monster is "[The current monster] prowls away.[line break]";

now the fleeing departure text of the current monster is "Hissing and spitting, the [current monster] turns tail and flees.[line break]";

now the quick attack text of the current monster is "Swift as a striking snake, the [current monster] lunges at you. ";

now the approach text of the current monster is "[The current monster] crouches down, flicking the tip of its tail left and right as it watches you.[line break]";

now the attack text of the current monster is "[The current monster] leaps at you![line break]";

now the unsuccessful search text of the current monster is "[The current monster] halts, lifts its head, and sniffs the air warily.";

if the monster shape of the current monster is ungulate-shape:

now the aware arrival text of the current monster is "[A current monster] trots in, staring at you in a distinctly hostile fashion.[line break]";

now the unaware arrival text of the current monster is "[A current monster] prances in, glancing about on all sides.[line break]";

now the unaware departure text of the current monster is "[The current monster] prances away.[line break]";

now the fleeing departure text of the current monster is "Frightened, the [current monster] bounds away.[line break]";

now the quick attack text of the current monster is "The [current monster] tosses its head and then charges you. ";

now the approach text of the current monster is "[The current monster] rolls an eye in your direction and then sidles toward you in an unfriendly fashion.[line break]";

now the attack text of the current monster is "[The current monster] rears up and lashes out with its [one of]forehooves[or]hind hooves[at random].[line break]";

now the unsuccessful search text of the current monster is "[The current monster] halts, pricks its ears, and snorts uncertainly.";

if the monster shape of the current monster is winged-shape:

now the aware arrival text of the current monster is "[A current monster] flaps into view overhead and circles above you.[line break]";

now the unaware arrival text of the current monster is "[A current monster] flaps into view overhead.[line break]";

now the unaware departure text of the current monster is "[The current monster] circles and then flies away.[line break]";

now the fleeing departure text of the current monster is "The [current monster] flaps rapidly for altitude and then flies away.[line break]";

now the quick attack text of the current monster is "The [current monster] swoops down on you. ";

now the approach text of the current monster is "[The current monster] drops toward you, talons extended.[line break]";

now the attack text of the current monster is "Fluttering wildly, [the current monster] lashes out at you.[line break]";

now the unsuccessful search text of the current monster is "[The current monster] scans the terrain below as it circles overhead.";

if the monster shape of the current monster is starfish-shape:

now the aware arrival text of the current monster is "[A current monster] pulls itself laboriously over the [random terrain in the location].[line break]";

now the unaware arrival text of the current monster is "[A current monster] pulls itself laboriously over the [random terrain in the location].[line break]";

now the unaware departure text of the current monster is "[The current monster] wriggles slowly away.[line break]";

now the fleeing departure text of the current monster is "The [current monster] writhes in misery and wriggles away.[line break]";

now the quick attack text of the current monster is "Your sight wavers, and abruptly the [current monster] is right in front of you. ";

now the approach text of the current monster is "[The current monster] gropes its way toward you.[line break]";

now the attack text of the current monster is "[The current monster] flails at you.[line break]";

now the unsuccessful search text of the current monster is "[The current monster] gropes its way across the [random terrain in the location]."