From: terencehill Date: Thu, 31 Oct 2013 11:53:54 +0000 (+0100) Subject: Remove runes/curses bit mask specifications from eventlog.txt X-Git-Tag: xonotic-v0.8.0~54^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0804f3eed80cba40d8a7a413da95a5ee70d490c6;p=xonotic%2Fxonotic.git Remove runes/curses bit mask specifications from eventlog.txt --- diff --git a/Docs/eventlog.txt b/Docs/eventlog.txt index 13b1bbf5..57a2cdd2 100644 --- a/Docs/eventlog.txt +++ b/Docs/eventlog.txt @@ -124,18 +124,6 @@ itemstring: 13 = Heavy Laser Assault Cannon 14 = T.A.G. Seeker - runes/curses are stored as a bit mask with the following values: - 1 = Strength - 2 = Defense - 4 = Regeneration - 8 = Speed - 16 = Vampire - 8192 = Weakness - 16384 = Vulnerability - 32768 = Venom - 65536 = Slow - 131072 = Empathy - death type: either a weapon ID ORed with weapon death flags, or one of the notifications in common/deathtypes.qh in the form of a string.