Difference between revisions of "Wounds (Game Mechanics)"

From SWGANH Wiki
Jump to: navigation, search
(Bleeds)
(Bleeds)
Line 72: Line 72:
  
  
 +
There are two types of bleeds, those from specials that always attempt to apply bleeds on the target; the second type are those bleeds that occur during random chance as part of any attack.
  
 
When a target has a bleed effect placed on it, the bleed will also cause wounds to the secondary stats of the HAM pool that the bleed is affecting. One or both secondary stats may be hit with a bleed effect. This appears to be randomly chosen. For example a health pool bleed may cause wounds to both the strength and constitution sub stats or only to one of them.
 
When a target has a bleed effect placed on it, the bleed will also cause wounds to the secondary stats of the HAM pool that the bleed is affecting. One or both secondary stats may be hit with a bleed effect. This appears to be randomly chosen. For example a health pool bleed may cause wounds to both the strength and constitution sub stats or only to one of them.
Line 81: Line 82:
 
Step 1.
 
Step 1.
  
'''Total Wound Damage = (Total Bleed Damage * 0.20)'''
+
'''Total Wound Damage = (Total Bleed Damage * 0.20)'''  
  
 
Step 2.  
 
Step 2.  
  
'''Wound damage Per Tick = ( Total Wound Damage / ( Bleed Duration (in seconds) / 20  ) )'''
+
'''Wound damage Per Tick = ( Total Wound Damage / ( Bleed Duration (in seconds) / 20  ) )'''  
 +
 
 +
Note: this should always be truncated to 1 in the event that a bleed only does 1 point of damage. This allows for random chance bleeds to have an effect on a target as well if they are not cured.
 +
 
 +
 
  
  
Line 95: Line 100:
 
Step 1.
 
Step 1.
  
Total Wound Damage = ( 200 x .20 ) = 40
+
'''Total Wound Damage = ( 200 x .20 ) = 40'''
  
  
 
Step 2.
 
Step 2.
  
Wound Damage Per Tick =  40 / ( 120 / 20 ) = 6.67
+
'''Wound Damage Per Tick =  40 / ( 120 / 20 ) = 6.67'''
 +
 
 +
 
 +
In this example, if the bleed were allowed to run its full duration without being stopped, then the player would take 40 wounds to the affected stat(s).
  
 
== Attacks ==
 
== Attacks ==

Revision as of 13:44, 7 March 2009




Game Mechanics - Mechanics Category

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.


Navigation

Description

Template (Game Messages)

Related Tags

0% This document has not been started.

Mechanics This document is about game mechanics.

Game Mechanics

Wounds are a negative aspect of combat and represent a reduction in a player's HAM attribute bar when hit by an enemy or through some other means. There are a number of ways of acquiring wounds:

  • 1. bleeds - (wound secondary stats)
  • 2. Attacks - (wound primary stats)
  • 3. disease - (wound primary stats)
  • 5. fire dot - (wound primary stats)
  • 6. radioactive sampling - (wound primary stats)


Bleeds

There are two types of bleeds, those from specials that always attempt to apply bleeds on the target; the second type are those bleeds that occur during random chance as part of any attack.

When a target has a bleed effect placed on it, the bleed will also cause wounds to the secondary stats of the HAM pool that the bleed is affecting. One or both secondary stats may be hit with a bleed effect. This appears to be randomly chosen. For example a health pool bleed may cause wounds to both the strength and constitution sub stats or only to one of them.

The nature in which the wounds are accrued during the bleed is unknown, nor is the way in which the wounds damage is calculated except that the amount is less than the actual bleed damage done to the target and that the wounds are gained as the bleed ticks indicating that at each bleed tick interval, a certain amount of wounds are given. Using this information, it will be assumed that wounds behave as follows:


Step 1.

Total Wound Damage = (Total Bleed Damage * 0.20)

Step 2.

Wound damage Per Tick = ( Total Wound Damage / ( Bleed Duration (in seconds) / 20 ) )

Note: this should always be truncated to 1 in the event that a bleed only does 1 point of damage. This allows for random chance bleeds to have an effect on a target as well if they are not cured.



Here is an example to illustrate the mechanics of this proposal.

Total Bleed damage comes from bleed damage being 20% of the actual damage dealt to a target. This means that if a target takes 1000 damage from a special that also includes a bleed attack, then the bleed itself will be 200 damage total. This 200 damage total is now the Total Bleed Damage value and would work in the formula. If the bleed attack works over a 2 minute period of time then the calculations will work as follows:


Step 1.

Total Wound Damage = ( 200 x .20 ) = 40


Step 2.

Wound Damage Per Tick = 40 / ( 120 / 20 ) = 6.67


In this example, if the bleed were allowed to run its full duration without being stopped, then the player would take 40 wounds to the affected stat(s).

Attacks

Disease

Fire Dot

Radioactive Sampling

Source References

Source Source in Context