You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Client/MirScenes/Dialogs/MainDialogs.cs
+8-8
Original file line number
Diff line number
Diff line change
@@ -3415,25 +3415,25 @@ public void Update(ClientMagic magic)
3415
3415
SkillButton.Hint=string.Format("Protection Field\n\nBuff Skill\nMana Cost {2}\n\nConcentrates inner force and spreads it to all\n the parts of your body. This will enhance the\nprotection from enemies. Defense power and duration\nwill be depend on the skill level. Once the skill\n has been used, you will have to wait to use it again.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3416
3416
break;
3417
3417
caseSpell.HalfMoon:
3418
-
SkillButton.Hint=string.Format("Half Moon\n\nToggle Skill\nMana Cost: {2} per attack\n\nCause damage to enemies in a semi circle around the caster with\nthe shock waves from your fast moving weapon.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0);
3418
+
SkillButton.Hint=string.Format("Half Moon\n\nToggle Skill\nMana Cost: {2} per attack\n\nCause damage to enemies in a semi circle around the caster with\nthe shock waves from your fast moving weapon.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3419
3419
break;
3420
3420
caseSpell.FlamingSword:
3421
-
SkillButton.Hint=string.Format("Flaming Sword\n\nActive Skill\nMana Cost: {2}\n\nSummons the spirit of fire in to your next attack, causing\na devastating blow to the target.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0);
3421
+
SkillButton.Hint=string.Format("Flaming Sword\n\nActive Skill\nMana Cost: {2}\n\nSummons the spirit of fire in to your next attack, causing\na devastating blow to the target.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3422
3422
break;
3423
3423
caseSpell.ShoulderDash:
3424
-
SkillButton.Hint=string.Format("Shoulder Dash\n\nActive Skill\nMana Cost: {2}\n\nA warrior can push a target backwards by charging\nthem with his shoulder, inflicting damage\nif they hit any obstacle.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0);
3424
+
SkillButton.Hint=string.Format("Shoulder Dash\n\nActive Skill\nMana Cost: {2}\n\nA warrior can push a target backwards by charging\nthem with his shoulder, inflicting damage\nif they hit any obstacle.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3425
3425
break;
3426
3426
caseSpell.CrossHalfMoon:
3427
-
SkillButton.Hint=string.Format("Cross Half-Moon\n\nToggle Skill\nMana Cost: {2} per attack\n\nA warrior uses two powerful waves of Half Moon\nto inflict damage on all mobs stood next to them.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0);
3427
+
SkillButton.Hint=string.Format("Cross Half-Moon\n\nToggle Skill\nMana Cost: {2} per attack\n\nA warrior uses two powerful waves of Half Moon\nto inflict damage on all mobs stood next to them.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3428
3428
break;
3429
3429
caseSpell.TwinDrakeBlade:
3430
-
SkillButton.Hint=string.Format("Twin Drake Blade\n\nActive Skill\nMana Cost {2}\n\nThe art of making multiple power attacks.\nIt has a low chance of stunning a target temporarily.\nStunned monsters receive an additional 50% damage.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0);
3430
+
SkillButton.Hint=string.Format("Twin Drake Blade\n\nActive Skill\nMana Cost {2}\n\nThe art of making multiple power attacks.\nIt has a low chance of stunning a target temporarily.\nStunned monsters receive an additional 50% damage.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3431
3431
break;
3432
3432
caseSpell.Entrapment:
3433
-
SkillButton.Hint=string.Format("Entrapment\n\nActive Skill\nMana Cost: {2}\n\nParalyses mobs and draws them to the caster.\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0);
3433
+
SkillButton.Hint=string.Format("Entrapment\n\nActive Skill\nMana Cost: {2}\n\nParalyses mobs and draws them to the caster.\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3434
3434
break;
3435
3435
caseSpell.LionRoar:
3436
-
SkillButton.Hint=string.Format("Lion Roar\n\nActive Skill\nMana Cost: {2}\n\nParalyses enemies around the caster, duration increases with skill level.\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0);
3436
+
SkillButton.Hint=string.Format("Lion Roar\n\nActive Skill\nMana Cost: {2}\n\nParalyses enemies around the caster, duration increases with skill level.\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3437
3437
break;
3438
3438
caseSpell.CounterAttack:
3439
3439
SkillButton.Hint=string.Format("Counter Attack\n\nBuff Skill\nMana Cost {2}\n\nIncreases AC and AMC for a short period of time\nChance to defend an attack and counter.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
@@ -3448,7 +3448,7 @@ public void Update(ClientMagic magic)
3448
3448
SkillButton.Hint=string.Format("Slashing Burst\n\nActive Skill\nMana Cost: {2}\n\nAllows The Warrior to Jump 1 Space Over an Object or Monster.\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
3449
3449
break;
3450
3450
caseSpell.BladeAvalanche:
3451
-
SkillButton.Hint=string.Format("Blade Avalanche\n\nActive Skill\nMana Cost {2}\n\nHurls blades in three directions in front of the\ncaster, creating a deadly storm of metal\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0);
3451
+
SkillButton.Hint=string.Format("Blade Avalanche\n\nActive Skill\nMana Cost {2}\n\nHurls blades in three directions in front of the\ncaster, creating a deadly storm of metal\n\nCurrent Skill Level {0}\nNext Level {1}",Magic.Level,Magic.Level==0?Magic.Level1:Magic.Level==1?Magic.Level2:Magic.Level==2?Magic.Level3:0,Magic.BaseCost);
0 commit comments