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
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class EarthquakeScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EarthquakeScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EarthquakeScroll( int amount ) : base( 56, 0x1F65, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class EnergyVortexScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EnergyVortexScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EnergyVortexScroll( int amount ) : base( 57, 0x1F66, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ResurrectionScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ResurrectionScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ResurrectionScroll( int amount ) : base( 58, 0x1F67, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class SummonAirElementalScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonAirElementalScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonAirElementalScroll( int amount ) : base( 59, 0x1F68, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class SummonDaemonScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonDaemonScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonDaemonScroll( int amount ) : base( 60, 0x1F69, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class SummonEarthElementalScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonEarthElementalScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonEarthElementalScroll( int amount ) : base( 61, 0x1F6A, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class SummonFireElementalScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonFireElementalScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonFireElementalScroll( int amount ) : base( 62, 0x1F6B, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class SummonWaterElementalScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonWaterElementalScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonWaterElementalScroll( int amount ) : base( 63, 0x1F6C, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class BladeSpiritsScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BladeSpiritsScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BladeSpiritsScroll( int amount ) : base( 32, 0x1F4D, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class DispelFieldScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DispelFieldScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DispelFieldScroll( int amount ) : base( 33, 0x1F4E, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class IncognitoScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public IncognitoScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public IncognitoScroll( int amount ) : base( 34, 0x1F4F, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MagicReflectScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicReflectScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicReflectScroll( int amount ) : base( 35, 0x1F50, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MindBlastScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MindBlastScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MindBlastScroll( int amount ) : base( 36, 0x1F51, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ParalyzeScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ParalyzeScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ParalyzeScroll( int amount ) : base( 37, 0x1F52, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class PoisonFieldScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public PoisonFieldScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public PoisonFieldScroll( int amount ) : base( 38, 0x1F53, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class SummonCreatureScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonCreatureScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonCreatureScroll( int amount ) : base( 39, 0x1F54, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ClumsyScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ClumsyScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ClumsyScroll( int amount ) : base( 0, 0x1F2E, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class CreateFoodScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CreateFoodScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CreateFoodScroll( int amount ) : base( 1, 0x1F2F, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class FeeblemindScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FeeblemindScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FeeblemindScroll( int amount ) : base( 2, 0x1F30, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class HealScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HealScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HealScroll( int amount ) : base( 3, 0x1F31, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MagicArrowScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicArrowScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicArrowScroll( int amount ) : base( 4, 0x1F32, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class NightSightScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NightSightScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NightSightScroll( int amount ) : base( 5, 0x1F33, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ReactiveArmorScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ReactiveArmorScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ReactiveArmorScroll( int amount ) : base( 6, 0x1F2D, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class WeakenScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WeakenScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WeakenScroll( int amount ) : base( 7, 0x1F34, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ArchProtectionScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArchProtectionScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArchProtectionScroll( int amount ) : base( 25, 0x1F46, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ArchCureScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArchCureScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArchCureScroll( int amount ) : base( 24, 0x1F45, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class CurseScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CurseScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CurseScroll( int amount ) : base( 26, 0x1F47, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class FireFieldScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FireFieldScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FireFieldScroll( int amount ) : base( 27, 0x1F48, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class GreaterHealScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GreaterHealScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GreaterHealScroll( int amount ) : base( 28, 0x1F49, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class LightningScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public LightningScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public LightningScroll( int amount ) : base( 29, 0x1F4A, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ManaDrainScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ManaDrainScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ManaDrainScroll( int amount ) : base( 30, 0x1F4B, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class RecallScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RecallScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RecallScroll( int amount ) : base( 31, 0x1F4C, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class AnimatedWeaponScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public AnimatedWeaponScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public AnimatedWeaponScroll( int amount )
|
||||
: base( 683, 0x2DA4, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class BombardScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BombardScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BombardScroll( int amount )
|
||||
: base( 688, 0x2DA9, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class CleansingWindsScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CleansingWindsScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CleansingWindsScroll( int amount )
|
||||
: base( 687, 0x2DA8, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class EagleStrikeScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EagleStrikeScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EagleStrikeScroll( int amount )
|
||||
: base( 682, 0x2DA3, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class EnchantScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EnchantScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EnchantScroll( int amount )
|
||||
: base( 680, 0x2DA1, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class HailStormScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HailStormScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HailStormScroll( int amount )
|
||||
: base( 690, 0x2DAB, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class HealingStoneScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HealingStoneScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HealingStoneScroll( int amount )
|
||||
: base( 678, 0x2D9F, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class MassSleepScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MassSleepScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MassSleepScroll( int amount )
|
||||
: base( 686, 0x2DA7, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class NetherBoltScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NetherBoltScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NetherBoltScroll( int amount )
|
||||
: base( 677, 0x2D9E, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class NetherCycloneScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NetherCycloneScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NetherCycloneScroll( int amount )
|
||||
: base( 691, 0x2DAC, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class PurgeMagicScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public PurgeMagicScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public PurgeMagicScroll( int amount )
|
||||
: base( 679, 0x2DA0, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class RisingColossusScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RisingColossusScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RisingColossusScroll( int amount )
|
||||
: base( 692, 0x2DAD, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class SleepScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SleepScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SleepScroll( int amount )
|
||||
: base( 681, 0x2DA2, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class SpellPlagueScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SpellPlagueScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SpellPlagueScroll( int amount )
|
||||
: base( 689, 0x2DAA, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class SpellTriggerScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SpellTriggerScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SpellTriggerScroll( int amount )
|
||||
: base( 685, 0x2DA6, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Server.Items
|
|||
{
|
||||
public class StoneFormScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public StoneFormScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public StoneFormScroll( int amount )
|
||||
: base( 684, 0x2DA5, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class AgilityScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public AgilityScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public AgilityScroll( int amount ) : base( 8, 0x1F35, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class CunningScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CunningScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CunningScroll( int amount ) : base( 9, 0x1F36, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class CureScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CureScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CureScroll( int amount ) : base( 10, 0x1F37, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class HarmScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HarmScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public HarmScroll( int amount ) : base( 11, 0x1F38, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MagicTrapScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicTrapScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicTrapScroll( int amount ) : base( 12, 0x1F39, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MagicUnTrapScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicUnTrapScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicUnTrapScroll( int amount ) : base( 13, 0x1F3A, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ProtectionScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ProtectionScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ProtectionScroll( int amount ) : base( 14, 0x1F3B, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class StrengthScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public StrengthScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public StrengthScroll( int amount ) : base( 15, 0x1F3C, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ChainLightningScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ChainLightningScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ChainLightningScroll( int amount ) : base( 48, 0x1F5D, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class EnergyFieldScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EnergyFieldScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EnergyFieldScroll( int amount ) : base( 49, 0x1F5E, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class FlamestrikeScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FlamestrikeScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FlamestrikeScroll( int amount ) : base( 50, 0x1F5F, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class GateTravelScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GateTravelScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GateTravelScroll( int amount ) : base( 51, 0x1F60, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ManaVampireScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ManaVampireScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ManaVampireScroll( int amount ) : base( 52, 0x1F61, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MassDispelScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MassDispelScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MassDispelScroll( int amount ) : base( 53, 0x1F62, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MeteorSwarmScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MeteorSwarmScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MeteorSwarmScroll( int amount ) : base( 54, 0x1F63, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class PolymorphScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public PolymorphScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public PolymorphScroll( int amount ) : base( 55, 0x1F64, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class DispelScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DispelScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DispelScroll( int amount ) : base( 40, 0x1F55, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class EnergyBoltScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EnergyBoltScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EnergyBoltScroll( int amount ) : base( 41, 0x1F56, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ExplosionScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ExplosionScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ExplosionScroll( int amount ) : base( 42, 0x1F57, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class InvisibilityScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public InvisibilityScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public InvisibilityScroll( int amount ) : base( 43, 0x1F58, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MarkScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MarkScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MarkScroll( int amount ) : base( 44, 0x1F59, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MassCurseScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MassCurseScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MassCurseScroll( int amount ) : base( 45, 0x1F5A, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class ParalyzeFieldScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ParalyzeFieldScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ParalyzeFieldScroll( int amount ) : base( 46, 0x1F5B, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class RevealScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RevealScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RevealScroll( int amount ) : base( 47, 0x1F5C, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,12 +25,12 @@ namespace Server.Items
|
|||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SpellScroll( int spellID, int itemID ) : this( spellID, itemID, 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SpellScroll( int spellID, int itemID, int amount ) : base( itemID )
|
||||
{
|
||||
Stackable = true;
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@ namespace Server.Items
|
|||
{
|
||||
public class ArcaneCircleScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArcaneCircleScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArcaneCircleScroll( int amount )
|
||||
: base( 600, 0x2D51, amount )
|
||||
{
|
||||
|
|
@ -41,13 +41,13 @@ namespace Server.Items
|
|||
|
||||
public class GiftOfRenewalScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GiftOfRenewalScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GiftOfRenewalScroll( int amount )
|
||||
: base( 601, 0x2D52, amount )
|
||||
{
|
||||
|
|
@ -76,13 +76,13 @@ namespace Server.Items
|
|||
|
||||
public class ImmolatingWeaponScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ImmolatingWeaponScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ImmolatingWeaponScroll( int amount )
|
||||
: base( 602, 0x2D53, amount )
|
||||
{
|
||||
|
|
@ -111,13 +111,13 @@ namespace Server.Items
|
|||
|
||||
public class AttuneWeaponScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public AttuneWeaponScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public AttuneWeaponScroll( int amount )
|
||||
: base( 603, 0x2D54, amount )
|
||||
{
|
||||
|
|
@ -146,13 +146,13 @@ namespace Server.Items
|
|||
|
||||
public class ThunderstormScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ThunderstormScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ThunderstormScroll( int amount )
|
||||
: base( 604, 0x2D55, amount )
|
||||
{
|
||||
|
|
@ -181,13 +181,13 @@ namespace Server.Items
|
|||
|
||||
public class NatureFuryScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NatureFuryScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NatureFuryScroll( int amount )
|
||||
: base( 605, 0x2D56, amount )
|
||||
{
|
||||
|
|
@ -216,13 +216,13 @@ namespace Server.Items
|
|||
|
||||
public class SummonFeyScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonFeyScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonFeyScroll( int amount )
|
||||
: base( 606, 0x2D57, amount )
|
||||
{
|
||||
|
|
@ -251,13 +251,13 @@ namespace Server.Items
|
|||
|
||||
public class SummonFiendScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonFiendScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SummonFiendScroll( int amount )
|
||||
: base( 607, 0x2D58, amount )
|
||||
{
|
||||
|
|
@ -286,13 +286,13 @@ namespace Server.Items
|
|||
|
||||
public class ReaperFormScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ReaperFormScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ReaperFormScroll( int amount )
|
||||
: base( 608, 0x2D59, amount )
|
||||
{
|
||||
|
|
@ -321,13 +321,13 @@ namespace Server.Items
|
|||
|
||||
public class WildfireScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WildfireScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WildfireScroll( int amount )
|
||||
: base( 609, 0x2D5A, amount )
|
||||
{
|
||||
|
|
@ -356,13 +356,13 @@ namespace Server.Items
|
|||
|
||||
public class EssenceOfWindScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EssenceOfWindScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EssenceOfWindScroll( int amount )
|
||||
: base( 610, 0x2D5B, amount )
|
||||
{
|
||||
|
|
@ -391,13 +391,13 @@ namespace Server.Items
|
|||
|
||||
public class DryadAllureScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DryadAllureScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DryadAllureScroll( int amount )
|
||||
: base( 611, 0x2D5C, amount )
|
||||
{
|
||||
|
|
@ -426,13 +426,13 @@ namespace Server.Items
|
|||
|
||||
public class EtherealVoyageScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EtherealVoyageScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EtherealVoyageScroll( int amount )
|
||||
: base( 612, 0x2D5D, amount )
|
||||
{
|
||||
|
|
@ -461,13 +461,13 @@ namespace Server.Items
|
|||
|
||||
public class WordOfDeathScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WordOfDeathScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WordOfDeathScroll( int amount )
|
||||
: base( 613, 0x2D5E, amount )
|
||||
{
|
||||
|
|
@ -496,13 +496,13 @@ namespace Server.Items
|
|||
|
||||
public class GiftOfLifeScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GiftOfLifeScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GiftOfLifeScroll( int amount )
|
||||
: base( 614, 0x2D5F, amount )
|
||||
{
|
||||
|
|
@ -531,13 +531,13 @@ namespace Server.Items
|
|||
|
||||
public class ArcaneEmpowermentScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArcaneEmpowermentScroll()
|
||||
: this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArcaneEmpowermentScroll( int amount )
|
||||
: base( 615, 0x2D60, amount )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class BlessScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BlessScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BlessScroll( int amount ) : base( 16, 0x1F3D, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class FireballScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FireballScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FireballScroll( int amount ) : base( 17, 0x1F3E, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class MagicLockScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicLockScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MagicLockScroll( int amount ) : base( 18, 0x1F3F, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class PoisonScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public PoisonScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public PoisonScroll( int amount ) : base( 19, 0x1F40, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class TelekinisisScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TelekinisisScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TelekinisisScroll( int amount ) : base( 20, 0x1F41, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class TeleportScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TeleportScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TeleportScroll( int amount ) : base( 21, 0x1F42, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class UnlockScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public UnlockScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public UnlockScroll( int amount ) : base( 22, 0x1F43, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@ namespace Server.Items
|
|||
{
|
||||
public class WallOfStoneScroll : SpellScroll
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WallOfStoneScroll() : this( 1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WallOfStoneScroll( int amount ) : base( 23, 0x1F44, amount )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue