Training point: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 3: Line 3:
There are two types of training points. Mental training points and physical training points. They are calculated by the following formula:
There are two types of training points. Mental training points and physical training points. They are calculated by the following formula:


<div {{prettydiv|margin-right=50%}}>MTPs = 25 + (([[LOG]] + [[INT]] + [[WIS]] + [[INF]] + (([[AUR]] + [[DIS]]) &divide; 2) &divide; 20)<br>PTPs = 25 + (([[STR]] + [[CON]] + [[DEX]] + [[AGI]] + (([[AUR]] + [[DIS]]) &divide; 2) &divide; 20)<br></div>
<div {{prettydiv|margin-right=50%}}><tt>'''MTPs = 25 + [([[LOG]] + [[INT]] + [[WIS]] + [[INF]] + (([[AUR]] + [[DIS]]) &divide; 2)) &divide; 20]<br>PTPs = 25 + [([[STR]] + [[CON]] + [[DEX]] + [[AGI]] + (([[AUR]] + [[DIS]]) &divide; 2)) &divide; 20]</tt></div>
:''Note: A character's prime requisites are doubled for the above formulas.''
:''Note: A character's prime requisites are doubled for the above formulas.''


A character maxed out in their stats could, therefore, have a maximum of 50 TPs of each type per level. If two of the stats are prime requisites of the character's class, the maximum TPs that can be obtained are 60. For example, a rogue has two physical stats as the prime requisites: dexterity and agility. Therefore, a rogue can have a maximum of 60 PTPs and 50 MTPs in a given level.
A character maxed out in their stats could, therefore, have a maximum of 50 TPs of each type per level. If two of the stats are prime requisites of the character's class, the maximum TPs that can be obtained are 60. For example, a rogue has two physical stats as the prime requisites: dexterity and agility. Therefore, a rogue can have a maximum of 60 PTPs and 50 MTPs in a given level.


== External Links ==
== Resources ==
*http://www.play.net/gs4/info/stats.asp#training
*http://www.play.net/gs4/info/stats.asp#training
*[https://github.com/Hymore246/GS4-Character-Planner Hymore's GSIV Character Planner]
*[http://www.nitefallz.com/ Gemstone IV Stat Cruncher] - (broken link) helps determine optimal stat placement for maximum training points
*[[Training Spreadsheet|Kithus's Updated (2022) Training Spreadsheet]]
*[http://gsguide.wikia.com/wiki/Training_Spreadsheet Training spreadsheet on GSGuide]
*[https://web.archive.org/web/20190605204233/https://gs4chart.cfapps.io/ Stat/TP Growth Calculator]


[[category:New Player]]
[[category:New Player]]
[[Category: Character Mechanics]]

Latest revision as of 16:49, 14 September 2023

Training points are points characters acquire as they gain experience. A character uses the training points to train up in their various skills.

There are two types of training points. Mental training points and physical training points. They are calculated by the following formula:

MTPs = 25 + [(LOG + INT + WIS + INF + ((AUR + DIS) ÷ 2)) ÷ 20]
PTPs = 25 + [(STR + CON + DEX + AGI + ((AUR + DIS) ÷ 2)) ÷ 20]
Note: A character's prime requisites are doubled for the above formulas.

A character maxed out in their stats could, therefore, have a maximum of 50 TPs of each type per level. If two of the stats are prime requisites of the character's class, the maximum TPs that can be obtained are 60. For example, a rogue has two physical stats as the prime requisites: dexterity and agility. Therefore, a rogue can have a maximum of 60 PTPs and 50 MTPs in a given level.

Resources