Difference between revisions of "Factory Crates (Game Mechanics)"
(→Game Mechanics) |
(→Game Mechanics) |
||
Line 56: | Line 56: | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | == Radial Options == | ||
== Game Mechanics == | == Game Mechanics == | ||
Line 61: | Line 63: | ||
+ | Factory crates are the by product of the crafting process when a manufacturing schematic run is sent through a factory. Crates store a set number of identical items from that manufacturing schematic run. Objects from a crate may be removed individually by clicking on the crate and clicking the Get Item From Crate radial option. Crates continue to exist as long as there is at least 1 item remaining in the crate. Once the last remaining object is removed, the crate is then removed from the player's inventory. Each crafted item in the game has, as a general principal, a particular type of factory crate associated with its production. | ||
+ | |||
+ | There are 9 types of factory crates observed in the IFFs which are: | ||
+ | |||
+ | 1. shared_factory_crate_armor.iff (Armor Crate) | ||
+ | 2. shared_factory_crate_chemicals.iff (Chemicals Crate) | ||
+ | 3. shared_factory_crate_clothing.iff (Wearables Crate) | ||
+ | 4. shared_factory_crate_electronics.iff (Electronics Crate) | ||
+ | 5. shared_factory_crate_food.iff (Food Crate) | ||
+ | 6. shared_factory_crate_furniture.iff (Furniture Crate) | ||
+ | 7. shared_factory_crate_generic_items.iff (Generic Items Crate) | ||
+ | 8. shared_factory_crate_installation.iff (Installation Crate) | ||
+ | 9. shared_factory_crate_weapon.iff (Weapons Crate) | ||
+ | |||
+ | |||
+ | Of these however only the first 8 are observed to have been used in game. It is to be noted that the general rule is that items produced will be placed inside crates that are intuitively linked to the type of item. For example, a shirt is produced in a wearables crate, and a food item is produced in a food crate. In the live game, and currently in the nge, there are instances where this logic doesnt conform to the reality and some items are oddly placed such as weapons being linked to wearables crate. It is the opinion here that whenever possible, uniformity should be given to crafted items so that their crate placement is based on logical reasoning. | ||
==Source References== | ==Source References== |
Revision as of 17:53, 13 June 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.
|
Radial OptionsGame MechanicsFactory crates are the by product of the crafting process when a manufacturing schematic run is sent through a factory. Crates store a set number of identical items from that manufacturing schematic run. Objects from a crate may be removed individually by clicking on the crate and clicking the Get Item From Crate radial option. Crates continue to exist as long as there is at least 1 item remaining in the crate. Once the last remaining object is removed, the crate is then removed from the player's inventory. Each crafted item in the game has, as a general principal, a particular type of factory crate associated with its production. There are 9 types of factory crates observed in the IFFs which are: 1. shared_factory_crate_armor.iff (Armor Crate) 2. shared_factory_crate_chemicals.iff (Chemicals Crate) 3. shared_factory_crate_clothing.iff (Wearables Crate) 4. shared_factory_crate_electronics.iff (Electronics Crate) 5. shared_factory_crate_food.iff (Food Crate) 6. shared_factory_crate_furniture.iff (Furniture Crate) 7. shared_factory_crate_generic_items.iff (Generic Items Crate) 8. shared_factory_crate_installation.iff (Installation Crate) 9. shared_factory_crate_weapon.iff (Weapons Crate)
Source References
|