Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: List of character classes


Related Topics

In the News (Thu 12 Nov 09)

  
  Character class - Wikipedia, the free encyclopedia
Usually, players choose their class when they create their character and may not completely part from that class during the life of that character.
In the electronic RPG Final Fantasy series, character classes can be grouped similarly by characteristics like relative physical/magical/special attack/defense power, but distinguished by their skills and equipment.
Some RPGs restrict the classes a character can choose based on alignment, race, or other statistics, though this is rare among contemporary RPGs.
en.wikipedia.org /wiki/Character_class   (840 words)

  
 List of character classes: Facts and details from Encyclopedia Topic   (Site not responding. Last check: 2007-09-18)
Your character's class is somewhat his job as opposed to his race.
Paladin is a character class in dungeons & dragons and later role-playing games, many of which were influenced by d&d....
The monk is a character class from the dungeons & dragons role-playing game which is typically portrayed as a master of martial arts....
www.absoluteastronomy.com /encyclopedia/l/li/list_of_character_classes.htm   (5494 words)

  
 Gcal 3.01   (Site not responding. Last check: 2007-09-18)
A character class is a special notation for describing lists of characters that have a specific attribute, but where the actual characters themselves can vary from country to country and/or from character set to character set.
An equivalence class is a list of equivalent characters enclosed in
This is a negated character list respectively complemented character list.
www.delorie.com /gnu/docs/gcal/gcal_44.html   (1011 words)

  
 Dark Sun: Character Classes
In addition to the changes in character classes brought in by the 3rd edition rules, Dark Sun added new classes and modified old ones.
Characters who are actually the monk class are from a splinter group within these orders.
This class is generally not available to player characters, but I include it here for completeness as there are a lot of NPC Templars.
homepage.mac.com /neilclennan/rpg/darksun/classes.html   (526 words)

  
 List of game topics - Wikipedia, the free encyclopedia
This is so that those interested in the subject can monitor changes to the pages by clicking on Related Changes in the sidebar and on the bottom of the page.
This list is not necessarily complete or up to date -- if you see an article that should be here but isn't (or one that shouldn't be here but is), please update the page accordingly.
List of SNES games (North America and Europe)
en.wikipedia.org /wiki/List_of_game_topics   (564 words)

  
 Roxen Community: RFC 726 Network Working Group Jon Postel & Dave Crocker Request for Comments: 726 SRI-ARC UC Irvine ...   (Site not responding. Last check: 2007-09-18)
The sequence counts as one character when processed as the Telnet end of line, and is a single break character when class 4 is set.
Because break characters are special, the print/discard action that should be performed upon them is not always the same as should be performed upon the rest of the input text.
Input from the terminal is (hopefully) buffered into units ending with a transmission or break character; and echoing of input text is suspended after the occurrence of a break character and until receipt of a break reset command from the serving host.
community.roxen.com /developers/idocs/rfc/rfc726.html   (3930 words)

  
 Character Lists - The GNU Awk User's Guide   (Site not responding. Last check: 2007-09-18)
A character class is a special notation for describing lists of characters that have a specific attribute, but the actual characters can vary from country to country and/or from character set to character set.
A character class is only valid in a regexp inside the brackets of a character list.
Punctuation characters (characters that are not letters, digits, control characters, or space characters).
www.gnu.org /software/gawk/manual/html_node/Character-Lists.html#table-char-classes   (454 words)

  
 RFC 726 (rfc726) - Remote Controlled Transmission and Echoing Telnet opti
The list of character classes, used to define break and transmission classes are listed at the end of this document, in the Tables Section.
The user host initially has no knowledge of which characters are break characters and so starts in a state that assumes that there are no break characters and also that no echoing is to be provided.
When space character occurs at the end of a line in the example description it is shown explicitly by to avoid confusion.
www.faqs.org /rfcs/rfc726.html   (3537 words)

  
 Wototo(5)
Character values correspond to the characters defined in stan- dards as follows: + Values 0 to 7F correspond to characters from the ISO 646-1983 stan- dard.
Characters at this level are drawn on top of the characters at the above level.
Thai character sequences are entered character by character and display from left to right, regardless of whether the sequence includes forward characters (characters in the NON, CONS, LV, FV1, FV2, FV3 classes) or dead characters (characters in all other classes).
www.uwm.edu /cgi-bin/Dept/IMT/wwwman?topic=Wototo(5)&msection=   (1021 words)

  
 ReadWriteThink: Lesson Plan: Action Is Character: Exploring Character Traits with Adjectives
