comparison arogue7/rogue.c @ 179:ca876944b196

Advanced Rogue 7: rename magic users to magicians. Class names with spaces in them confuse anything that parses the logfile. The documentation does refer mostly to magicians.
author John "Elwin" Edwards
date Sat, 22 Aug 2015 10:55:53 -0400
parents c8fc38d903a3
children d3968e9cb98d
comparison
equal deleted inserted replaced
178:f057f09e9945 179:ca876944b196
158 struct character_types char_class[NUM_CHARTYPES] = { 158 struct character_types char_class[NUM_CHARTYPES] = {
159 /* name exppts cap hitpts Base Maxlvl, Factor, Offset, Range */ 159 /* name exppts cap hitpts Base Maxlvl, Factor, Offset, Range */
160 { "fighter", 80, 1310720, 12, 10, 30, 2, 1, 2 }, 160 { "fighter", 80, 1310720, 12, 10, 30, 2, 1, 2 },
161 { "ranger", 140, 2293760, 8, 10, 20, 2, 1, 2 }, 161 { "ranger", 140, 2293760, 8, 10, 20, 2, 1, 2 },
162 { "paladin", 120, 1966080, 10, 10, 23, 2, 1, 2 }, 162 { "paladin", 120, 1966080, 10, 10, 23, 2, 1, 2 },
163 { "magic user", 130, 2129920, 6, 9, 18, 2, 1, 5 }, 163 { "magician", 130, 2129920, 6, 9, 18, 2, 1, 5 },
164 { "cleric", 110, 1802240, 8, 10, 19, 2, 1, 3 }, 164 { "cleric", 110, 1802240, 8, 10, 19, 2, 1, 3 },
165 { "thief", 75, 1228800, 6, 10, 25, 2, 1, 4 }, 165 { "thief", 75, 1228800, 6, 10, 25, 2, 1, 4 },
166 { "assassin", 85, 1392640, 6, 10, 25, 2, 1, 4 }, 166 { "assassin", 85, 1392640, 6, 10, 25, 2, 1, 4 },
167 { "druid", 100, 1638400, 8, 10, 19, 2, 1, 3 }, 167 { "druid", 100, 1638400, 8, 10, 19, 2, 1, 3 },
168 { "monk", 95, 1556480, 6, 10, 25, 2, 1, 3 }, 168 { "monk", 95, 1556480, 6, 10, 25, 2, 1, 3 },