Inquisitor

From DARO
Revision as of 01:03, 31 January 2021 by Lutie (talk | contribs) (Created page with "== Description == '''Original Job''' : <br> '''Version''' : 1.0<br> <br> == Kugans == === Rightful Specialization === '''ID''' : 4090<br> '''Type''' : Passive<br> '''Max L...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Original Job :
Version : 1.0

Kugans

Rightful Specialization

ID : 4090
Type : Passive
Max Level : 5
Cost to learn : 1
Description : Each level grants +1 to one attribute.

Level Attribute
1 LUK
2 INT
3 CON
4 STR
5 LUK

Rightful Protection

ID : 4091
Type : Passive
Max Level : 5
Cost to learn : 1
Description : Enable the use of Divine Protection.
Note : This skill has been greatly changed. Check out its new effects in the jobs section of the wiki.

Level Skill
1 Divine Protection Level 2
2 Divine Protection Level 4
3 Divine Protection Level 6
4 Divine Protection Level 8
5 Divine Protection Level 10

Already Learned : Increase the level of Divine Protection by 2 per Rightful Protection level.

Rightful Bane

ID : 4092
Type : Passive
Max Level : 5
Cost to learn : 1
Description : Enable the use of Demon Bane.
Note : This skill has been greatly changed. Check out its new effects in the jobs section of the wiki.

Level Skill
1 Demon Bane Level 2
2 Demon Bane Level 4
3 Demon Bane Level 6
4 Demon Bane Level 8
5 Demon Bane Level 10

Already Learned : Increase the level of Demon Bane by 2 per Rightful Bane level.

Rightful Ruwash

ID : 4093
Type : Passive
Max Level : 5
Cost to learn : 1
Description : Enable the use of a minored version of Ruwash.

Level Skill
1 Ruwash Level 1
2 Ruwash Level 2
3 Ruwash Level 3
4 Ruwash Level 4
5 Ruwash Level 5

Already Learned : Ruwash has a chance to provoke Blind and SP cost are increased.
This effect is not applied once at the time of a hit but regularly as long as the target remains in the area of effect.
Damage of Ruwash (when a target is revealed) are slightly increase as well.

Level Status Damage SP cost
1 Chance to inflict blind 3% Damage increased by 5% +2
2 Chance to inflict blind 6% Damage increased by 10% +4
3 Chance to inflict blind 9% Damage increased by 15% +6
4 Chance to inflict blind 12% Damage increased by 20% +8
5 Chance to inflict blind 15% Damage increased by 25% +10

Implementation note:

  • bonus4 bAddEffOnSkill,sk,eff,n,atf;

Rightful Decrease

ID : 4094
Type : Passive
Max Level : 5
Cost to learn : 1
Description : Enable the use of a minored version of Agility Decrease.

Level Skill
1 Agility Decrease Level 2
2 Agility Decrease Level 4
3 Agility Decrease Level 6
4 Agility Decrease Level 8
5 Agility Decrease Level 10

Already Learned : When attacked or attacking the player has a chance to cast the effects of Agility Decrease at the level they know them.

Level Odds Level Used Minimum Level
1 1% 20% known level of the skill Level 1
2 2% 40% known level of the skill Level 2
3 3% 60% known level of the skill Level 3
4 4% 80% known level of the skill Level 4
5 5% 100% known level of the skill Level 5

Rightful Light

ID : 4095
Type : Passive
Max Level : 5
Cost to learn : 1
Description : Enable the use of a minored version of Holy Light.

Level Skill
1 Holy Light Level 1
2 Holy Light Level 2
3 Holy Light Level 3
4 Holy Light Level 4
5 Holy Light Level 5

Already Learned : Each time Holy Light hits the target can recieve the status Oath.
A target affected by Oath will have increase chance to recieve a status effect by 50%, reduce PFLEE to 0.
This effect is cured by Blessing, considered has common status, resistance attribut is MDEF.

Level Status Rate
1 Chance to inflict Oath 5%
2 Chance to inflict Oath 10%
3 Chance to inflict Oath 15%
4 Chance to inflict Oath 20%
5 Chance to inflict Oath 25%

Implementation note:

  • bonus4 bAddEffOnSkill,sk,eff,n,atf;
  • SC_OATH

Rightful Mastery

ID : 4096
Type : Passive
Max Level : 5
Cost to learn : 1
Description : When the player is attacked or attackr while being injured the opponent has a low chance of contracting the Silence status.
When the player is attacked or attackr while injured (HP <66%) the opponent has a chance to contract Blind status.
When the player is attacked or attackr while in danger (HP <33%) the opponent has a notable chance of contracting Curse status.

Level Silence Rate Blind Rate Curse Rate
1 1% 2% 3%
2 2% 4% 6%
3 3% 6% 9%
4 4% 8% 12%
5 5% 10% 15%

Implementation Status

  • The silence status can be handle with official bAddEffWhenHit
  • The two other need bBattleBonus with special conditions

Rightful Resentment

ID : 4097
Type : Passive
Max Level : 5
Cost to learn : 1
Description : Blind status received by the player can be contracted by those who sent them.

Level Odds
1 7%
2 14%
3 21%
4 28%
5 35%
  • The "Odds" reflects the chance for the effect to returned the status
  • If the player with this skill at level 3 is hit by a skill which have 25% to curse, then their is 21% chance that the skill's user also have 25% to be curse
  • Status reflection do not prevent the character to be affected by the status

Rightful Vigor

ID : 4098
Type : Passive
Max Level : 5
Cost to learn : 1
Description : When the character attacks without using a skill he recovers some SP.
SP recovery is affected by INT.
This effect has a 1 second cooldown.

Level SP recovery
1 5% of BaseLevel
2 10% of BaseLevel
3 15% of BaseLevel
4 20% of BaseLevel
5 25% of BaseLevel
  • Each point in INT increase recovery by 1%

Implementation note:

  • bOnHitSpRecovery with 0,x as value

Rightful Will

ID : 9
Type : Active
Max Level : 5
Cost to learn : 1
LP cost : ?
Casting Time : 2 seconds (interruptible)
Cooldown : No
Duration : Depends on level
Description : The user and his nearby allies receive a buff to damage and resistance for a given time.
Effects are halved on the user.

Level Damage & Resistance Duration Area
1 2% 10 seconds 3x3
2 4% 15 seconds 5x5
3 6% 20 seconds 7x7
4 8% 25 seconds 9x9
5 10% 30 seconds 11x11

Implementatio note :

  • SC_BUFF_DAMAGE & SC_BUFF_RESISTANCE