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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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