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