Difference between revisions of "Assembly Mechanics (Game Mechanics)"
(→Assembly) |
(→Assembly) |
||
Line 84: | Line 84: | ||
|- align="center" style="background-color:#ffffcc;" | |- align="center" style="background-color:#ffffcc;" | ||
|<font size = 3>'''Assembly Result'''</font> | |<font size = 3>'''Assembly Result'''</font> | ||
− | |'''<font size = 3> | + | |'''<font size = 3>Effect'''</font> |
|- align = "center" | |- align = "center" | ||
|<font size = 3>The item assembly was a critical failure.</font> | |<font size = 3>The item assembly was a critical failure.</font> |
Revision as of 11:54, 15 May 2008
This article or section needs proper wiki formatting. |
Game Mechanics - Assembly Mechanics
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
AssemblyThere are two factors that go into the process of determining an item's statistics; these are Assembly and Experimentation. Assembly is the starting point of this process. Assembly in its literal sense, is the putting together of the components and resources to create an item. Most crafted items have a set of experimental lines in which have individual properties under them. These properties are a control and bottleneck for the value of the stats that are associated with them. The properties are associated with a particular resource stat and the amount to which that stat weights or factors into the increase/decrease of the stats of this item. The value that gets returned from this process of weighting factors comes in a percentage range from 0 to 100%. The total length of the range between 0 and 100 is determined by the weighting factors of the resources and experimental property. When an item is assembled or experimented on, a portion is added to the range. For every increase in the value in the range beyond 0, the item's stats increases. The process of assembly is to add a starting value to the range. Experimentation will add onto this base starting value on up to a maximum of 100%. For a closer look at the mathematics behind this process, see the Formulas in Review section below.
As shown above, Each type of success will vary depending on the success roll made. The only success rate of consequence are Critical Failures. When a critical failure occurs, the player loses all resources used (but not components) and the item fails to be produced. Essentially the player must start over with crafting the item if a critical failure event happens.
Your Assembly skill mod (dependent on the schematic used and your skills) modified by the quality of the tool modified by the quality of the private crafting station modified by the effects of pyolian cake or any other bonuses (city, clothing, etc) applied to the roll = outcome. The experimentation roll. This roll determines the success of your experimentation attempt, crit fail, big fail, etc. One roll per click of the 'perform experiment' button. Like Assembly, the roll is modified by your experimentation skill mod, quality of the tool, quality of the station, bespin port, city bonus, etc.
http://forums.swganh.org/viewtopic.php?f=23&t=233
Almost every item that can be experimented on has stats . These stats are tied to particular experimentation categories. Wind generators have two categories: Efficiency (tied to extraction rate) and Storage (tied to hopper size). The experimental categories are displayed as percentages between 0% and 100%. The success type of the experiment ("good success", "great success", "moderate failure") determines how much improvement (or deterioration) is applied to that percentage. For example, a "great success" increases the category +7 for every point you spent; spend 5 points and get a great success, and the percentage increases by 35. Stats on in-game items have a minimum value (at 0% experimentation) and a maximum value (at 100%). The actual value of the stat is calculated using a linear scale between these two points and the experimental percentage you reached. You take the minimum stat value and add the stat range (Max - Min) times the experimental percentage. For example, crafting tools have a minimum effectiveness value of -15 and a maximum effectiveness of 15. If you experiment Effectiveness to 65%, the actual stat will be: -15 + (15 - (-15) ) * 0.65 = -15 + 30 * 0.65 = 4.5 The higher you experiment a category, the closer you get to the max possible on the stats associated with that category. In elite crafting professions (mainly weaponsmith and armorsmith), items have subcomponents which also influence final stats. The limits on the "best" item you can make is determined by the hard-coded maximum at 100% experimentation,and resource quality. Resource stats determine both the maximum experimentation percentage and (along with the assembly success) the starting experimentation percentage
http://forums.swganh.org/viewtopic.php?f=23&t=214
statsYour assumption is correct, all experimentation in SWG uses this formula : Stat = [Base value at 0% experimentation] + ([Increase/%] x [Experimental Percentage]) For example : X-Wing : Mass = 97500 + (5000 x E) with E = Experimental Percentage The initial and maximum Experimental Percentage depend on the resource stats, resource amounts and the applicable stat percentages for the item youre making. These values make up the Weighted Resource Value and determine the initial and maximum experimental percentage this way : Initial EP = 0.00000015 x WRV^2 + 0.00015 x WRV Maximum EP = 0.001 x WRV Source References
|
Bold text |