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:
Kamron Batman 2018-02-20 16:01:41 -08:00 committed by GitHub
parent ca4e99c179
commit 20ae1b3989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2195 changed files with 4617 additions and 4617 deletions

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class AnimateDeadScroll : SpellScroll
{
[Constructable]
[Constructible]
public AnimateDeadScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public AnimateDeadScroll( int amount ) : base( 100, 0x2260, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class BloodOathScroll : SpellScroll
{
[Constructable]
[Constructible]
public BloodOathScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public BloodOathScroll( int amount ) : base( 101, 0x2261, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class CorpseSkinScroll : SpellScroll
{
[Constructable]
[Constructible]
public CorpseSkinScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public CorpseSkinScroll( int amount ) : base( 102, 0x2262, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class CurseWeaponScroll : SpellScroll
{
[Constructable]
[Constructible]
public CurseWeaponScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public CurseWeaponScroll( int amount ) : base( 103, 0x2263, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class EvilOmenScroll : SpellScroll
{
[Constructable]
[Constructible]
public EvilOmenScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public EvilOmenScroll( int amount ) : base( 104, 0x2264, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class ExorcismScroll : SpellScroll
{
[Constructable]
[Constructible]
public ExorcismScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public ExorcismScroll( int amount ) : base( 116, 0x2270, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class HorrificBeastScroll : SpellScroll
{
[Constructable]
[Constructible]
public HorrificBeastScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public HorrificBeastScroll( int amount ) : base( 105, 0x2265, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class LichFormScroll : SpellScroll
{
[Constructable]
[Constructible]
public LichFormScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public LichFormScroll( int amount ) : base( 106, 0x2266, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class MindRotScroll : SpellScroll
{
[Constructable]
[Constructible]
public MindRotScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public MindRotScroll( int amount ) : base( 107, 0x2267, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class PainSpikeScroll : SpellScroll
{
[Constructable]
[Constructible]
public PainSpikeScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public PainSpikeScroll( int amount ) : base( 108, 0x2268, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class PoisonStrikeScroll : SpellScroll
{
[Constructable]
[Constructible]
public PoisonStrikeScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public PoisonStrikeScroll( int amount ) : base( 109, 0x2269, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class StrangleScroll : SpellScroll
{
[Constructable]
[Constructible]
public StrangleScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public StrangleScroll( int amount ) : base( 110, 0x226A, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class SummonFamiliarScroll : SpellScroll
{
[Constructable]
[Constructible]
public SummonFamiliarScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public SummonFamiliarScroll( int amount ) : base( 111, 0x226B, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class VampiricEmbraceScroll : SpellScroll
{
[Constructable]
[Constructible]
public VampiricEmbraceScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public VampiricEmbraceScroll( int amount ) : base( 112, 0x226C, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class VengefulSpiritScroll : SpellScroll
{
[Constructable]
[Constructible]
public VengefulSpiritScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public VengefulSpiritScroll( int amount ) : base( 113, 0x226D, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class WitherScroll : SpellScroll
{
[Constructable]
[Constructible]
public WitherScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public WitherScroll( int amount ) : base( 114, 0x226E, amount )
{
}

View file

@ -6,12 +6,12 @@ namespace Server.Items
{
public class WraithFormScroll : SpellScroll
{
[Constructable]
[Constructible]
public WraithFormScroll() : this( 1 )
{
}
[Constructable]
[Constructible]
public WraithFormScroll( int amount ) : base( 115, 0x226F, amount )
{
}