ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/races
(Generate patch)

Comparing deliantra/server/lib/races (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:13 2006 UTC vs.
Revision 1.2 by root, Thu Sep 14 21:29:06 2006 UTC

2# the races file 2# the races file
3# 3#
4# To start a new race category w/ 'RACE' identifier 4# To start a new race category w/ 'RACE' identifier
5# list the name of the archetypes singly on lines below 5# list the name of the archetypes singly on lines below
6# 6#
7# Each arch entered will have thei op->race reset to 7# Each arch entered will have thei op->race reset to
8# the value listed for the last occuring 'RACE'. Also, 8# the value listed for the last occuring 'RACE'. Also,
9# if the arch is a creature, it is added to a linked 9# if the arch is a creature, it is added to a linked
10# list of monsters that all have the same race. 10# list of monsters that all have the same race.
11# Any type of archetype may be listed, but monsters 11# Any type of archetype may be listed, but monsters
12# should be ordered by inherent level value/exp 12# should be ordered by inherent level value/exp
13# 13#
14# Prepending a '!' will prevent an item from having its 14# Prepending a '!' will prevent an item from having its
15# op->race field reset to RACE. 15# op->race field reset to RACE.
16# 16#
17# Prepending a '@' will prevent a creature from having its 17# Prepending a '@' will prevent a creature from having its
18# arch listed on the summoning list. 18# arch listed on the summoning list.
19# 19#
20# You can have an entry with both '@' and '!' (ie "@!<name>") 20# You can have an entry with both '@' and '!' (ie "@!<name>")
21# but that is the same as not listing the arch! 21# but that is the same as not listing the arch!
22# 22#
23# 23#
24RACE undead 24RACE undead
25 generate_ghost 25 generate_ghost
26 generate_zombie 26 generate_zombie
27 generate_skeleton 27 generate_skeleton
28 generate_skull 28 generate_skull
29 generate_vampire 29 generate_vampire
30 ghost 30 ghost
31 zombie 31 zombie
32 skeleton 32 skeleton
33 grimreaper 33 grimreaper
34 wight 34 wight
35 @Wraith 35 @Wraith
36 wraith 36 wraith
37 ghast 37 ghast
38 nightmare 38 nightmare
39 spectre 39 spectre
40 vampire 40 vampire
41 skull 41 skull
42 lich 42 lich
43 demilich 43 demilich
44 dave 44 dave
45 nazgul 45 nazgul
46RACE demon 46RACE demon
47 generate_devil 47 generate_devil

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines