hyydtru6e5yhf Posted May 16, 2022 Share Posted May 16, 2022 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 More sharing options...
Recommended Posts