Skip to content

Included Statuses

NellsRelo edited this page Aug 30, 2023 · 1 revision

Racial Ability-based Statuses

CL_STATUS_RAVEN_QUEEN_BLESSING

Boosts:

  • Resistance(Slashing, Resistant)
  • Resistance(Bludgeoning, Resistant)
  • Resistance(Piercing, Resistant)
  • Resistance(Fire, Resistant)
  • Resistance(Cold, Resistant)
  • Resistance(Psychic, Resistant)
  • Resistance(Force, Resistant)
  • Resistance(Thunder, Resistant)
  • Resistance(Lightning, Resistant)
  • Resistance(Poison, Resistant)
  • Resistance(Acid, Resistant)
  • Resistance(Radiant, Resistant)"

Pact Blade Variations

CL_PACT_BLADE_STR

Boosts:

  • WeaponProperty(Magical)
  • IntrinsicSummonerProficiency()
  • IntrinsicSourceProficiency()
  • ItemReturnToOwner()
  • Attribute(InventoryBound)
  • WeaponAttackRollAbilityOverride(Strength)

CL_PACT_BLADE_DEX

Boosts:

  • WeaponProperty(Magical)
  • IntrinsicSummonerProficiency()
  • IntrinsicSourceProficiency()
  • ItemReturnToOwner()
  • Attribute(InventoryBound)
  • WeaponAttackRollAbilityOverride(Dexterity)

CL_PACT_BLADE_INT

Boosts:

  • WeaponProperty(Magical)
  • IntrinsicSummonerProficiency()
  • IntrinsicSourceProficiency()
  • ItemReturnToOwner()
  • Attribute(InventoryBound)
  • WeaponAttackRollAbilityOverride(Intelligence)

CL_PACT_BLADE_WIS

Boosts:

  • WeaponProperty(Magical)
  • IntrinsicSummonerProficiency()
  • IntrinsicSourceProficiency()
  • ItemReturnToOwner()
  • Attribute(InventoryBound)
  • WeaponAttackRollAbilityOverride(Wisdom)

CL_PACT_BLADE_CON

Boosts:

  • WeaponProperty(Magical)
  • IntrinsicSummonerProficiency()
  • IntrinsicSourceProficiency()
  • ItemReturnToOwner()
  • Attribute(InventoryBound)
  • WeaponAttackRollAbilityOverride(Constitution)

Alter Weapon Statuses

CL_STATUS_ALTERWEAPON_ENFLAME

Boosts:

  • WeaponDamage(1d6, Fire)

CL_STATUS_ALTERWEAPON_HEALINGSTRIKE

Boosts:

  • UnlockSpell(CL_Target_AlterWeapon_HealingStrike_Action)

CL_STATUS_ALTERWEAPON_HEALINGSTRIKE_2

Boosts:

  • WeaponDamage(0)
  • WeaponProperties(RegainHitPoints(MainWeapon))

CL_STATUS_ALTERWEAPON_HEALINGSTRIKE_CASTER

Boosts:

  • IF(HasStatus('CL_STATUS_ALTERWEAPON_HEALINGSTRIKE_2',GetActiveWeapon())):
    • UnlockSpell(CL_Target_AlterWeapon_HealingStrike_Melee_Action)

CL_STATUS_ALTERWEAPON_STATICBITE

Boosts:

  • WeaponDamage(1d6, Lightning)

CL_STATUS_ALTERWEAPON_SWIFTTRIKE

Boosts:

  • Advantage(AttackRoll)

CL_STATUS_ALTERWEAPON_SCREAMINGCLEAVE

Boosts:

  • WeaponDamage(1d6, Thunder)

CL_STATUS_ALTERWEAPON_VICIOUSTEAR

Boosts:

  • WeaponDamage(1d8, Slashing)

Lucksap Spell Statuses

CL_STATUS_FOIL

Boosts:

  • Disadvantage(Ability, Intelligence)
  • Disadvantage(Ability, Wisdom)

CL_STATUS_FUMBLE

  • Disadvantage(AttackRoll)

CL_STATUS_FOUL

Weakness Spell Statuses

CL_STATUS_WEAKNESS_TO_FIRE

Boosts:

  • Resistance(Fire, Vulnerable)

CL_STATUS_WEAKNESS_TO_FROST

Boosts:

  • Resistance(Cold, Vulnerable)

CL_STATUS_WEAKNESS_TO_ELECTRICITY

On Attacked:

  • DealDamage(1d8, Necrotic)

Other Spell Statuses

CL_STATUS_SPELLSTRIKE

Boosts:

  • CharacterWeaponDamage(1d4, Force)
  • WeaponAttackRollBonus(WisdomModifier)
Clone this wiki locally