Template:Item temporal energize
From Tales of Maj'Eyal
This template is used to show an item's temporal energize effects. In lua file you will see, for example:
[DamageType.ITEM_TEMPORAL_ENERGIZE] = resolvers.mbonus_material(13, 10)
Translating it to wiki format as
{{item temporal energize|13|10}}
to produce the follwing text:
(10-23)% chance to gain 10% of a turn (3/turn limit)
Notes
- Despite the in-game description stating a limit of three activation per turn, the code's counter starts at 0 and only will fail when the counter is > 3 (should be ≥ 3)