Difference between revisions of "Concentration Factor (Game Mechanics)"
(→Game Mechanics) |
(→Game Mechanics) |
||
Line 37: | Line 37: | ||
== Game Mechanics == | == Game Mechanics == | ||
− | The concentration factor is an element of the creature harvest formula that takes into account the resource concentration values for a creature resource. When a player extracts resources from a creature, a check is made on the position that the player is at when issuing the harvest resource command. The resource concentration value at that position is then taken and divided by a constant value and then the result of that is compared with 3 cut off points. These cutoff points are indicated to the player | + | The concentration factor is an element of the creature harvest formula that takes into account the resource concentration values for a creature resource. When a player extracts resources from a creature, a check is made on the position that the player is at when issuing the harvest resource command. The resource concentration value at that position is then taken and divided by a constant value and then the result of that is compared with 3 cut off points. These cutoff points are indicated to the player and more commonly known as: |
* The creature was scrawny and unhealthy<br> | * The creature was scrawny and unhealthy<br> | ||
* The creature was of medium size<br> | * The creature was of medium size<br> | ||
* The creature was fat and healthy<br> | * The creature was fat and healthy<br> | ||
+ | |||
+ | The cutoff point values for each result are: | ||
+ | |||
+ | * Scrawny: 9.0 | ||
+ | * Medium: 13.5 | ||
+ | * Fat: 15 | ||
+ | |||
+ | |||
+ | The value coming from the division of the constant into the resource concentration percentage is checked against these cutoff points. If the value results to 9.0 or less, then the creature is flagged as scrawny. If the value results are at or below 13.5 and above 9.0 then the target is considered medium. If the value results are at or below 15.0 and above 13.5 then the target is considered fat. | ||
The messages about skinny, normal and fat are the only clues beside calculating from how much you actually get. When the concentration factor gets below 9% it is reported as skinny, when it gets above 13.5% it is reported as fat. The highest I've seen is above 15%. (The actual concentration is probably much higher and is divided by a constant value to get the factor. But using these factors instead simplifies the formula.) | The messages about skinny, normal and fat are the only clues beside calculating from how much you actually get. When the concentration factor gets below 9% it is reported as skinny, when it gets above 13.5% it is reported as fat. The highest I've seen is above 15%. (The actual concentration is probably much higher and is divided by a constant value to get the factor. But using these factors instead simplifies the formula.) |
Revision as of 19:02, 29 August 2009
This article or section needs proper wiki formatting. |
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.
Game MechanicsThe concentration factor is an element of the creature harvest formula that takes into account the resource concentration values for a creature resource. When a player extracts resources from a creature, a check is made on the position that the player is at when issuing the harvest resource command. The resource concentration value at that position is then taken and divided by a constant value and then the result of that is compared with 3 cut off points. These cutoff points are indicated to the player and more commonly known as:
The cutoff point values for each result are:
The messages about skinny, normal and fat are the only clues beside calculating from how much you actually get. When the concentration factor gets below 9% it is reported as skinny, when it gets above 13.5% it is reported as fat. The highest I've seen is above 15%. (The actual concentration is probably much higher and is divided by a constant value to get the factor. But using these factors instead simplifies the formula.) An example for harvesting a level 30 creature with Hunting 4 without Veghash and no droid: The breakpoint for skinny/normal is: ((45+100)/100) * 371 * (9/100) = 48 units.
Dungeon and cell areas do not contain resource maps, and any creature harvested in these areas are defaulted to only allowing 1 unit of resource. Source References
|