using System;
using System.Collections;
using Server.Items;
namespace Server.Mobiles
{
public class SBArmorsSamurai : SBInfo
{
private ArrayList m_BuyInfo = new InternalBuyInfo();
private IShopSellInfo m_SellInfo = new InternalSellInfo();
public SBArmorsSamurai()
{
}
public override IShopSellInfo SellInfo { get { return m_SellInfo; } }
public override ArrayList BuyInfo { get { return m_BuyInfo; } }
public class InternalBuyInfo : ArrayList
{
public InternalBuyInfo()
{
Add( new GenericBuyInfo( "Plate Do", typeof( PlateDo ), 100, 999, 0x277D, 0 ) );
Add( new GenericBuyInfo( "Decorative Plate Kabuto", typeof( DecorativePlateKabuto ), 100, 999, 0x2778, 0 ) );
Add( new GenericBuyInfo( "Heavy Plate Jingasa", typeof( HeavyPlateJingasa ), 100, 999, 0x2777, 0 ) );
Add( new GenericBuyInfo( "Light Plate Jingasa", typeof( LightPlateJingasa ), 100, 999, 0x2781, 0 ) );
Add( new GenericBuyInfo( "Plate Battle Kabuto", typeof( PlateBattleKabuto ), 100, 999, 0x2785, 0 ) );
Add( new GenericBuyInfo( "Plate Suneate", typeof( PlateSuneate ), 100, 999, 0x2788, 0 ) );
Add( new GenericBuyInfo( "Small Plate Jingasa", typeof( SmallPlateJingasa ), 100, 999, 0x2784, 0 ) );
Add( new GenericBuyInfo( "Standard Plate Kabuto", typeof( StandardPlateKabuto ), 100, 999, 0x2789, 0 ) );
Add( new GenericBuyInfo( "Plate Haidate", typeof( PlateHaidate ), 100, 999, 0x278D, 0 ) );
Add( new GenericBuyInfo( "Plate Hatsuburi", typeof( PlateHatsuburi ), 100, 999, 0x2775, 0 ) );
Add( new GenericBuyInfo( "Plate Hiro Sode", typeof( PlateHiroSode ), 100, 999, 0x2780, 0 ) );
Add( new GenericBuyInfo( "Plate Mempo", typeof( PlateMempo ), 100, 999, 0x27C4, 0 ) );
Add( new GenericBuyInfo( "Studded Do", typeof( StuddedDo ), 100, 999, 0x277C, 0 ) );
Add( new GenericBuyInfo( "Studded Haidate", typeof( StuddedHaidate ), 100, 999, 0x27D6, 0 ) );
Add( new GenericBuyInfo( "Studded Hiro Sode", typeof( StuddedHiroSode ), 100, 999, 0x277F, 0 ) );
Add( new GenericBuyInfo( "Studded Mempo", typeof( StuddedMempo ), 100, 999, 0x27E8, 0 ) );
Add( new GenericBuyInfo( "Studded Suneate", typeof( StuddedSuneate ), 100, 999, 0x2787, 0 ) );
Add( new GenericBuyInfo( "Leather Do", typeof( LeatherDo ), 100, 999, 0x277B, 0 ) );
Add( new GenericBuyInfo( "Leather Haidate", typeof( LeatherHaidate ), 100, 999, 0x278A, 0 ) );
Add( new GenericBuyInfo( "Leather Hiro Sode", typeof( LeatherHiroSode ), 100, 999, 0x277E, 0 ) );
Add( new GenericBuyInfo( "Leather Jingasa", typeof( LeatherJingasa ), 100, 999, 0x2776, 0 ) );
Add( new GenericBuyInfo( "Leather Mempo", typeof( LeatherMempo ), 100, 999, 0x277A, 0 ) );
Add( new GenericBuyInfo( "Leather Suneate", typeof( LeatherSuneate ), 100, 999, 0x2786, 0 ) );
Add( new GenericBuyInfo( "Chain Hatsuburi", typeof( ChainHatsuburi ), 100, 999, 0x2774, 0 ) );
}
}
public class InternalSellInfo : GenericSellInfo
{
public InternalSellInfo()
{
Add( typeof( PlateDo ), 50 );
Add( typeof( PlateHaidate ), 50 );
Add( typeof( PlateHatsuburi ), 50 );
Add( typeof( PlateHiroSode ), 50 );
Add( typeof( PlateMempo ), 50 );
Add( typeof( StuddedDo ), 50 );
Add( typeof( StuddedHaidate ), 50 );
Add( typeof( StuddedHiroSode ), 50 );
Add( typeof( StuddedMempo ), 50 );
Add( typeof( StuddedSuneate ), 50 );
Add( typeof( LeatherDo ), 50 );
Add( typeof( LeatherHaidate ), 50 );
Add( typeof( LeatherHiroSode ), 50 );
Add( typeof( LeatherJingasa ), 50 );
Add( typeof( LeatherMempo ), 50 );
Add( typeof( LeatherSuneate ), 50 );
Add( typeof( ChainHatsuburi ), 50 );
Add( typeof( DecorativePlateKabuto ), 50 );
Add( typeof( HeavyPlateJingasa ), 50 );
Add( typeof( LightPlateJingasa ), 50 );
Add( typeof( PlateBattleKabuto ), 50 );
Add( typeof( PlateSuneate ), 50 );
Add( typeof( SmallPlateJingasa ), 50 );
Add( typeof( StandardPlateKabuto ), 50 );
}
}
}
}
Total votes: 0
Bulunamadı.
Ultima Online 2 saat önce
Sphere Scripting 3 gün önce
Ultima Online 3 gün önce
Ultima Online 1 hafta önce
Duyurular 2 hafta önce
Sunucular 2 hafta önce
Ultima Online 3 hafta önce
Ultima Online 3 hafta önce
Ultima Online 1 ay önce
Ultima Online 1 ay önce
Sunucular 1 ay önce
Sunucular 1 ay önce
2024-10-31 22:47
2024-10-14 17:45
2024-09-26 14:21
2024-07-08 22:50
2024-07-08 22:34
2024-06-19 22:05
2024-06-01 02:19
2024-05-31 21:17
Yorumlar (0)