Formatting FIxes (#58)
This commit is contained in:
parent
57fb9fb525
commit
096d39609e
1318 changed files with 11633 additions and 22129 deletions
|
|
@ -3,10 +3,7 @@ namespace Server.Items
|
|||
public class Beads : Item
|
||||
{
|
||||
[Constructible]
|
||||
public Beads() : base(0x108B)
|
||||
{
|
||||
Weight = 1.0;
|
||||
}
|
||||
public Beads() : base(0x108B) => Weight = 1.0;
|
||||
|
||||
public Beads(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,10 +30,7 @@ namespace Server.Items
|
|||
public class GoldBracelet : BaseBracelet
|
||||
{
|
||||
[Constructible]
|
||||
public GoldBracelet() : base(0x1086)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public GoldBracelet() : base(0x1086) => Weight = 0.1;
|
||||
|
||||
public GoldBracelet(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -57,10 +54,7 @@ namespace Server.Items
|
|||
public class SilverBracelet : BaseBracelet
|
||||
{
|
||||
[Constructible]
|
||||
public SilverBracelet() : base(0x1F06)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public SilverBracelet() : base(0x1F06) => Weight = 0.1;
|
||||
|
||||
public SilverBracelet(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,10 +30,7 @@ namespace Server.Items
|
|||
public class GoldEarrings : BaseEarrings
|
||||
{
|
||||
[Constructible]
|
||||
public GoldEarrings() : base(0x1087)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public GoldEarrings() : base(0x1087) => Weight = 0.1;
|
||||
|
||||
public GoldEarrings(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -57,10 +54,7 @@ namespace Server.Items
|
|||
public class SilverEarrings : BaseEarrings
|
||||
{
|
||||
[Constructible]
|
||||
public SilverEarrings() : base(0x1F07)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public SilverEarrings() : base(0x1F07) => Weight = 0.1;
|
||||
|
||||
public SilverEarrings(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,10 +30,7 @@ namespace Server.Items
|
|||
public class Necklace : BaseNecklace
|
||||
{
|
||||
[Constructible]
|
||||
public Necklace() : base(0x1085)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public Necklace() : base(0x1085) => Weight = 0.1;
|
||||
|
||||
public Necklace(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -57,10 +54,7 @@ namespace Server.Items
|
|||
public class GoldNecklace : BaseNecklace
|
||||
{
|
||||
[Constructible]
|
||||
public GoldNecklace() : base(0x1088)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public GoldNecklace() : base(0x1088) => Weight = 0.1;
|
||||
|
||||
public GoldNecklace(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -84,10 +78,7 @@ namespace Server.Items
|
|||
public class GoldBeadNecklace : BaseNecklace
|
||||
{
|
||||
[Constructible]
|
||||
public GoldBeadNecklace() : base(0x1089)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public GoldBeadNecklace() : base(0x1089) => Weight = 0.1;
|
||||
|
||||
public GoldBeadNecklace(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -112,10 +103,7 @@ namespace Server.Items
|
|||
public class SilverNecklace : BaseNecklace
|
||||
{
|
||||
[Constructible]
|
||||
public SilverNecklace() : base(0x1F08)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public SilverNecklace() : base(0x1F08) => Weight = 0.1;
|
||||
|
||||
public SilverNecklace(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -139,10 +127,7 @@ namespace Server.Items
|
|||
public class SilverBeadNecklace : BaseNecklace
|
||||
{
|
||||
[Constructible]
|
||||
public SilverBeadNecklace() : base(0x1F05)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public SilverBeadNecklace() : base(0x1F05) => Weight = 0.1;
|
||||
|
||||
public SilverBeadNecklace(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,10 +30,7 @@ namespace Server.Items
|
|||
public class GoldRing : BaseRing
|
||||
{
|
||||
[Constructible]
|
||||
public GoldRing() : base(0x108a)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public GoldRing() : base(0x108a) => Weight = 0.1;
|
||||
|
||||
public GoldRing(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
@ -57,10 +54,7 @@ namespace Server.Items
|
|||
public class SilverRing : BaseRing
|
||||
{
|
||||
[Constructible]
|
||||
public SilverRing() : base(0x1F09)
|
||||
{
|
||||
Weight = 0.1;
|
||||
}
|
||||
public SilverRing() : base(0x1F09) => Weight = 0.1;
|
||||
|
||||
public SilverRing(Serial serial) : base(serial)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue