[go: up one dir, main page]

Menu

[897c37]: / mlib / RO / stats.h  Maximize  Restore  History

Download this file

16 lines (9 with data), 512 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/*
* This file is (now) a bit of a hack
*/
/* static array stat_names = [ "con", "str", "siz", "san", "pow", "int", "dex", "chu" ]; */
#define STATNAMES [ "wis", "con", "str", "siz", "san", "pow", "int", "dex", "chu" ]
#define STATINCR [ "wise", "robust", "strong", "large", "sane", "wise", "smart", "agile", "cool" ]
#define STATDECR [ "foolish", "wimpy", "weak", "small", "insane", "foolish", "stupid", "clumsy", "dorkish" ]
/* used internally by living */
#define POW (index(STATNAMES, "pow"))