Share the list of character traits as a sample list of adjectives for students to refer to as they work.
Use the Become a Character Assignment as an overhead or handout to explain the activity to the class.
The ultimate assessment for this activity will be students' reaction to the lists written by their peers and their ability to provide support for the traits on the list.
www.readwritethink.org /lessons/lesson_view.asp?id=175   (1543 words)

  
 Character classes - CastleCopsWiki
You can specify a character class, by enclosing a list of characters in [], which will match any one character from the list.
If the first character after the "[ is "^, the class matches any character not in the list.
Within a list, the "- character is used to specify a range, so that a-z represents all characters between "a and "z, inclusive.
wiki.castlecops.com /Character_classes   (176 words)

  
 WoS World Developer Pages Heroes and Monsters
The levels table defines, for each character class, the starting abilities of such characters, the maximum capabilities, and the funny names to be used for different levels.
For the most part, the character classes you define will all be available to the new player when they first create their hero character.
For these hidden classes to ever be used, you will need to have a scene script somewhere in your world which rewards (or punishes) a player by changing their class (by setting the appropriate hero cookie).
www.synthetic-reality.com /wosDev2.htm   (1415 words)

  
 Character class: Encyclopedia topic   (Site not responding. Last check: 2007-09-18)
Some RPGs restrict the classes a character can choose based on alignment, race (race: A contest of speed), or other statistics, though this is rare among contemporary RPGs.
These options include prestige class (prestige class: more facts about this subject) es (a form of sub-class that is only available to characters who meet certain prerequisites), multi-classing (advancing a character in two or more classes), and hybrid class/skill systems.
Classless games often provide template (template: A model or standard for making comparisons) s for the player to work from, many of which are based on traditional character classes.
www.absoluteastronomy.com /reference/character_class   (548 words)

  
 Regexp Tutorial - Character Classes or Character Sets
Note that the only special characters or metacharacters inside a character class are the closing bracket (]), the backslash (\), the caret (^) and the hyphen (-).
The usual metacharacters are normal characters inside a character class, and do not need to be escaped by a backslash.
Since certain character classes are used often, a series of shorthand character classes are available.
www.regular-expressions.info /charclass.html   (1313 words)

  
 Character Classes
Character classes let you match any of a range of characters; you don't know in advance which character will be matched.
This is done by complementing the character class with the caret.
The caret could be an anchor, it could be a caret, or it could be used to complement a character class.
www.cs.cf.ac.uk /Dave/PERL/node88.html   (325 words)

  
 [No title]
All characters that are not escape sequences and that are not listed in the table stand for themselves.
Characters that are printable and are also visible.
An equivalence class is a locale-specific name for a list of characters that are equivalent.
userwww.service.emory.edu /~kim/psy770u/Gawk/gawk_27.html   (977 words)

  
 [No title]   (Site not responding. Last check: 2007-09-18)
This is a full list of all character classes available in my world, with spell lists where applicable.
The mystic is a somewhat subversive character with spells designed to confuse and beguile, as well as lists to manipulate the elements.
The archmage is not permitted as a PC character class as characters from this land are not seen in Delmop.
members.lycos.co.uk /thepixie/rm/class.htm   (1902 words)

  
 WoW.com -> Info -> Classes
Throughout their entire careers, characters will be able to learn from a pool of over 1000 spells and skills.
A character's class will help determine which spells and skills he or she can master; this page lists just a few for each class.
Below you will find information detailing each of the classes you'll be able to play in World of Warcraft, including a few examples of the numerous spells and skills available to each class.
www.worldofwarcraft.com /info/classes   (552 words)

  
 Regular expressions   (Site not responding. Last check: 2007-09-18)
A POSIX character class is one of several special meta sequences for use within a POSIX bracket expression.
The equivalent characters are listed with the [=...=] notation.
Character class and the alteration does have a equivalence, but it is important to remember that character classes are meant to match only
www.knowmadic.com /KnowmadicWebsite/developer/regex/regexdoc.htm#negated_character_classes   (7616 words)

  
 Conker: Live and Reloaded Character Classes - Xbox
