Plasma Sheath
Photon
Supernatural
Level2

Source

Core Rulebook pg. 100

As a move action, you can cause all of your melee attacks to deal fire damage instead of their normal damage type. (The attacks are still made against the target’s EAC or KAC as normal for the weapon.) This benefit lasts for 1 round or until you leave photon mode.

When you are attuned or fully attuned, your attacks with plasma sheath deal additional fire damage equal to half your level.


Dragonscript

ID

557101a87195813ec7559b86

Effect

select 1 from ['Inactive', 'Active', 'Active (Photon Attuned)'] name 'Plasma Sheath' description 'As a move action, you can cause all of your melee attacks to deal fire damage instead of their normal damage type. (The attacks are still made against the target’s EAC or KAC as normal for the weapon.) This benefit lasts for 1 round or until you leave photon mode. When you are attuned or fully attuned, your attacks with plasma sheath deal additional fire damage equal to half your level.' then if {$ == 'Active'} then set character.damageType.melee to fire else if {$ == 'Active (Photon Attuned)'} then [set character.damageType.melee to fire, bonus (character.level/2) to character.damage.melee as misc];
This website uses trademarks and/or copyrights owned by Paizo Inc., which are used under Paizo's Community Use Policy. We are expressly prohibited from charging you to use or access this content. This website is not published, endorsed, or specifically approved by Paizo Inc. For more information about Paizo's Community Use Policy, please visit paizo.com/communityuse. For more information about Paizo Inc. and Paizo products, please visit paizo.com.