Prototype/Furnace

From Official Factorio Wiki
Revision as of 23:07, 15 February 2014 by Immibis (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

A furnace. Normal furnaces only process "smelting" category recipes, but you can make furnaces that process other recipe categories. Based on Prototype/EntityWithHealth.

Properties

This prototype inherits the properties of Prototype/EntityWithHealth.

smelting_categories

Type: List of Types/string

A list of the names of recipe categories that this furnace can use.

result_inventory_size

Type: Types/unsigned

The number of output slots.

source_inventory_size

Type: Types/unsigned

The number of input slots.

smelting_energy_consumption

Type: Types/EnergyPower

The amount of energy used by the furnace while smelting.

smelting_speed

Type: Types/double

The speed of this furnace. 0.5 is stone furnace speed. 1 is steel furnace speed.

energy_source

Type: Types/EnergySource

The energy source of this furnace.

off_animation

Type: Types/Animation

The animation displayed when the furnace is idle.

on_animation

Type: Types/Animation

In combination with fire_animation, the animation displayed when the furnace is running.

fire_animation

Type: Types/Animation

In combination with on_animation, the animation displayed when the furnace is running. This is displayed "on top of" on_animation.