Prototype/ElectricEnergyInterface: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Basics == Entity with energy source with that can have some of its values changed runtime. Useful for modding in energy consumers/producers. Extends the Prototype/EntityW...") |
(Must be an electric energy source.) |
||
Line 6: | Line 6: | ||
'''Type''': [[Types/EnergySource]] | '''Type''': [[Types/EnergySource]] | ||
Must be an electric energy source. | |||
=== energy_production === | === energy_production === | ||
'''Type''': [[Types/Energy]] | '''Type''': [[Types/Energy]] |
Revision as of 10:20, 28 August 2018
Basics
Entity with energy source with that can have some of its values changed runtime. Useful for modding in energy consumers/producers. Extends the Prototype/EntityWithHealth
Properties
energy_source
Type: Types/EnergySource
Must be an electric energy source.
energy_production
Type: Types/Energy
Default: 0
energy_usage
Type: Types/Energy
Default: 0
enable_gui
Type: Types/bool
Default: false
render_layer
Type: Types/RenderLayer
Default: "object"
One of the below properties has to exist:
picture
Type: Types/Sprite
pictures
Type: Types/Sprite4Way
animation
Type: Types/Animation
animations
Type: Types/Animation4Way
Differing defaults
The defaults of the ElectricEnergyInterfacePrototype differ from the defaults of the EntityPrototype:
- allow_copy_paste defaults to false