# HG changeset patch # User Wuzzy # Date 1506435684 -3600 # Node ID 907b28073cfa3d6ee4b40bc54722629c267ae9f7 # Parent faa8819c9a9bf31da0ce1316a3da13b2bd41d252 LuaAPI: Update GetTeamStats diff -r faa8819c9a9b -r 907b28073cfa LuaAPI.wiki --- a/LuaAPI.wiki Tue Sep 26 15:18:35 2017 +0100 +++ b/LuaAPI.wiki Tue Sep 26 15:21:24 2017 +0100 @@ -1323,11 +1323,11 @@ Returns a table of internal stats of a team. This table has the following fields: * `Kills`: Number of kills -* `Suicides`: Number of suicides (kamikaze, piano strikes) +* `Suicides`: Number of suicides * `AIKills`: Number of AI kills -* `TeamKills`: Number of defeated teams +* `TeamKills`: Number of hedgehogs killes in own team (excluding current hedghog) * `TurnSkips`: Number of skipped turns -* `TeamDamage`: Damage inflicted to own team +* `TeamDamage`: Damage inflicted to own team (excluding current hedgehog) == Math Functions ==