Jump to content

help ( ͡° ͜ʖ ͡°) glyphword


Recommended Posts

Rotation glyphword


find only to igniEntity.ws and inventorycomponent.ws



Is there any way to make the percentage of ignition?




if(owner.GetActor().HasAbility('Glyphword 7 _Stats', true))

fireMode = 2;


GotoState( 'IgniCast' );





case 'Glyphword 7' : //modSigns

theGame.GetDefinitionsManager().GetAbilityAttributeValue('Glyphword 7 _Stats', 'glyphword7_dmg_buff', min, max);

i.PushBack( RoundMath( CalculateAttributeValue(min) ) );

theGame.GetDefinitionsManager().GetAbilityAttributeValue('Glyphword 7 _Stats', 'glyphword7_burnchance_debuff', min, max);

i.PushBack( -1 * RoundMath( CalculateAttributeValue(min) * 100 ) );

break;


Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...