Heal
Skill Database • Heal
![]() Circle 1 | Name | Element | Max Level | CD | SP | |
---|---|---|---|---|---|---|
Heal | ![]() | 15 | 22s | 14 | ||
Class | Type | Req Stance | ||||
Cleric | ![]() | None | ||||
Description | ||||||
[Magic] - [Holy] Creates a magic circle in front of you, healing allies or damaging enemies. Does not affect airborne enemies. Amount of HP recovered depends on the target's maximum HP. Recovery increases with the casting character's INT and SPR. |
Details
Target | On Enemy | On Friend | On Neutral | Companion |
---|---|---|---|---|
Front, Square | YES | NO | NO | Not Required |
Skill Levels
Level | Description | CD | SP | |
---|---|---|---|---|
C 1 | 1 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 1 | 22s | 14 |
2 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 2 | 22s | 20 | |
3 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 3 | 22s | 26 | |
4 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 4 | 22s | 32 | |
5 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 5 | 22s | 38 | |
C 2 | 6 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 6 | 22s | 44 |
7 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 7 | 22s | 50 | |
8 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 8 | 22s | 56 | |
9 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 9 | 22s | 62 | |
10 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 10 | 22s | 68 | |
C 3 | 11 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 11 | 22s | 74 |
12 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 12 | 22s | 80 | |
13 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 13 | 22s | 86 | |
14 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 14 | 22s | 92 | |
15 | Attack 228% Heal factor 228% Magic circle duration 40 sec No. of heal circles 15 | 22s | 98 |
Advertisement
Comments (3)
multiply by 1,5 and then multiply by 1,1 is a long way of saying MULTIPLY BY 1,65....
((50 + (35 + INT)) × 1.5) × 1.1
So with 4 int and at level 1... the 35 is from skill level 1, and is a static number... but with a little change you can make it a constant formula all the way down.... or just not need to mention it 15 times, 1 time and you can calculate it all the way to 15...
ANYWAY..
So with skill level 1, and 4 int
((50+35+4)x1,5)x1,1 = 146,85
Should become
( 77 + int + ( 8 x skill level ) ) x 1,65
( 77+4+8 ) x 1,65 = 146,85
In short :
((77 + int + (sL x 8) x 1,65 - ((77 + int + (sL x 8) x 1,95
... works for all skill levels (sL)
instead of
((50 + (35 + INT)) × 1.5) × 1.1 ~ ((50 + (35 + INT)) × 1.5) × 1.3
((50 + (43 + INT)) × 1.5) × 1.1 ~ ((50 + (43 + INT)) × 1.5) × 1.3
((50 + (51 + INT)) × 1.5) × 1.1 ~ ((50 + (51 + INT)) × 1.5) × 1.3
.... and so on
Because my formula take skil level in account so simply multiply skill level with 8... be it 1 or 15, only need one formula :x