X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fstats.qh;h=eff0eff804ef1f07621f138f78f03266e8096a62;hb=cd508c593bc52d211c1675e1e52ae741cc487ab3;hp=eb6b0ea9704c67fadbe0c65fccf0901e903b9c04;hpb=3108bc8ea930e133184d3055677d706c7ecaa833;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/stats.qh b/qcsrc/common/stats.qh index eb6b0ea97..eff0eff80 100644 --- a/qcsrc/common/stats.qh +++ b/qcsrc/common/stats.qh @@ -109,17 +109,17 @@ const int STAT_OK_AMMO_CHARGE = 85; const int STAT_OK_AMMO_CHARGEPOOL = 86; const int STAT_FROZEN = 87; const int STAT_REVIVE_PROGRESS = 88; -const int STAT_ARMOR_LARGE_TIME = 89; -const int STAT_HEALTH_MEGA_TIME = 90; -const int STAT_INVISIBLE_TIME = 91; -const int STAT_SPEED_TIME = 92; -const int STAT_EXTRALIFE_TIME = 93; -const int STAT_STRENGTH_TIME = 94; -const int STAT_SHIELD_TIME = 95; -const int STAT_FUELREGEN_TIME = 96; -const int STAT_JETPACK_TIME = 97; -const int STAT_SUPERWEAPONS_TIME = 98; -// 99 empty? +// 89 empty? +// 90 empty? +// 91 empty? +// 92 empty? +// 93 empty? +// 94 empty? +// 95 empty? +// 96 empty? +// 97 empty? +// 98 empty? +const int STAT_ROUNDLOST = 99; /* The following stats change depending on the gamemode, so can share the same ID */ // IDs 100 to 104 reserved for gamemodes @@ -190,22 +190,22 @@ const int STAT_CTF_FLAGSTATUS = 124; // 137 empty? // 138 empty? // 139 empty? -// 140 empty? -// 141 empty? -// 142 empty? -// 143 empty? -// 144 empty? -// 145 empty? -// 146 empty? -// 147 empty? -// 148 empty? -// 149 empty? -// 150 empty? -// 151 empty? -// 152 empty? -// 153 empty? -// 154 empty? -// 155 empty? +// 140 reserved +// 141 reserved +// 142 reserved +// 143 reserved +// 144 reserved +// 145 reserved +// 146 reserved +// 147 reserved +// 148 reserved +// 149 reserved +// 150 reserved +// 151 reserved +// 152 reserved +// 153 reserved +// 154 reserved +// 155 reserved // 156 empty? // 157 empty? // 158 empty? @@ -217,8 +217,8 @@ const int STAT_CTF_FLAGSTATUS = 124; // 163 empty? // 164 empty? // 165 empty? -// 166 empty? -// 167 empty? +const int STAT_MULTIJUMP_DODGING = 166; +const int STAT_MULTIJUMP_MAXSPEED = 167; const int STAT_GAMEPLAYFIX_UPVELOCITYCLEARSONGROUND = 168; const int STAT_BUGRIGS_REVERSE_STOPPING = 169; const int STAT_BUGRIGS_REVERSE_SPINNING = 170;