Fixes lots more spelling errors (#5)
* Renames constructable to constructible * Fixes project references. * Fixes BaseEquippableLight file name * Replaces payed with paid. * Fixes various other spelling errors
This commit is contained in:
parent
ca4e99c179
commit
20ae1b3989
2195 changed files with 4617 additions and 4617 deletions
|
|
@ -13,7 +13,7 @@ namespace Server.Items
|
|||
public override int InitMinHits{ get{ return 255; } }
|
||||
public override int InitMaxHits{ get{ return 255; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public Aegis()
|
||||
{
|
||||
Hue = 0x47E;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ namespace Server.Items
|
|||
public override int InitMinHits{ get{ return 255; } }
|
||||
public override int InitMaxHits{ get{ return 255; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArcaneShield()
|
||||
{
|
||||
ItemID = 0x1B78;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 10; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BronzeShield() : base( 0x1B72 )
|
||||
{
|
||||
Weight = 6.0;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 7; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public Buckler() : base( 0x1B73 )
|
||||
{
|
||||
Weight = 5.0;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 32; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ChaosShield() : base( 0x1BC3 )
|
||||
{
|
||||
if ( !Core.AOS )
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 23; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HeaterShield() : base( 0x1B76 )
|
||||
{
|
||||
Weight = 8.0;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 16; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MetalKiteShield() : base( 0x1B74 )
|
||||
{
|
||||
Weight = 7.0;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 11; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MetalShield() : base( 0x1B7B )
|
||||
{
|
||||
Weight = 6.0;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 30; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public OrderShield() : base( 0x1BC4 )
|
||||
{
|
||||
if ( !Core.AOS )
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 12; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WoodenKiteShield() : base( 0x1B79 )
|
||||
{
|
||||
Weight = 5.0;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace Server.Items
|
|||
|
||||
public override int ArmorBase{ get{ return 8; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WoodenShield() : base( 0x1B7A )
|
||||
{
|
||||
Weight = 5.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue