Factory Add Power (Game Mechanics)

From SWGANH Wiki
Revision as of 10:14, 2 July 2009 by Ready (Talk | contribs) (Game Mechanics)

Jump to: navigation, search




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

Factories and Harvesters require energy resources to operate. Attempting to use these structures without power will only cause them to shut down after turning them on. Power Consumption is the amount of power that is deducted from the power reserves available to a factory or harvester at every hour. Power is only consumed if the structure is in active use.


Types of Power

A couple of notes about power- there are a number of items in the game with the word "fuel" in them, such as liquid petrochemical fuel, and solid petrochemical fuel. These are NOT used as power in structures, although the wording in certain sections of documentation and descriptions might make you think so. Here are the types of power that can be used for harvesters & factories:

  • Solar (liquid) energy.
  • Wind (liquid) energy.
  • Radioactive energy.

The first two are harvested from solar and wind generators respectively. The energy is stored in liquid form in a canister-like object. The third is either harvested by a fusion generator or by a mineral mining installation set to mine radioactive mineral.


Energy Calculation

The actual number of "units" of usable energy a player has is affected by the PE (Potential Energy) rating of the energy they carry. The rule is, a PE rating of 500 or less on a given power resource equals exactly one unit of power. Anything above 500 and the amount of power that can be obtained from a type of resource is increased.

For example If you have 1000 units of radioactive material with exactly 500 PE, you have 1000 units of power. If you have 1000 units of radioactive material with only 250 PE, you still have exactly 1000 units of power, as you can't go below one unit of power per unit of resource. If, however, you have 1000 units of radioactive material with 750 PE, you have 1500 units of power!

The formula works like this: For anything with a PE over 500, take that PE rating, divide it by 500, then multiply the result by the amount of the resource you have to figure out how much power you have.

If PE is greater than 500- Formula: P = R * (PE/500) Where P=Amount of power and R=Amount of resource.

If PE is 500 or lower- Formula: P=R

Examples: 1000 units of PE 750 radioactive: 1000 * (750/500)= 1500

3200 units of PE 920 solar power: 3200 * (920/500)=5888

7200 units of PE 114 wind power: 7200. Note: PE is low, but you can't have fewer units of power than you do units of resource.



Adding Power to Structures

Structures can be given power by clicking on them to bring up the radial menu, and then clicking the Structure Management radial option. On the Structure management radial, the player must click the Set Name option. Clicking Set Name will bring up a new SUI window allowing the player to input a new name for the structure. Alternatively, players may click on the structure and use the /namestructure command while within visual range of the structure or structure management terminal.

Source References

Source Source in Context