Template:Cargo enchantment effects
Used to retrieve the effects field from a single row in the Enchantment_poe1 cargo table, for example:
{{Cargo enchantment effects|Exceptional weapon (Deadfire)}}
will result in:
- +30% Damage, +8 Accuracy, +2 Penetration
Add the named parameter label
to prefix the effects with a link to the enchantment page. The value passed to label will be used as a label link, if present, and if it is empty no label will be used. Pass the special value "nd" to use the enchantment page, without the disambiguation suffix.
{{Cargo enchantment effects|Exceptional weapon (Deadfire)|label=}}
- Exceptional weapon (Deadfire): +30% Damage, +8 Accuracy, +2 Penetration
{{Cargo enchantment effects|Exceptional weapon (Deadfire)|label=Exceptional}
- Exceptional: +30% Damage, +8 Accuracy, +2 Penetration
{{Cargo enchantment effects|Exceptional weapon (Deadfire)|label=nd}
- Exceptional weapon: +30% Damage, +8 Accuracy, +2 Penetration