Merge pull request #5976 from Hydrox6/poison-infobox

Add Poison and Venom damage tooltip and infobox
This commit is contained in:
Tomas Slusny
2019-02-09 22:16:20 +00:00
committed by GitHub
5 changed files with 448 additions and 0 deletions

View File

@@ -49,6 +49,14 @@ public enum VarPlayer
NMZ_REWARD_POINTS(1060),
/**
* -1 : Poison immune
* Normal poison damage is ceil( this / 5.0f )
* If this is greater than or equal to 1000000, the player is envenomed.
* Venom damage is (this - 999997) * 2
*/
POISON(102),
/**
* 0 : not started
* greater than 0 : in progress