Helping hands: Difference between revisions

117 bytes added ,  06:36, 22 January 2021
m
standardize and expand on code references
imported>Trashmonks
(Updated by egocarib with game version 2.0.201.56 using QBE v1.0rc2)
m (standardize and expand on code references)
Line 24: Line 24:


==Melee Attacks==
==Melee Attacks==
Each weapon wielded in {{name}} has an 8% chance to be used during a melee attack.<ref><code>XRL.World.Parts.HelpingHands [line 147]</code></ref> This chance can only be modified by the [[Flurry]] skill.<ref><code>XRL.World.Parts.Combat</code><br>&nbsp;&nbsp;&nbsp;<code>XRL.World.Parts.Skill.Dual_Wield_Fussilade</code></code></ref>
Each weapon wielded in {{name}} has an 8% chance to be used during a melee attack.{{Code Reference | class = HelpingHands | method = FireEvent | case = "AttackerQueryWeaponSecondaryAttackChance"}} This chance can only be modified by the [[Flurry]] skill.{{Code Reference | class = Combat | method = FireEvent | case = "PerformMeleeAttack"}}{{Code Reference | namespace = XRL.World.Parts.Skill | class = Dual_Wield_Fussilade | method = PerformFlurry}}


==References==
==References==