Empyrion: Galactic Survival Wiki
Advertisement
{{{name}}}
Gamemode
Survival
No
Creative
No
Template-info Documentation

This Infobox is for status effects.

Usage[]

{{Infobox Status Effect
| name       =  // Name of the status effect.
| image      =  // Image of the Item, DO NOT use [[file name]] or Item link template, just name of the file
| sound      =  // The sound played when effect obtained. DO NOT use [[file name]] or Item link template, just name of the file
| type       =  // type of effect, please use Status effect (Positive) or Status effect (Negative)
| health     =  // the health added or drained per second (do not use unit,it will be added automatically)
| food       =  // the food points added or drained per second (do not use unit,it will be added automatically)
| stamina    =  // the stamina added or drained per second (do not use unit,it will be added automatically)
| temp       =  // the increase/decrease of the body temperature (do not use unit,it will be added automatically)
| speedmod   =  // the increase/decrease in movement speed this effect causes. Enter value as a percentage. (do not use unit,it will be added automatically)
}}

Blank item Infobox[]

| name       =
| image      =
| sound      =
| type       =
| health     =
| food       =
| stamina    =
| temp       =
| speedmod   =

Example[]

Copy this Example Output
For draining health and stamina

{{Infobox Status Effect}}
| name          = 
| image         = 
| type          =
| health        = 
| stamina       = 
}}

{{Infobox Status Effect
| name          = Indigestion
| image         = StatusIndigestion.jpg
| type          = [[Buff#Debuffs|Status Effect (Negative)]]
| health        = -0.20
| stamina       = -5.00
}}
Indigestion
StatusIndigestion
Type
Status Effect (Negative)
Health
-0.20 pts/s (Real-time)
Stamina
-5.00 pts/s (Real-time)
Gamemode
Survival
Yes
Creative
No
Advertisement