Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement


Template-info Documentation

This template is used to display the all the mutations where this bee is one of the parents.

Definition

  • this = Name of this bee.
  • par-1 = Name of the other parent of the first mutation.
  • res-1 = Result of the first mutation.
  • chc-1 = Chance for the first mutation to happen.
  • par-2 = (Optional) Name of the other parent of the second mutation.
  • res-2 = (Optional) Result of the second mutation.
  • chc-2 = (Optional) Chance for the second mutation to happen.

...

  • par-16 = (Optional) Name of the other parent of the sixteenth mutation.
  • res-16 = (Optional) Result of the sixteenth mutation.
  • chc-16 = (Optional) Chance for the sixteenth mutation to happen.

Notes: Don't add empty parameters.

Example

{{Mutates-to
| this = Fiendish
| par-1 = Sinister
| res-1 = Demonic
| chc-1 = 25%
| par-2 = Modest
| res-2 = Frugal
| chc-2 = 10%
| par-3 = Corrosive
| res-3 = Caustic
| chc-3 = 8%
}}

produces:

Parent 1 Parent 2 Result Chance

Fiendish Bee Fiendish Bee

Sinister Bee
File:Bee-Demonic.png Demonic 25%
File:Bee-Fiendish.png Fiendish File:Bee-Modest.png Modest File:Bee-Frugal.png Frugal 10%
File:Bee-Fiendish.png Fiendish File:Bee-Corrosive.png Corrosive File:Bee-Caustic.png Caustic 8%


See also

Advertisement