예제 #1
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public RepellingShot(Bard parent)
 {
     name = "Repelling Shot";
     potency = 80;
     dotPotency = 0;
     recastTime = 30;
     TPcost = 0;
     animationDelay = 0.8;
     abilityType = "Instant";
     castTime = 0.0;
 }
예제 #2
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public StraightShot(Bard parent)
 {
     name = "Straight Shot";
     potency = 140;
     dotPotency = 0;
     TPcost = 70;
     animationDelay = 1.4;
     abilityType = "Weaponskill";
     castTime = 0.0;
     buffTime = 20;
 }
예제 #3
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public MiserysEnd(Bard parent)
 {
     name = "Miserys End";
     potency = 190;
     dotPotency = 0;
     recastTime = 12;
     TPcost = 0;
     animationDelay = 0.8;
     abilityType = "Instant";
     castTime = 0.0;
 }
예제 #4
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public RagingStrikes(Bard parent)
 {
     name = "Raging Strikes";
     recastTime = 120;
     animationDelay = 0.8;
     abilityType = "Cooldown";
     buffTime = 20;
 }
예제 #5
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public InternalRelease(Bard parent)
 {
     name = "Internal Release";
     recastTime = 60;
     animationDelay = 0.8;
     abilityType = "Cooldown";
     buffTime = 15;
 }
예제 #6
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public Invigorate(Bard parent)
 {
     name = "Invigorate";
     recastTime = 120;
     animationDelay = 0.8;
     abilityType = "Cooldown";
 }
예제 #7
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public HawksEye(Bard parent)
 {
     name = "Hawks Eye";
     recastTime = 90;
     animationDelay = 0.8;
     abilityType = "Cooldown";
     buffTime = 20;
 }
예제 #8
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public AutoAttack(Bard parent)
 {
     name = "Auto Attack";
     recastTime = MainWindow.AADELAY;
     animationDelay = 0;
     abilityType = "AUTOA";
 }
예제 #9
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public BluntArrow(Bard parent)
 {
     name = "Blunt Arrow";
     potency = 50;
     dotPotency = 0;
     recastTime = 30;
     TPcost = 0;
     animationDelay = 0.8;
     abilityType = "Instant";
     castTime = 0.0;
 }
예제 #10
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public FlamingArrow(Bard parent)
 {
     name = "Flaming Arrow";
     potency = 0;
     dotPotency = 35;
     recastTime = 60;
     TPcost = 0;
     animationDelay = 0.8;
     abilityType = "Instant";
     castTime = 0.0;
     debuffTime = 30;
 }
예제 #11
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public Bloodletter(Bard parent)
 {
     name = "Bloodletter";
     potency = 150;
     dotPotency = 0;
     recastTime = 15;
     TPcost = 0;
     animationDelay = 0.8;
     abilityType = "Instant";
     castTime = 0.0;
 }
예제 #12
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public BloodForBlood(Bard parent)
 {
     name = "Blood for Blood";
     recastTime = 80;
     animationDelay = 0.8;
     abilityType = "Cooldown";
     buffTime = 20;
 }
예제 #13
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public Barrage(Bard parent)
 {
     name = "Barrage";
     recastTime = 90;
     animationDelay = 0.8;
     abilityType = "Cooldown";
     buffTime = 10;
 }
예제 #14
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public VenomousBite(Bard parent)
 {
     name = "Venomous Bite";
     potency = 100;
     dotPotency = 35;
     TPcost = 80;
     animationDelay = 1.4;
     abilityType = "Weaponskill";
     castTime = 0.0;
     debuffTime = 18;
 }
예제 #15
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public HeavyShot(Bard parent)
 {
     name = "Heavy Shot";
     potency = 150;
     dotPotency = 0;
     TPcost = 60;
     animationDelay = 1.4;
     abilityType = "Weaponskill";
     castTime = 0.0;
     duration = 0.0;
     buffTime = 10;
 }
예제 #16
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public Windbite(Bard parent)
 {
     name = "Windbite";
     potency = 60;
     dotPotency = 45;
     TPcost = 80;
     animationDelay = 1.4;
     abilityType = "Weaponskill";
     castTime = 0.0;
     duration = 0.0;
     debuffTime = 18;
 }
예제 #17
0
파일: Bard.cs 프로젝트: Eein/chocobro
 public ArmysPaeon(Bard parent)
 {
     name = "Army's Paeon";
     recastTime = 2.5;
     castTime = 3.0;
     abilityType = "Spell";
 }