/
lib/banish/
lib/d/
lib/doc/
lib/doc/domains/
lib/doc/efun/
lib/doc/examples/
lib/doc/examples/armour/
lib/doc/examples/contain/
lib/doc/examples/food/
lib/doc/examples/magic/
lib/doc/examples/monster/
lib/doc/examples/room/
lib/doc/examples/weapons/
lib/include/
lib/include/fn_specs/
lib/include/skills/
lib/info/
lib/inherit/base/
lib/log/
lib/manuals/312/
lib/news/
lib/obj/party/
lib/objects/components/
lib/open/
lib/open/library/
lib/open/party/
lib/players/
lib/players/zilanthius/
lib/room/
lib/room/city/arena/
lib/room/city/creator/
lib/room/city/garden/monst/
lib/room/city/obj/
lib/room/city/shop/
lib/room/death/
lib/room/registry/
lib/secure/
lib/secure/UDP_CMD_DIR/
lib/skills/
lib/skills/fighter/
lib/skills/thief/
lib/usr/
lib/usr/creators/
lib/usr/players/
# This config file contains the "legal" weapon name that a class
# can wield.  If they are multi-classed, and the weapon name is part
# of the field then they can use the weapon. 
#
# '#' hash is for comments
# format:
#
# @skill_name: list of weapons separated by comma ',' :fail_string.
# NOTE: weapon list white space (ie " ") is removed, however "\ " symbol
#       will be replaced by a " " when loading weapon names. Thus
#       war hammer => warhammer, and war\ hammer => war hammer
#

@mage

:staff, rod, dagger, dirk, knife, dart, sling
:$A mage, such as yourself, would never know where to hold such\n
a primitive weapon!\n


@thief

:club, dagger, dart, dirk, knife, garrot, sap, sling, broadsword,
 longsword, shortsword, falchion, rapier, cutlass, sabre, tulwar,
 scimitar
:$Such a weapon would surely interfere with your skills of stealth!\n


@cleric

:club, flail, hammer, war\ hammer, mace, staff, lasso, sap, sling
:$As a cleric your God would never approve of the use of such a weapon.\n


@fighter

:all
:$


# Example 'paladin guild/skill' like config
# @paladin:
#         club, dagger, dirk, knife, broadsword, longsword, shortsword,
#         scimitar, flail, hammer, war\ hammer, mace, lance
#
#         :You can only wield weapons that are worthy of a paladin.\n
#