Lines Matching defs:charstats
102 struct charstats /* character type statistics */ struct
104 double c_maxbrains; /* max brains per level */
105 double c_maxmana; /* max mana per level */
106 double c_weakness; /* how strongly poison affects player */
107 double c_goldtote; /* how much gold char can carry */
108 int c_ringduration; /* bad ring duration */
110 {
114 } c_quickness, /* quickness */
115 c_strength, /* strength */
116 c_mana, /* mana */
117 c_energy, /* energy level */
118 c_brains, /* brains */
119 c_magiclvl; /* magic level */