root/trunk/lib/edit/p_race.txt

Revision 918, 2.9 kB (checked in by takkaria, 5 months ago)

Use consistent newlines everywhere, and also set the svn:eol-style property to native on all text files.

  • Property svn:eol-style set to native
Line 
1 # File: p_race.txt
2
3
4 # This file is used to initialize the "lib/data/p_race.raw" file, which is
5 # used to initialize the "player race" information for the Angband game.
6
7 # Do not modify this file unless you know exactly what you are doing,
8 # unless you wish to risk possible system crashes and broken savefiles.
9 # After modifying this file, delete the "lib/data/p_race.raw" file.
10
11 # === Understanding p_race.txt ===
12
13 # Format:
14 # N:race number:race name
15 # S:str:int:wis:dex:con:chr
16 # R:dis:dev:sav:stl:srh:fos:thn:thb
17 # X:hitdie:expbase:infra
18 # I:history:agebase:agemod
19 # H:hgtmale:modhgtmale:hgtfemale:modhgtfemale
20 # W:wgtmale:modwgtmale:wgtfemale:modwgtfemale
21 # F:racial flags
22 # C:classes (numeric)
23
24 # 'N' indicates the beginning of an entry. The serial number must
25 # increase for each new race.
26
27 # 'S' is for the stat modifiers - strength, intelligence, wisdom,
28 # dexterity, constitution, charisma.
29
30 # 'R' is for the base skills - disarming, magic devices, saving throws,
31 # stealth, searching ability, searching frequency, to hit (melee),
32 # to hit (bows).
33
34 # 'X' is for extra info - max. hitpoints gained per level, experience
35 # factor in percent, range of infravision in 10 feets.
36
37 # 'I' is for info - starting point of the player history, base age,
38 # random age modifier.
39
40 # 'H' is height info - base height (males), mod height (males),
41 # base height (females), mod height (females).
42
43 # 'W' is weight info - base weight (males), mod weight (males),
44 # base weight (females), mod weight (females).
45
46 # 'F' is for racial flags.
47
48 # 'C' is for class choices.
49
50
51 # Version stamp (required)
52
53 V:3.0.11
54
55
56 N:0:Human
57 S:0:0:0:0:0:0
58 R:0:0:0:0:0:10:0:0
59 X:10:100:0
60 I:1:14:6
61 H:72:6:66:4
62 W:180:25:150:20
63 C:0|1|2|3|4|5
64
65 N:1:Half-Elf
66 S:0:1:-1:1:-1:1
67 R:2:3:3:1:6:11:-1:5
68 X:10:110:2
69 I:4:24:16
70 H:66:6:62:6
71 W:130:15:100:10
72 F:SUST_DEX
73 C:0|1|2|3|4|5
74
75 N:2:Elf
76 S:-1:2:-1:1:-2:1
77 R:5:6:6:1:8:12:-5:15
78 X:9:120:3
79 I:5:75:75
80 H:60:4:54:4
81 W:100:6:80:6
82 F:SUST_DEX | RES_LITE
83 C:0|1|3|4
84
85 N:3:Hobbit
86 S:-2:2:1:3:2:1
87 R:15:18:18:4:12:15:-10:20
88 X:7:110:4
89 I:10:21:12
90 H:36:3:33:3
91 W:60:3:50:3
92 F:HOLD_LIFE
93 C:0|3|4
94
95 N:4:Gnome
96 S:-1:2:0:2:1:-2
97 R:10:12:12:3:6:13:-8:12
98 X:8:125:4
99 I:13:50:40
100 H:42:3:39:3
101 W:90:6:75:3
102 F:FREE_ACT
103 C:0|1|2|3
104
105 N:5:Dwarf
106 S:2:-3:2:-2:2:-3
107 R:2:9:9:-1:7:10:15:0
108 X:11:120:5
109 I:16:35:15
110 H:48:3:46:3
111 W:150:10:120:10
112 F:RES_BLIND
113 C:0|2|5
114
115 N:6:Half-Orc
116 S:2:-1:0:0:1:-4
117 R:-3:-3:-3:-1:0:7:12:-5
118 X:10:110:3
119 I:19:11:4
120 H:66:1:62:1
121 W:150:5:120:5
122 F:RES_DARK
123 C:0|2|3
124
125 N:7:Half-Troll
126 S:4:-4:-2:-4:3:-6
127 R:-5:-8:-8:-2:-1:5:20:-10
128 X:12:120:3
129 I:21:20:10
130 H:96:10:84:8
131 W:250:50:225:40
132 F:SUST_STR | REGEN
133 C:0|2
134
135 N:8:Dunadan
136 S:1:2:2:2:3:2
137 R:4:5:5:2:3:13:15:10
138 X:10:180:0
139 I:1:50:20
140 H:82:5:78:6
141 W:190:20:180:15
142 F:SUST_CON
143 C:0|1|2|4|5
144
145 N:9:High-Elf
146 S:1:3:-1:3:1:5
147 R:4:20:20:3:3:14:10:25
148 X:10:200:4
149 I:7:100:30
150 H:90:10:82:10
151 W:190:20:180:15
152 F:RES_LITE | SEE_INVIS
153 C:0|1|2|4
154
155 N:10:Kobold
156 S:-1:-1:0:2:2:-2
157 R:10:5:0:4:15:15:-5:10
158 X:8:115:5
159 I:23:15:10
160 H:38:4:36:3
161 W:70:5:60:4
162 F:RES_POIS
163 C:0|2|3|4
Note: See TracBrowser for help on using the browser.