LuaStats: remove 1.0.0 redundancy
authorWuzzy
Sat, 12 Oct 2019 11:37:10 +0100
changeset 2021 25a948f79196
parent 2020 823ccc573d62
child 2022 654f68cfbeac
LuaStats: remove 1.0.0 redundancy
LuaStats.wiki
--- a/LuaStats.wiki	Sat Oct 12 11:36:19 2019 +0100
+++ b/LuaStats.wiki	Sat Oct 12 11:37:10 2019 +0100
@@ -18,7 +18,7 @@
 || `siGraphTitle` || Title of the graph. If you use this, the health icon changes into a star. || No ||
 || `siGameResult` || Title of the stats screen, used to show the result of the game, i.e. who won the game || No ||
 || `siCustomAchievement` || A freeform text for a single “bullet point” in the “bullet point” list in the details section. For each time you call `SendStat` with this `TStatInfoType`, a new “bullet point” gets added to the list. || No ||
-|| `siPointType` || Replaces the word “kills” in the ranking list. You have to call this each time before you report the score or kills of a team with `siPlayerKills`. Since version 1.0.0, there are a few special values you can use (see below). || No ||
+|| `siPointType` || Replaces the word “kills” in the ranking list. You have to call this each time before you report the score or kills of a team with `siPlayerKills`. There are a few special values you can use (see below). || No ||
 || `siPlayerKills` || Adds a team into the ranking with the given number of kills. The order in which this is called for each team matters. Unless the word “kills” has been replaced by `siPointType`, then that word is used instead. Only integers (converted to string) are possible. || Yes ||
 || `siClanHealth` || Value of a data point. This sets a single data point on the graph for the specified team. All teams will be converted to clans prior to drawing, there can only be one chart per clan. Subsequent calls will draw the next point along the horizontal axis; the frontend will then simply connect the dots in the final chart. Only whole numbers are supported. There must be at least 2 data points for any given clan, otherwise there won't be much to look at. ;-) You also should have called `SendHealthStatsOff` if to prevent the default health graphs to be drawn. || Yes ||
 || `siMaxStepKills` || Most hedgehogs killed in a round. `statMessage` must be in format “`<kills> <name of killer hedgehog> (<team name of killer>)`”. || No ||
@@ -29,7 +29,7 @@
 || `siMaxTurnSkips` || Team with most skips. `statMessage` must be of format “`<number> <teamName>`”. || No ||
 || `siTeamRank` || Overwrite rank of team. `statMessage` is the rank of your choice. Must be sent before `siPlayerKills` of the team in question. || No ||
 
-=== Special values for `siPointType` (1.0.0) ===
+=== Values for `siPointType` ===
 
 For `siPointType`, we support a few common point types. Just set `statMessage` to one of the following values below: