Mercurial > mm7
comparison Player.cpp @ 94:3c9762ec6c2e
starting hp fixed
author | zipi |
---|---|
date | Wed, 06 Feb 2013 23:37:51 +0000 |
parents | 377535d6e366 |
children | 448b02e9b8a3 |
comparison
equal
deleted
inserted
replaced
93:b9ac55f2c8e6 | 94:3c9762ec6c2e |
---|---|
110 | 110 |
111 unsigned int pAgeingTable[4] = {50, 100, 150, 65535}; | 111 unsigned int pAgeingTable[4] = {50, 100, 150, 65535}; |
112 | 112 |
113 unsigned int pConditionImportancyTable[18] = {16, 15, 14, 17, 13, 2, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 1, 0}; | 113 unsigned int pConditionImportancyTable[18] = {16, 15, 14, 17, 13, 2, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 1, 0}; |
114 | 114 |
115 short word_4EDFFC[30] = {500, 500, 400, 350, 300, 275, 250, 225, 200, 175, | 115 short word_4EDFFC[30] = {500, 400, 350, 300, 275, 250, 225, 200, 175, |
116 150, 125, 100, 75, 50, 40, 35, 30, 25, 21, | 116 150, 125, 100, 75, 50, 40, 35, 30, 25, 21, |
117 19, 17, 15, 13, 11, 9, 7, 5, 3, 0}; | 117 19, 17, 15, 13, 11, 9, 7, 5, 3, 0, 0}; |
118 unsigned char player_stat_bonuses[30] = {30, 25, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 255, 254, 253, 252, 251, 250, 0}; | 118 unsigned char player_stat_bonuses[30] = {30, 25, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 255, 254, 253, 252, 251, 250, 0}; |
119 | 119 |
120 | 120 |
121 | 121 |
122 | 122 |