Rare has released a list of the character classes featured in the team-based shooter Conker: Live and Reloaded.
The game is full of hilarious situations, movie pastiches, off-the-wall puzzles and crazy characters in an offbeat world, including horny bees, voluptuous sunflowers, singing piles of poo and even Death himself.
Class of choice for the mentally unstable in the ranks.
news.teamxbox.com /xbox/7760/Conker-Live-and-Reloaded-Character-Classes   (450 words)

  
 PHP Classes - Class: Convert character set
This class is meant to convert text strings between different character set encodings.
This is a list of character sets you can operate with.
The main requirement is that a character has to be in both character sets, otherwise it will return an error.
www.phpclasses.org /browse/package/1360.html   (177 words)

  
 Thief (character class): Encyclopedia topic   (Site not responding. Last check: 2007-09-18)
The thief (thief: A criminal who takes property belonging to someone else with the intention of keeping it or selling it) character class (character class: a character class represents a characters archetype and career in many role-playing...
Typically, these thieves are capable of hand to hand fighting or usage of bows, and while stronger than a mage, are outclassed in physical combat by character classes who are dedicated to such talents.
However, thieves usually have the highest chance to dodge blows or spells of any class, due to their natural dexterity, which gives them an edge in combat.
www.absoluteastronomy.com /reference/thief_character_class   (469 words)

  
 Eruhn Campaign World   (Site not responding. Last check: 2007-09-18)
I plan to show my own house rules and the way characters are created for the land of Eruhn.
Classes - list of character classes (and any changes from the standard rules) and prestige classes available
However, all the prestige classes are done and most of the feats (except FR).
home.nc.rr.com /chaoszone/eruhn.htm   (541 words)

  
 [No title]
counts as one character when processed as the Telnet end of line, and is a single break character when class 4 is set.
When space character occurs at the end of a line in the example description it is shown explicitly by
The server sets the break classes to all classes.] 7d26a P: : 7d27 T: IThis is a test line.
www.ietf.org /rfc/rfc726.txt   (3752 words)

  
 Checking Character Properties
Checking character properties is a common way to verify the data entered by end users.
Developers who aren't used to writing global software might determine a character's properties by comparing it with character constants.
Unicode is a 16-bit character encoding that supports the world's major languages.
java.sun.com /docs/books/tutorial/i18n/text/charintro.html   (274 words)

  
 World of Warcraft - Classes   (Site not responding. Last check: 2007-09-18)
Upholders of the Holy Light and defenders of the Alliance, the Paladins can be found from the northern forests of the Tirisfal Glades, fighting back the advance of the Forsaken, to the southern reaches of the Blasted Lands, ceaselessly upholding their vigil against demonic forces from beyond the Dark Portal.
These characters are tough as nails and masters of weaponry and tactics.
Restoration - Questing in World of Warcraft is bound to be dangerous, and player characters won't always be on the right side of a sharpened edge.
www.blizzard.com /wow/townhall/classes.shtml   (1529 words)

  
 Gcal 2.40 - Regexp Operators
Go to the first, previous, next, last section, table of contents.
Characters that are printable and are also visible (70).
uses for regular expression matching currently only recognize POSIX character classes (possibly); they do not recognize collating symbols or equivalence classes.
theoryx5.uwinnipeg.ca /gnu/gcal/gcal_43.html   (982 words)

  
 [No title]
Analysis of a sequence of numbers (search also class L10a) L4a3.
Spectrum estimation using the Fourier transform of the autocorrelation function L10a3a5.
Cross-spectrum estimation using the Fourier transform of the cross-correlation or cross-covariance function L10b3a6.
gams.nist.gov /Classes.plain   (687 words)

  
 Lecture 04   (Site not responding. Last check: 2007-09-18)
If e1 is a RE, then so is e1* Overview Pattern or sequence of characters Concatenation implied Pattern matches adjacent characters: abe Each literal character is a RE matching only that single character Case sensitive Application UNIX utility grep prints lines in a file matching a RE Input line: The jar's label.
Preceding or following RE can be matched () Grouping Character Classes List characters to be matched [Kk]iwi matches Kiwi and kiwi Punctuation at end of sentence.[!?;:,".].
(length list) returns: the number of elements in list (list-ref list n) returns: the nth element (zero-based) of list (reverse list) returns: new list containing elements of list in reverse order
carbon.cudenver.edu /~traup/su02/lec/04.html   (572 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.