Formatting FIxes (#58)
This commit is contained in:
parent
57fb9fb525
commit
096d39609e
1318 changed files with 11633 additions and 22129 deletions
|
|
@ -7,15 +7,13 @@ namespace Server.Ethics.Hero
|
|||
{
|
||||
public sealed class Bless : Power
|
||||
{
|
||||
public Bless()
|
||||
{
|
||||
public Bless() =>
|
||||
m_Definition = new PowerDefinition(
|
||||
15,
|
||||
"Bless",
|
||||
"Erstok Ontawl",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
||||
public override void BeginInvoke(Player from)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,15 +2,13 @@ namespace Server.Ethics.Hero
|
|||
{
|
||||
public sealed class HolyBlade : Power
|
||||
{
|
||||
public HolyBlade()
|
||||
{
|
||||
public HolyBlade() =>
|
||||
m_Definition = new PowerDefinition(
|
||||
10,
|
||||
"Holy Blade",
|
||||
"Erstok Reyam",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
||||
public override void BeginInvoke(Player from)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,15 +6,13 @@ namespace Server.Ethics.Hero
|
|||
{
|
||||
public sealed class HolyItem : Power
|
||||
{
|
||||
public HolyItem()
|
||||
{
|
||||
public HolyItem() =>
|
||||
m_Definition = new PowerDefinition(
|
||||
5,
|
||||
"Holy Item",
|
||||
"Vidda K'balc",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
||||
public override void BeginInvoke(Player from)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,15 +6,13 @@ namespace Server.Ethics.Hero
|
|||
{
|
||||
public sealed class HolySense : Power
|
||||
{
|
||||
public HolySense()
|
||||
{
|
||||
public HolySense() =>
|
||||
m_Definition = new PowerDefinition(
|
||||
0,
|
||||
"Holy Sense",
|
||||
"Drewrok Erstok",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
||||
public override void BeginInvoke(Player from)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,15 +4,13 @@ namespace Server.Ethics.Hero
|
|||
{
|
||||
public sealed class HolyShield : Power
|
||||
{
|
||||
public HolyShield()
|
||||
{
|
||||
public HolyShield() =>
|
||||
m_Definition = new PowerDefinition(
|
||||
20,
|
||||
"Holy Shield",
|
||||
"Erstok K'blac",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
||||
public override void BeginInvoke(Player from)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,15 +6,13 @@ namespace Server.Ethics.Hero
|
|||
{
|
||||
public sealed class HolySteed : Power
|
||||
{
|
||||
public HolySteed()
|
||||
{
|
||||
public HolySteed() =>
|
||||
m_Definition = new PowerDefinition(
|
||||
30,
|
||||
"Holy Steed",
|
||||
"Trubechs Yeliab",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
||||
public override void BeginInvoke(Player from)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,15 +2,13 @@ namespace Server.Ethics.Hero
|
|||
{
|
||||
public sealed class HolyWord : Power
|
||||
{
|
||||
public HolyWord()
|
||||
{
|
||||
public HolyWord() =>
|
||||
m_Definition = new PowerDefinition(
|
||||
100,
|
||||
"Holy Word",
|
||||
"Erstok Oostrac",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
||||
public override void BeginInvoke(Player from)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,15 +6,13 @@ namespace Server.Ethics.Hero
|
|||
{
|
||||
public sealed class SummonFamiliar : Power
|
||||
{
|
||||
public SummonFamiliar()
|
||||
{
|
||||
public SummonFamiliar() =>
|
||||
m_Definition = new PowerDefinition(
|
||||
5,
|
||||
"Summon Familiar",
|
||||
"Trubechs Vingir",
|
||||
""
|
||||
);
|
||||
}
|
||||
|
||||
public override void BeginInvoke(Player from)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue