Merge pull request #5976 from Hydrox6/poison-infobox
Add Poison and Venom damage tooltip and infobox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user