Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
271
Scripts/Scripts-master/Addons/CyborgNuclearPileAddon.cs
Normal file
271
Scripts/Scripts-master/Addons/CyborgNuclearPileAddon.cs
Normal file
@@ -0,0 +1,271 @@
|
||||
/////////////////////////////////////////////////
|
||||
//
|
||||
// Automatically generated by the
|
||||
// AddonGenerator script by Arya
|
||||
//
|
||||
/////////////////////////////////////////////////
|
||||
using System;
|
||||
using Server;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Items
|
||||
{
|
||||
public class CyborgNuclearPileAddon : BaseAddon
|
||||
{
|
||||
public override BaseAddonDeed Deed
|
||||
{
|
||||
get
|
||||
{
|
||||
return new CyborgNuclearPileAddonDeed();
|
||||
}
|
||||
}
|
||||
|
||||
[ Constructable ]
|
||||
public CyborgNuclearPileAddon()
|
||||
{
|
||||
AddonComponent ac;
|
||||
ac = new AddonComponent( 7961 );
|
||||
ac.Hue = 2585;
|
||||
AddComponent( ac, 1, -2, 20 );
|
||||
ac = new AddonComponent( 7961 );
|
||||
ac.Hue = 2585;
|
||||
AddComponent( ac, -2, -2, 20 );
|
||||
ac = new AddonComponent( 4241 );
|
||||
AddComponent( ac, -2, 2, 15 );
|
||||
ac = new AddonComponent( 4241 );
|
||||
AddComponent( ac, -2, 2, 10 );
|
||||
ac = new AddonComponent( 4241 );
|
||||
AddComponent( ac, -2, 2, 5 );
|
||||
ac = new AddonComponent( 6732 );
|
||||
ac.Hue = 1259;
|
||||
AddComponent( ac, -1, 1, 5 );
|
||||
ac = new AddonComponent( 3860 );
|
||||
AddComponent( ac, 1, 2, 21 );
|
||||
ac = new AddonComponent( 3860 );
|
||||
AddComponent( ac, 1, 2, 19 );
|
||||
ac = new AddonComponent( 3860 );
|
||||
AddComponent( ac, 1, 2, 17 );
|
||||
ac = new AddonComponent( 3860 );
|
||||
AddComponent( ac, 1, 2, 15 );
|
||||
ac = new AddonComponent( 3860 );
|
||||
AddComponent( ac, 1, 2, 13 );
|
||||
ac = new AddonComponent( 3865 );
|
||||
AddComponent( ac, 2, 2, 19 );
|
||||
ac = new AddonComponent( 3865 );
|
||||
AddComponent( ac, 2, 2, 17 );
|
||||
ac = new AddonComponent( 3865 );
|
||||
AddComponent( ac, 2, 2, 15 );
|
||||
ac = new AddonComponent( 3865 );
|
||||
AddComponent( ac, 2, 2, 13 );
|
||||
ac = new AddonComponent( 3865 );
|
||||
AddComponent( ac, 2, 2, 11 );
|
||||
ac = new AddonComponent( 6254 );
|
||||
AddComponent( ac, 2, 1, 21 );
|
||||
ac = new AddonComponent( 4327 );
|
||||
ac.Hue = 1260;
|
||||
AddComponent( ac, 2, 1, 19 );
|
||||
ac = new AddonComponent( 6252 );
|
||||
AddComponent( ac, 2, 1, 18 );
|
||||
ac = new AddonComponent( 6256 );
|
||||
AddComponent( ac, 2, 1, 15 );
|
||||
ac = new AddonComponent( 6255 );
|
||||
AddComponent( ac, 2, 1, 12 );
|
||||
ac = new AddonComponent( 6250 );
|
||||
AddComponent( ac, 2, 1, 9 );
|
||||
ac = new AddonComponent( 6686 );
|
||||
ac.Hue = 1259;
|
||||
AddComponent( ac, 1, -1, 5 );
|
||||
ac = new AddonComponent( 7961 );
|
||||
ac.Hue = 2585;
|
||||
AddComponent( ac, -2, 1, 20 );
|
||||
ac = new AddonComponent( 7961 );
|
||||
ac.Hue = 2585;
|
||||
AddComponent( ac, 1, 1, 20 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, -2, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -1, -2, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -1, -2, 10 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 0, -2, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 0, -2, 10 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -1, -2, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, -2, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, -2, 10 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, -2, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, -2, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, -1, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 0, -2, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, -1, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 0, -2, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -1, -2, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 0, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 0, 10 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 0, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 0, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 1, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 1, 10 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 1, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 1, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 1, 1, 15 );
|
||||
ac = new AddonComponent( 14170 );
|
||||
ac.Hue = 2563;
|
||||
AddComponent( ac, 0, 0, 6 );
|
||||
ac = new AddonComponent( 14201 );
|
||||
ac.Hue = 2600;
|
||||
AddComponent( ac, 0, 0, 15 );
|
||||
ac = new AddonComponent( 14186 );
|
||||
ac.Hue = 2563;
|
||||
AddComponent( ac, 0, 0, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, -1, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, 0, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, 1, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, 1, 10 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -1, 1, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, -1, 10 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, 0, 10 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, -1, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, 1, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, -1, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 0, 1, 15 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, -1, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, 0, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -2, 1, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, -1, 1, 0 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 0, 1, 5 );
|
||||
ac = new AddonComponent( 1801 );
|
||||
ac.Hue = 2911;
|
||||
AddComponent( ac, 0, 1, 0 );
|
||||
ac = new AddonComponent( 1173 );
|
||||
ac.Hue = 1260;
|
||||
AddComponent( ac, -1, -1, 0 );
|
||||
|
||||
}
|
||||
|
||||
public CyborgNuclearPileAddon( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( 0 ); // Version
|
||||
}
|
||||
|
||||
public override void Deserialize( GenericReader reader )
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
|
||||
public class CyborgNuclearPileAddonDeed : BaseAddonDeed
|
||||
{
|
||||
public override BaseAddon Addon
|
||||
{
|
||||
get
|
||||
{
|
||||
return new CyborgNuclearPileAddon();
|
||||
}
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public CyborgNuclearPileAddonDeed()
|
||||
{
|
||||
Name = "CyborgNuclearPile";
|
||||
}
|
||||
|
||||
public CyborgNuclearPileAddonDeed( Serial serial ) : base( serial )
|
||||
{
|
||||
}
|
||||
|
||||
public override void Serialize( GenericWriter writer )
|
||||
{
|
||||
base.Serialize( writer );
|
||||
writer.Write( 0 ); // Version
|
||||
}
|
||||
|
||||
public override void Deserialize( GenericReader reader )
|
||||
{
|
||||
base.Deserialize( reader );
|
||||
int version = reader.ReadInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user