Types/AmmoSourceType

From Official Factorio Wiki
Revision as of 09:17, 19 July 2021 by Bilka (talk | contribs) (More description)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A string. Either "default", "player", "turret" or "vehicle".

Used in Types/AmmoType by Prototype/AmmoItem#ammo_type, to enable specifying different ammo effects depending on which kind of entity the ammo is used in.

If ammo is used in an entity that isn't covered by the defined source_types, e.g. only "player" and "vehicle" are defined and the ammo is used by a turret, the first defined AmmoType in the array in Prototype/AmmoItem#ammo_type is used.