|
From: <gjh...@us...> - 2003-09-02 07:35:34
|
Update of /cvsroot/mistmud/mistmud
In directory sc8-pr-cvs1:/tmp/cvs-serv31322
Modified Files:
constants.c
Log Message:
- put in some playable classes on the reinc races
Index: constants.c
===================================================================
RCS file: /cvsroot/mistmud/mistmud/constants.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** constants.c 17 Aug 2003 03:20:10 -0000 1.5
--- constants.c 2 Sep 2003 07:35:31 -0000 1.6
***************
*** 5071,5075 ****
{RACE_HALF_OGRE, "Half-Ogre",
{17, 0, 15, 29, 43, 64, 85}, 4,
! {0, 30, 50, 0, 0, 0, 30, 0, 0, 0},
{1, -3, 0, -2, 1, -3},
{3, 3, 3, 3, 3, 3},
--- 5071,5075 ----
{RACE_HALF_OGRE, "Half-Ogre",
{17, 0, 15, 29, 43, 64, 85}, 4,
! {0, 30, 50, 30, 0, 0, 30, 0, 0, 0},
{1, -3, 0, -2, 1, -3},
{3, 3, 3, 3, 3, 3},
***************
*** 5393,5397 ****
{RACE_BUGBEARS, "Bugbear",
{17, 0, 21, 41, 61, 91, 121}, 2,
! {0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{3, 3, 3, 3, 3, 3},
--- 5393,5397 ----
{RACE_BUGBEARS, "Bugbear",
{17, 0, 21, 41, 61, 91, 121}, 2,
! {0, 0, 30, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{3, 3, 3, 3, 3, 3},
***************
*** 5463,5467 ****
{RACE_HOBGOBLIN, "Hobgoblin",
{13, 0, 15, 27, 41, 61, 81}, 3,
! {0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{3, 3, 3, 3, 3, 3},
--- 5463,5467 ----
{RACE_HOBGOBLIN, "Hobgoblin",
{13, 0, 15, 27, 41, 61, 81}, 3,
! {0, 0, 30, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{3, 3, 3, 3, 3, 3},
***************
*** 5470,5474 ****
{RACE_KOBOLD, "Kobold",
{13, 0, 23, 46, 73, 101, 135}, 2,
! {0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{3, 3, 3, 3, 3, 3},
--- 5470,5474 ----
{RACE_KOBOLD, "Kobold",
{13, 0, 23, 46, 73, 101, 135}, 2,
! {0, 0, 30, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{3, 3, 3, 3, 3, 3},
***************
*** 5477,5481 ****
{RACE_OGRE, "Ogre",
{11, 0, 16, 31, 46, 69, 91}, 4,
! {0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{3, 3, 3, 3, 3, 3},
--- 5477,5481 ----
{RACE_OGRE, "Ogre",
{11, 0, 16, 31, 46, 69, 91}, 4,
! {0, 30, 50, 30, 0, 0, 30, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{3, 3, 3, 3, 3, 3},
|