Difference between revisions of "Mind Heal Damage Calculation (Game Mechanics)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageCleanup}} {{PageHeader|Game Mechanics|Mechanics Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| {| border="0" width="100%" cellpadding=6 |- |valign=top| == De...)
 
(Game Mechanics)
Line 39: Line 39:
  
  
Contains the actual details for how the game feature works - can make this into sub categories as necessary.
+
 
 +
This formula is derived from examining two reports of heal rates: This is just an estimate as an actual formula has not been discovered. I estimate the base amount to be 400 points.  This brings the  formula to be able to heal up to 1200 mind. Heals of 1000 or more were reported so this is probably close to the rate. The remaining issue is that there seemed to be a random factor involved where the amount healed was a random amount set between the floor (base) amount the ceiling. We probably can introduce it like that in which the amount healed is a random amount between 400-1200 and that the mind heal formula below only increases the total potential for the amount healed. Alternatively we could just leave it as a set amount healed to increase the usefulness of the skill as it already has a significant drawback to using it (the mind wounds incurred) so therefore there doesnt appear to be any danger of overuse due to spam (unless many jedi with mind wound healing ability and squad leaders using boost morale are present I suppose)
 +
 
 +
mind pool amount healed =  base heal amount x  (  1 + ( (100 + CM_Effectiveness_Mod ) / 100 ) )
  
 
==Source References==
 
==Source References==

Revision as of 20:45, 11 September 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.


Description

Template (Game Messages)

Related Tags

0% This document has not been started.

Mechanics This document is about game mechanics.

Completion Guide -

  • 0% - No substantive information available on game feature
  • 25% - page has been started but not completed
  • 50% - page is as complete as possible with the currently available information but probably needs more research done on the subject matter
  • 75% - page is probably complete but needs to be reviewed for accuracy of the page content and to make sure that no information is missing about the game feature
  • 100% - page has been reviewed and compared against enough sources to the extent that there is reasonable confidence that the game feature is completely documented.


Game Mechanics

This formula is derived from examining two reports of heal rates: This is just an estimate as an actual formula has not been discovered. I estimate the base amount to be 400 points. This brings the formula to be able to heal up to 1200 mind. Heals of 1000 or more were reported so this is probably close to the rate. The remaining issue is that there seemed to be a random factor involved where the amount healed was a random amount set between the floor (base) amount the ceiling. We probably can introduce it like that in which the amount healed is a random amount between 400-1200 and that the mind heal formula below only increases the total potential for the amount healed. Alternatively we could just leave it as a set amount healed to increase the usefulness of the skill as it already has a significant drawback to using it (the mind wounds incurred) so therefore there doesnt appear to be any danger of overuse due to spam (unless many jedi with mind wound healing ability and squad leaders using boost morale are present I suppose)

mind pool amount healed = base heal amount x ( 1 + ( (100 + CM_Effectiveness_Mod ) / 100 ) )

Source References

Source Source in Context