Files
abysmal-isle/Scripts/Scripts-master/Addons/Easter2012WishingWellNSAddon.cs
Unstable Kitsune b918192e4e Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
2023-11-28 23:20:26 -05:00

204 lines
5.0 KiB
C#

/////////////////////////////////////////////////
//
// Automatically generated by the
// AddonGenerator script by Arya
//
/////////////////////////////////////////////////
using System;
using Server;
using Server.Items;
namespace Server.Items
{
public class Easter2012WishingWellNSAddon : BaseAddon
{
public override BaseAddonDeed Deed
{
get
{
return new Easter2012WishingWellNSAddonDeed();
}
}
[ Constructable ]
public Easter2012WishingWellNSAddon()
{
AddonComponent ac;
ac = new AddonComponent( 39 );
ac.Hue = 1150;
AddComponent( ac, -1, -2, 0 );
ac = new AddonComponent( 37 );
ac.Hue = 1150;
AddComponent( ac, 0, -2, 0 );
ac = new AddonComponent( 37 );
ac.Hue = 1150;
AddComponent( ac, 1, -2, 0 );
ac = new AddonComponent( 1879 );
ac.Hue = 1150;
AddComponent( ac, 2, -2, 0 );
ac = new AddonComponent( 3272 );
ac.Hue = 1368;
AddComponent( ac, 1, -3, 0 );
ac = new AddonComponent( 90 );
ac.Hue = 1150;
AddComponent( ac, 0, -2, 0 );
ac = new AddonComponent( 3263 );
ac.Hue = 2881;
AddComponent( ac, 1, -3, 0 );
ac = new AddonComponent( 3205 );
ac.Hue = 1646;
AddComponent( ac, 2, -3, 0 );
ac = new AddonComponent( 36 );
ac.Hue = 1150;
AddComponent( ac, 1, 1, 0 );
ac = new AddonComponent( 38 );
ac.Hue = 1150;
AddComponent( ac, 1, -1, 0 );
ac = new AddonComponent( 38 );
ac.Hue = 1150;
AddComponent( ac, 1, 0, 0 );
ac = new AddonComponent( 37 );
ac.Hue = 1150;
AddComponent( ac, 0, 1, 0 );
ac = new AddonComponent( 38 );
ac.Hue = 1150;
AddComponent( ac, -1, -1, 0 );
ac = new AddonComponent( 38 );
ac.Hue = 1150;
AddComponent( ac, -1, 0, 0 );
ac = new AddonComponent( 38 );
ac.Hue = 1150;
AddComponent( ac, -1, 1, 0 );
ac = new AddonComponent( 1874 );
ac.Hue = 1150;
AddComponent( ac, 2, -1, 0 );
ac = new AddonComponent( 1874 );
ac.Hue = 1150;
AddComponent( ac, 2, 0, 0 );
ac = new AddonComponent( 1878 );
ac.Hue = 1150;
AddComponent( ac, 2, 1, 0 );
ac = new AddonComponent( 6040 );
AddComponent( ac, 0, -1, 10 );
ac = new AddonComponent( 6040 );
AddComponent( ac, 0, 0, 10 );
ac = new AddonComponent( 6040 );
AddComponent( ac, 0, 1, 10 );
ac = new AddonComponent( 6040 );
AddComponent( ac, 1, -1, 10 );
ac = new AddonComponent( 6040 );
AddComponent( ac, 1, 0, 10 );
ac = new AddonComponent( 6040 );
AddComponent( ac, 1, 1, 10 );
ac = new AddonComponent( 3272 );
ac.Hue = 1368;
AddComponent( ac, 1, 2, 0 );
ac = new AddonComponent( 3245 );
ac.Hue = 1368;
AddComponent( ac, 2, 2, 0 );
ac = new AddonComponent( 3245 );
ac.Hue = 1368;
AddComponent( ac, 0, 2, 0 );
ac = new AddonComponent( 1 );
ac.Hue = 1267;
AddComponent( ac, 0, 0, 18 );
ac = new AddonComponent( 1521 );
ac.Hue = 1267;
AddComponent( ac, 1, -1, 18 );
ac = new AddonComponent( 1521 );
ac.Hue = 1267;
AddComponent( ac, 1, 0, 18 );
ac = new AddonComponent( 1521 );
ac.Hue = 1267;
AddComponent( ac, 1, 1, 18 );
ac = new AddonComponent( 1521 );
ac.Hue = 1267;
AddComponent( ac, 1, 2, 18 );
ac = new AddonComponent( 1522 );
ac.Hue = 1267;
AddComponent( ac, 0, -1, 18 );
ac = new AddonComponent( 1522 );
ac.Hue = 1267;
AddComponent( ac, 0, 0, 18 );
ac = new AddonComponent( 1522 );
ac.Hue = 1267;
AddComponent( ac, 0, 1, 18 );
ac = new AddonComponent( 1522 );
ac.Hue = 1267;
AddComponent( ac, 0, 2, 18 );
ac = new AddonComponent( 90 );
ac.Hue = 1150;
AddComponent( ac, 0, 2, 0 );
ac = new AddonComponent( 3263 );
ac.Hue = 2881;
AddComponent( ac, 1, 3, 0 );
ac = new AddonComponent( 3263 );
ac.Hue = 2881;
AddComponent( ac, -1, 2, 0 );
ac = new AddonComponent( 3310 );
AddComponent( ac, 0, 3, 0 );
ac = new AddonComponent( 3332 );
ac.Hue = 1368;
AddComponent( ac, 0, 3, 0 );
ac = new AddonComponent( 3332 );
ac.Hue = 1368;
AddComponent( ac, -2, 1, 0 );
ac = new AddonComponent( 3205 );
ac.Hue = 1646;
AddComponent( ac, 2, 2, 0 );
ac = new AddonComponent( 3205 );
ac.Hue = 1646;
AddComponent( ac, -1, 3, 0 );
}
public Easter2012WishingWellNSAddon( 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 Easter2012WishingWellNSAddonDeed : BaseAddonDeed
{
public override BaseAddon Addon
{
get
{
return new Easter2012WishingWellNSAddon();
}
}
[Constructable]
public Easter2012WishingWellNSAddonDeed()
{
Name = "Easter2012WishingWellNS";
}
public Easter2012WishingWellNSAddonDeed( 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();
}
}
}