Difference between revisions of "Max SP"

From LeikaRO wiki
Jump to: navigation, search
(adding navbox and fixing broken link)
Line 81: Line 81:
 
{|class="wikitable"
 
{|class="wikitable"
 
|- style="text-align: center; font-weight: bold;"
 
|- style="text-align: center; font-weight: bold;"
|style="text-align: center;"|[[Swordman]]
+
|style="text-align: center;"|[[Swordsman]]
 
|style="text-align: center;"|[[Archer]]
 
|style="text-align: center;"|[[Archer]]
 
|style="text-align: center;"|[[Thief]]
 
|style="text-align: center;"|[[Thief]]
Line 112: Line 112:
 
|style="text-align: center;"|[[Blacksmith]]
 
|style="text-align: center;"|[[Blacksmith]]
 
|style="text-align: center;"|[[Wizard]]
 
|style="text-align: center;"|[[Wizard]]
|style="text-align: center;"|[[TaeKwon Master]]
+
|style="text-align: center;"|[[Star Gladiator]]
 
|-
 
|-
 
|style="text-align: center;"|3
 
|style="text-align: center;"|3
Line 146: Line 146:
  
 
{{Navbox Game Mechanics}}
 
{{Navbox Game Mechanics}}
 
[[Category:Mechanics]]
 

Revision as of 13:11, 4 June 2015

General

SP is an acronym and is known to stand for Spell Power or Spell Points, sometimes referred to as Mana as well. It is the essence of power that lets the player's character perform skills. Max SP is mainly derived from the class of the character, INT, and any equipment that may affect SP.

Max SP affects SP Recovery, Increase Spiritual Power, and Spirits Recovery.

3rd class trans SP table

Max SP

Calculation

var BASE_SP = 10;
BASE_SP += BASE_LEVEL * SP_JOB;

var MAX_SP = BASE_SP;

MAX_SP = Math.floor( MAX_SP * (1 + INT * 0.01) );

MAX_SP = Math.floor( MAX_SP * TRANS_MOD );

MAX_SP += SP_MOD_A;

MAX_SP = Math.floor( MAX_SP * (1 + SP_MOD_B * 0.01) );

Where:

SP_JOB: See the job modifier table
SP_MOD_A: Sum of additive modifiers
SP_MOD_B: Sum of multiplicative modifiers
TRANS_MOD: 1.25 for transcendent classes, 1 otherwise

Notes:

Base SP is the same for all characters with the same job and same level.
Increase base SP by 1% per 1 INT. Then add +x SP modifiers. Finally add +x% SP modifiers.

Additive modifiers

Multiplicative modifiers

Job Modifiers

Novices

Novice Super Novice
1 1

First Job Classes

Swordsman Archer Thief Acolyte Merchant Mage TaeKwon Kid Ninja Gunslinger
2 2 2 5 3 6 2 3 4

2-1 Job Classes

Knight Hunter Assassin Priest Blacksmith Wizard Star Gladiator
3 4 4 8 4 9 4

2-2 Job Classes

Crusader Dancer/Bard Rogue Monk Alchemist Sage Soul Linker
4.7 6 5 4.7 4 7 9