Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
44
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsash.cs
Normal file
44
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsash.cs
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
[FlipableAttribute( 0x153B, 0x153C )]
|
||||
public class Ltsash : BaseMiddleTorso
|
||||
{
|
||||
public override void GetProperties(ObjectPropertyList list)
|
||||
{
|
||||
base.GetProperties(list); list.Add(1075085);
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Ltsash() : base ( 0x1541 )
|
||||
{
|
||||
Weight = 2.0;
|
||||
Name = "Lieutenant of the Britannian Royal Guard";
|
||||
Hue = 232;
|
||||
|
||||
Attributes.BonusInt = 5;
|
||||
Attributes.LowerRegCost = 10;
|
||||
Attributes.RegenMana = 2;
|
||||
}
|
||||
|
||||
public Ltsash( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( (int) 0 );
|
||||
}
|
||||
|
||||
public override void Deserialize(GenericReader reader)
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
43
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashg.cs
Normal file
43
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashg.cs
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
[FlipableAttribute( 0x153B, 0x153C )]
|
||||
public class Ltsashg : BaseMiddleTorso
|
||||
{
|
||||
public override void GetProperties(ObjectPropertyList list)
|
||||
{
|
||||
base.GetProperties(list); list.Add(1075085);
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Ltsashg() : base ( 0x1541 )
|
||||
{
|
||||
Weight = 2.0;
|
||||
Name = "The Golden Sash";
|
||||
Hue = 1177;
|
||||
|
||||
Attributes.Luck = 200;
|
||||
|
||||
}
|
||||
|
||||
public Ltsashg( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( (int) 0 );
|
||||
}
|
||||
|
||||
public override void Deserialize(GenericReader reader)
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
44
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashh.cs
Normal file
44
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashh.cs
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
[FlipableAttribute( 0x153B, 0x153C )]
|
||||
public class Ltsashh : BaseMiddleTorso
|
||||
{
|
||||
public override void GetProperties(ObjectPropertyList list)
|
||||
{
|
||||
base.GetProperties(list); list.Add(1075085);
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Ltsashh() : base ( 0x1541 )
|
||||
{
|
||||
Weight = 2.0;
|
||||
Name = "Holy Sash";
|
||||
Hue = 1153;
|
||||
|
||||
Attributes.BonusMana = 7;
|
||||
Attributes.BonusHits = 7;
|
||||
Attributes.BonusStam = 7;
|
||||
}
|
||||
|
||||
public Ltsashh( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( (int) 0 );
|
||||
}
|
||||
|
||||
public override void Deserialize(GenericReader reader)
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
43
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashj.cs
Normal file
43
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashj.cs
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
[FlipableAttribute( 0x153B, 0x153C )]
|
||||
public class Ltsashj : BaseMiddleTorso
|
||||
{
|
||||
public override void GetProperties(ObjectPropertyList list)
|
||||
{
|
||||
base.GetProperties(list); list.Add(1075085);
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Ltsashj() : base ( 0x1541 )
|
||||
{
|
||||
Weight = 2.0;
|
||||
Name = "Glacial Sash";
|
||||
Hue = 1152;
|
||||
|
||||
Attributes.WeaponSpeed = 15;
|
||||
|
||||
}
|
||||
|
||||
public Ltsashj( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( (int) 0 );
|
||||
}
|
||||
|
||||
public override void Deserialize(GenericReader reader)
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
44
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashu.cs
Normal file
44
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashu.cs
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
[FlipableAttribute( 0x153B, 0x153C )]
|
||||
public class Ltsashc : BaseMiddleTorso
|
||||
{
|
||||
public override void GetProperties(ObjectPropertyList list)
|
||||
{
|
||||
base.GetProperties(list); list.Add(1075085);
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Ltsashc() : base ( 0x1541 )
|
||||
{
|
||||
Weight = 2.0;
|
||||
Name = "Unholy Sash";
|
||||
Hue = 1;
|
||||
|
||||
Attributes.BonusDex = 6;
|
||||
Attributes.BonusStr = 6;
|
||||
Attributes.BonusInt = 6;
|
||||
}
|
||||
|
||||
public Ltsashc( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( (int) 0 );
|
||||
}
|
||||
|
||||
public override void Deserialize(GenericReader reader)
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
44
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashv.cs
Normal file
44
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashv.cs
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
[FlipableAttribute( 0x153B, 0x153C )]
|
||||
public class Ltsashv : BaseMiddleTorso
|
||||
{
|
||||
public override void GetProperties(ObjectPropertyList list)
|
||||
{
|
||||
base.GetProperties(list); list.Add(1075085);
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Ltsashv() : base ( 0x1541 )
|
||||
{
|
||||
Weight = 2.0;
|
||||
Name = "Lieutenant of the Valorian Militia";
|
||||
Hue = 1445;
|
||||
|
||||
Attributes.RegenHits = 2;
|
||||
Attributes.RegenMana = 2;
|
||||
Attributes.RegenStam = 2;
|
||||
}
|
||||
|
||||
public Ltsashv( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( (int) 0 );
|
||||
}
|
||||
|
||||
public override void Deserialize(GenericReader reader)
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
43
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashw.cs
Normal file
43
Scripts/Scripts-master/Items/Clothing/Sash Pack/Ltsashw.cs
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
[FlipableAttribute( 0x153B, 0x153C )]
|
||||
public class Ltsashw : BaseMiddleTorso
|
||||
{
|
||||
public override void GetProperties(ObjectPropertyList list)
|
||||
{
|
||||
base.GetProperties(list); list.Add(1075085);
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public Ltsashw() : base ( 0x1541 )
|
||||
{
|
||||
Weight = 2.0;
|
||||
Name = "Warrior's Sash";
|
||||
Hue = 1282;
|
||||
|
||||
Attributes.AttackChance = 10;
|
||||
Attributes.DefendChance = 10;
|
||||
}
|
||||
|
||||
public Ltsashw( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( (int) 0 );
|
||||
}
|
||||
|
||||
public override void Deserialize(GenericReader reader)
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user