Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

(sitenotice-read-more)

Feed The Beast Wiki
Advertisement
Template-info Documentation

This template is used to display all the attributes of a bee, which are not locked with the species. The exception are the species-locked attributes Temperature and Humidity, so that those two are adjacent to their corresponding tolerances, which are variable.

Parameters

  • speed: The speed of the bee, acceptable values range from Slowest, Slower, ..., Faster, Fastest.
  • life: The lifespan of the bee, acceptable values range from Shortest, Shorter, ..., Longer, Longest.
  • fert: The number of drones the queen produces on death.
  • pollin: The pollination (or flowering) speed of the bee, acceptable values range from Slowest, ..., Fastest, Maximum.
  • terr: (Default: 9x6x9) The territory size of the bee in the following format: XxYxZ.
  • effect: (Default: None) What effect does the bee have within it's territory when working.
  • flower: (Default: Flowers) The flower type the bee needs.
  • cave: (Default: No) Does the bee work if it can't see the sky?
  • noct: (Default: No) Does the bee work at night?
  • rain: (Default: No) Does the bee work if it rains?
  • temp: (Default: Normal) The temperature the bee needs to work.
  • temp-tol: (Default: None) Which tolerance does the bee have for different temperatures.
  • humid: (Default: Normal) The humidity the bee needs to work.
  • humid-tol: (Default: None) Which tolerance does the bee have for different humidities.

Do not add empty parameters, or the defaults will not work.

Examples

{{Attributes
| speed = Slowest
| life = Shortest
| fert = 2
| pollin = Slowest
}}

produces:

Speed Slowest Cave Dwelling No
Lifespan Shortest Nocturnal No
Fertility 2 Drones Rain Tolerant No
Pollination Slowest Temperature Normal
Territory 9x6x9 Temp. Tolerance None
Flowers Flowers Humidity Normal
Effect None Humid. Tolerance None

See also

  • {{Bee}} displays the attributes of bees, which are locked with the species (except Temperature and Humidity).
Advertisement