Difference between revisions of "User talk:Diablerie"

Jump to navigation Jump to search
555 bytes added ,  06:21, 6 July 2006
Suggestion for critical strike w/claws
imported>Diablerie
imported>ShadowDancer
(Suggestion for critical strike w/claws)
Line 269: Line 269:


:I think crit strike chance for a matching set of claws is a great idea, if it can be done it's definatley the way to go. It would differentiate the claws from the gauntlets. I'd also say that the stronger claws should be better than the gauntlets, since they are the main focus of the mod, i mean the gauntlets can be any gauntlets , but the claws and katars are what is percieved to do extra damage. Also no damage gauntlets and claws at the same time. -- [[User:Cryo|Cryo]]
:I think crit strike chance for a matching set of claws is a great idea, if it can be done it's definatley the way to go. It would differentiate the claws from the gauntlets. I'd also say that the stronger claws should be better than the gauntlets, since they are the main focus of the mod, i mean the gauntlets can be any gauntlets , but the claws and katars are what is percieved to do extra damage. Also no damage gauntlets and claws at the same time. -- [[User:Cryo|Cryo]]
:: Critical strike should be an easy enough script to write.  Since its a matching set, you only need to apply it to one of the set (or both of the set at a reduced chance) and use the [[GetRandomPercent]] function.  Depending on the level of the claws, it would look somthing like
<pre>
Begin OnHitWith GlovesOfLightning
  set TargetRef to GetCombatTarget
  Set PercentChance to GetRandomPercent + 1
  If Random Percent >= 95
      TargetRef.ModActorValue Health -10
  EndIf
End
</pre>
::Tell me what you think. --[[User:ShadowDancer|ShadowDancer]]


To limit the level at witch you can get them i'd say place them on fixed level bosses , so even if a level 5 gets the quest, there is no way he can defeat the level 40 boss using the Blades of Final Rest for example.
To limit the level at witch you can get them i'd say place them on fixed level bosses , so even if a level 5 gets the quest, there is no way he can defeat the level 40 boss using the Blades of Final Rest for example.
Anonymous user

Navigation menu