Talk:Pyroquickness Hat
Latest comment: 21 July by NtCarlson in topic Interactions with Monk Way of the 4 Elements "spells"?
Bonus Action Spell Bug
There seems to be a bug in which triggering the effect of this item by casting a leveled spell that deals fire damage using a bonus action, such as via quickened spell, causes the second bonus action to be used up immediately. The character is still burned and gains a second bonus action icon, but they are left with no bonus actions to use. Orenji (talk) 10:42, 6 March 2024 (CET)
Interactions with Monk Way of the 4 Elements "spells"?
Is there a consensus on whether the pyroquickness hat works with monk "spells"? The Way of the 4 elements page lists specific features that are treated differently from spells, but there is no mention about this hat. Zlorfik (talk) 00:35, 22 July 2024 (CEST)
- It does not work with 4E "spells". The exact conditions to activate the hat are:
(IsSpell() and not IsCantrip()) or IsAttackType(AttackType.MeleeSpellAttack)
- and
HasDamageDoneForType(DamageType.Fire)
- So it can be activated by a non-cantrip spell or by a melee spell attack that does fire damage. The 4E abilities are not flagged as spells so they cannot satisfy the first requirement. Thus for them to activate the hat, the must satisfy the second condition (melee spell attack), but none do:
- - Unarmed attack roll
- - Saving throw, no attack roll
- - Ranged spell attack roll
- - Melee spell attack roll, but doesn't deal fire damage.
- Interestingly, it seems that cantrips like Daredevil Gloves that can turn ranged spell attacks into melee spell attacks. These gloves do not work with 4E spells either, though. NtCarlson (talk) 00:58, 22 July 2024 (CEST) can activate the hat when used with