In the Gang Mechanic, added ability to see your chance to win clash with other gangs. rm() now takes an optional parameter for server

This commit is contained in:
danielyxie
2018-11-13 22:05:51 -08:00
parent 8778e835e0
commit 93f241029a
6 changed files with 60 additions and 36 deletions
+11
View File
@@ -234,6 +234,17 @@ setTerritoryWarfare
Set whether or not the gang should engage in territory warfare
getChanceToWinClash
-------------------
.. js:function:: getChanceToWinClash(gangName)
:param string gangName: Target gang
Returns the chance you have to win a clash with the specified gang. The chance
is returned in decimal form, not percentage
getBonusTime
------------