Vorlage:BuffIdFromName

Aus Terraria Wiki
Zur Navigation springen Zur Suche springen
Template-info.svg Dokumentation Die folgende Dokumentation stammt von der Seite Vorlage:BuffIdFromName/Dokumentation. (bearbeiten | Versionsgeschichte)
Siehe auch die englische Vorlagenseite: Template:BuffIdFromName. Sie enthält möglicherweise umfassendere oder aktuellere Informationen.

This template returns the Buff ID of a buff, based on its name. All data is from the Desktop 1.3.5.3(Desktop-, Konsolen- und Mobilversions) source code.

Usage

{{ buffidfromname | <Name des Statuseffekts> }}
Unnamed parameter 1

Name of the buff. If there are several buffs with the same name, the ID of the first buff will be returned.

Notes

  • The buffs that Flasks grant can be entered without the colon as well (see examples).

Examples

  • {{BuffIdFromName|Confused}} → 31
  • {{BuffIdFromName|Weapon Imbue: Fire}} → 74
  • {{BuffIdFromName|Weapon Imbue Fire}} → 74

See also