Formatting FIxes (#58)

This commit is contained in:
Kamron Batman 2019-10-04 23:08:13 -07:00 committed by GitHub
parent 57fb9fb525
commit 096d39609e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1318 changed files with 11633 additions and 22129 deletions

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class FemaleStuddedChest : BaseArmor
{
[Constructible]
public FemaleStuddedChest() : base(0x1C02)
{
Weight = 6.0;
}
public FemaleStuddedChest() : base(0x1C02) => Weight = 6.0;
public FemaleStuddedChest(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class HideChest : BaseArmor
{
[Constructible]
public HideChest() : base(0x2B74)
{
Weight = 6.0;
}
public HideChest() : base(0x2B74) => Weight = 6.0;
public HideChest(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class HideFemaleChest : BaseArmor
{
[Constructible]
public HideFemaleChest() : base(0x2B79)
{
Weight = 6.0;
}
public HideFemaleChest() : base(0x2B79) => Weight = 6.0;
public HideFemaleChest(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class HideGloves : BaseArmor
{
[Constructible]
public HideGloves() : base(0x2B75)
{
Weight = 2.0;
}
public HideGloves() : base(0x2B75) => Weight = 2.0;
public HideGloves(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class HideGorget : BaseArmor
{
[Constructible]
public HideGorget() : base(0x2B76)
{
Weight = 3.0;
}
public HideGorget() : base(0x2B76) => Weight = 3.0;
public HideGorget(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class HidePants : BaseArmor
{
[Constructible]
public HidePants() : base(0x2B78)
{
Weight = 5.0;
}
public HidePants() : base(0x2B78) => Weight = 5.0;
public HidePants(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class HidePauldrons : BaseArmor
{
[Constructible]
public HidePauldrons() : base(0x2B77)
{
Weight = 4.0;
}
public HidePauldrons() : base(0x2B77) => Weight = 4.0;
public HidePauldrons(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class StuddedArms : BaseArmor
{
[Constructible]
public StuddedArms() : base(0x13DC)
{
Weight = 4.0;
}
public StuddedArms() : base(0x13DC) => Weight = 4.0;
public StuddedArms(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class StuddedBustierArms : BaseArmor
{
[Constructible]
public StuddedBustierArms() : base(0x1C0C)
{
Weight = 1.0;
}
public StuddedBustierArms() : base(0x1C0C) => Weight = 1.0;
public StuddedBustierArms(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class StuddedChest : BaseArmor
{
[Constructible]
public StuddedChest() : base(0x13DB)
{
Weight = 8.0;
}
public StuddedChest() : base(0x13DB) => Weight = 8.0;
public StuddedChest(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class StuddedDo : BaseArmor
{
[Constructible]
public StuddedDo() : base(0x27C7)
{
Weight = 8.0;
}
public StuddedDo() : base(0x27C7) => Weight = 8.0;
public StuddedDo(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class StuddedGloves : BaseArmor
{
[Constructible]
public StuddedGloves() : base(0x13D5)
{
Weight = 1.0;
}
public StuddedGloves() : base(0x13D5) => Weight = 1.0;
public StuddedGloves(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class StuddedGorget : BaseArmor
{
[Constructible]
public StuddedGorget() : base(0x13D6)
{
Weight = 1.0;
}
public StuddedGorget() : base(0x13D6) => Weight = 1.0;
public StuddedGorget(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class StuddedHaidate : BaseArmor
{
[Constructible]
public StuddedHaidate() : base(0x278B)
{
Weight = 5.0;
}
public StuddedHaidate() : base(0x278B) => Weight = 5.0;
public StuddedHaidate(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class StuddedHiroSode : BaseArmor
{
[Constructible]
public StuddedHiroSode() : base(0x277F)
{
Weight = 1.0;
}
public StuddedHiroSode() : base(0x277F) => Weight = 1.0;
public StuddedHiroSode(Serial serial) : base(serial)
{

View file

@ -4,10 +4,7 @@ namespace Server.Items
public class StuddedLegs : BaseArmor
{
[Constructible]
public StuddedLegs() : base(0x13DA)
{
Weight = 5.0;
}
public StuddedLegs() : base(0x13DA) => Weight = 5.0;
public StuddedLegs(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class StuddedMempo : BaseArmor
{
[Constructible]
public StuddedMempo() : base(0x279D)
{
Weight = 2.0;
}
public StuddedMempo() : base(0x279D) => Weight = 2.0;
public StuddedMempo(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class StuddedSuneate : BaseArmor
{
[Constructible]
public StuddedSuneate() : base(0x27D2)
{
Weight = 5.0;
}
public StuddedSuneate() : base(0x27D2) => Weight = 5.0;
public StuddedSuneate(Serial serial) : base(serial)
{