comparison Player.cpp @ 97:8c0fcfa72fce

Слияние
author Ritor1
date Thu, 07 Feb 2013 13:54:32 +0600
parents 448b02e9b8a3
children 81e93310f73c
comparison
equal deleted inserted replaced
96:bb449743ee81 97:8c0fcfa72fce
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 signed int 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, -1, -2, -3, -4, -5, -6, 0};
119 119
120 120
121 121
122 122
123 //----- (00490913) -------------------------------------------------------- 123 //----- (00490913) --------------------------------------------------------