Hi,
The Turret and Worms have a "Kills" counter. I was wondering if the Biters have something similar?
Does anyone know and if they do, how can I read that value?
Thanks.
[Resolved] "Kills" Question
[Resolved] "Kills" Question
Last edited by TheSAguy on Sat Jul 08, 2017 5:55 pm, edited 1 time in total.
Re: "Kills" Question
http://lua-api.factorio.com/latest/LuaE ... tity.kills
kills :: uint [Read-Write]
The number of units killed by this turret.
Can only be used if this is Turret
kills :: uint [Read-Write]
The number of units killed by this turret.
Can only be used if this is Turret
Re: "Kills" Question
Thanks Darkfrei,
Too bad it's on Turret only and not unit.
Too bad it's on Turret only and not unit.

Re: "Kills" Question
Not only turrets, trains too.TheSAguy wrote:Thanks Darkfrei,
Too bad it's on Turret only and not unit.