Class OldFartNPC
java.lang.Object
games.stendhal.server.maps.deniran.cityoutside.OldFartNPC
- All Implemented Interfaces:
ZoneConfigurator
This old fart sits on a bench in Deniran. From eating cabbage soup he has
clearly audible flatulence. One can even smell it from afar. He's named after
Louis de Funès' character in the movie "The Cabbage Soup" and the French word
for storyteller. He's not interested in what one tells him and only drops
hints to stories if someone speaks to him. That's also the reason why he does
not insist in receiving a yes or no answer. His irritating behaviour is
intended. It's unclear if the old fart is somehow senile or is making fun of
players. Some stories he talks about are from the game others just made up or
old stories, songs, nursery rhymes or from pop culture.
MonologueBehaviour could be combined with real fart sounds in the future.
There could be another old fart sitting near this NPC who somehow reacts on
the farts (and maybe the stories.) If that one is ever added, the stories
might move to a different NPC somewhere else.
- Author:
- kribbel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
OldFartNPC
public OldFartNPC()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfigurator
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-