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 BarrelLid : Item
{
[Constructible]
public BarrelLid() : base(0x1DB8)
{
Weight = 2;
}
public BarrelLid() : base(0x1DB8) => Weight = 2;
public BarrelLid(Serial serial) : base(serial)
{
@ -31,10 +28,7 @@ namespace Server.Items
public class BarrelStaves : Item
{
[Constructible]
public BarrelStaves() : base(0x1EB1)
{
Weight = 1;
}
public BarrelStaves() : base(0x1EB1) => Weight = 1;
public BarrelStaves(Serial serial) : base(serial)
{
@ -58,10 +52,7 @@ namespace Server.Items
public class BarrelHoops : Item
{
[Constructible]
public BarrelHoops() : base(0x1DB7)
{
Weight = 5;
}
public BarrelHoops() : base(0x1DB7) => Weight = 5;
public BarrelHoops(Serial serial) : base(serial)
{
@ -87,10 +78,7 @@ namespace Server.Items
public class BarrelTap : Item
{
[Constructible]
public BarrelTap() : base(0x1004)
{
Weight = 1;
}
public BarrelTap() : base(0x1004) => Weight = 1;
public BarrelTap(Serial serial) : base(serial)
{

View file

@ -5,10 +5,7 @@ namespace Server.Items
public class Easle : Item
{
[Constructible]
public Easle() : base(0xF65)
{
Weight = 25.0;
}
public Easle() : base(0xF65) => Weight = 25.0;
public Easle(Serial serial) : base(serial)
{

View file

@ -5,10 +5,7 @@ namespace Server.Items
public class TallMusicStand : Item
{
[Constructible]
public TallMusicStand() : base(0xEBB)
{
Weight = 10.0;
}
public TallMusicStand() : base(0xEBB) => Weight = 10.0;
public TallMusicStand(Serial serial) : base(serial)
{
@ -37,10 +34,7 @@ namespace Server.Items
public class ShortMusicStand : Item
{
[Constructible]
public ShortMusicStand() : base(0xEB6)
{
Weight = 10.0;
}
public ShortMusicStand() : base(0xEB6) => Weight = 10.0;
public ShortMusicStand(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class Obelisk : Item
{
[Constructible]
public Obelisk() : base(0x1184)
{
Movable = false;
}
public Obelisk() : base(0x1184) => Movable = false;
public Obelisk(Serial serial) : base(serial)
{

View file

@ -5,10 +5,7 @@ namespace Server.Items
public class BambooScreen : Item
{
[Constructible]
public BambooScreen() : base(0x24D0)
{
Weight = 20.0;
}
public BambooScreen() : base(0x24D0) => Weight = 20.0;
public BambooScreen(Serial serial) : base(serial)
{
@ -34,10 +31,7 @@ namespace Server.Items
public class ShojiScreen : Item
{
[Constructible]
public ShojiScreen() : base(0x24CB)
{
Weight = 20.0;
}
public ShojiScreen() : base(0x24CB) => Weight = 20.0;
public ShojiScreen(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class StatueSouth : Item
{
[Constructible]
public StatueSouth() : base(0x139A)
{
Weight = 10;
}
public StatueSouth() : base(0x139A) => Weight = 10;
public StatueSouth(Serial serial) : base(serial)
{
@ -32,10 +29,7 @@ namespace Server.Items
public class StatueSouth2 : Item
{
[Constructible]
public StatueSouth2() : base(0x1227)
{
Weight = 10;
}
public StatueSouth2() : base(0x1227) => Weight = 10;
public StatueSouth2(Serial serial) : base(serial)
{
@ -61,10 +55,7 @@ namespace Server.Items
public class StatueNorth : Item
{
[Constructible]
public StatueNorth() : base(0x139B)
{
Weight = 10;
}
public StatueNorth() : base(0x139B) => Weight = 10;
public StatueNorth(Serial serial) : base(serial)
{
@ -90,10 +81,7 @@ namespace Server.Items
public class StatueWest : Item
{
[Constructible]
public StatueWest() : base(0x1226)
{
Weight = 10;
}
public StatueWest() : base(0x1226) => Weight = 10;
public StatueWest(Serial serial) : base(serial)
{
@ -119,10 +107,7 @@ namespace Server.Items
public class StatueEast : Item
{
[Constructible]
public StatueEast() : base(0x139C)
{
Weight = 10;
}
public StatueEast() : base(0x139C) => Weight = 10;
public StatueEast(Serial serial) : base(serial)
{
@ -148,10 +133,7 @@ namespace Server.Items
public class StatueEast2 : Item
{
[Constructible]
public StatueEast2() : base(0x1224)
{
Weight = 10;
}
public StatueEast2() : base(0x1224) => Weight = 10;
public StatueEast2(Serial serial) : base(serial)
{
@ -177,10 +159,7 @@ namespace Server.Items
public class StatueSouthEast : Item
{
[Constructible]
public StatueSouthEast() : base(0x1225)
{
Weight = 10;
}
public StatueSouthEast() : base(0x1225) => Weight = 10;
public StatueSouthEast(Serial serial) : base(serial)
{
@ -206,10 +185,7 @@ namespace Server.Items
public class BustSouth : Item
{
[Constructible]
public BustSouth() : base(0x12CB)
{
Weight = 10;
}
public BustSouth() : base(0x12CB) => Weight = 10;
public BustSouth(Serial serial) : base(serial)
{
@ -235,10 +211,7 @@ namespace Server.Items
public class BustEast : Item
{
[Constructible]
public BustEast() : base(0x12CA)
{
Weight = 10;
}
public BustEast() : base(0x12CA) => Weight = 10;
public BustEast(Serial serial) : base(serial)
{
@ -264,10 +237,7 @@ namespace Server.Items
public class StatuePegasus : Item
{
[Constructible]
public StatuePegasus() : base(0x139D)
{
Weight = 10;
}
public StatuePegasus() : base(0x139D) => Weight = 10;
public StatuePegasus(Serial serial) : base(serial)
{
@ -293,10 +263,7 @@ namespace Server.Items
public class StatuePegasus2 : Item
{
[Constructible]
public StatuePegasus2() : base(0x1228)
{
Weight = 10;
}
public StatuePegasus2() : base(0x1228) => Weight = 10;
public StatuePegasus2(Serial serial) : base(serial)
{
@ -322,10 +289,7 @@ namespace Server.Items
public class SmallTowerSculpture : Item
{
[Constructible]
public SmallTowerSculpture() : base(0x241A)
{
Weight = 20.0;
}
public SmallTowerSculpture() : base(0x241A) => Weight = 20.0;
public SmallTowerSculpture(Serial serial) : base(serial)
{

View file

@ -3,10 +3,7 @@ namespace Server.Items
public class Vase : Item
{
[Constructible]
public Vase() : base(0xB46)
{
Weight = 10;
}
public Vase() : base(0xB46) => Weight = 10;
public Vase(Serial serial) : base(serial)
{
@ -30,10 +27,7 @@ namespace Server.Items
public class LargeVase : Item
{
[Constructible]
public LargeVase() : base(0xB45)
{
Weight = 15;
}
public LargeVase() : base(0xB45) => Weight = 15;
public LargeVase(Serial serial) : base(serial)
{
@ -57,10 +51,7 @@ namespace Server.Items
public class SmallUrn : Item
{
[Constructible]
public SmallUrn() : base(0x241C)
{
Weight = 20.0;
}
public SmallUrn() : base(0x241C) => Weight = 20.0;
public SmallUrn(Serial serial) : base(serial)
{