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
|
|
@ -95,17 +95,17 @@ namespace Server.Items
|
|||
get { return m_Pages; }
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BaseBook( int itemID ) : this( itemID, 20, true )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BaseBook( int itemID, int pageCount, bool writable ) : this( itemID, null, null, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BaseBook( int itemID, string title, string author, int pageCount, bool writable ) : base( itemID )
|
||||
{
|
||||
m_Title = title;
|
||||
|
|
|
|||
|
|
@ -6,17 +6,17 @@ namespace Server.Items
|
|||
public class BlueBook : BaseBook
|
||||
{
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BlueBook() : base( 0xFF2, 40, true )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BlueBook( int pageCount, bool writable ) : base( 0xFF2, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BlueBook( string title, string author, int pageCount, bool writable ) : base( 0xFF2, title, author, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,17 +5,17 @@ namespace Server.Items
|
|||
{
|
||||
public class BrownBook : BaseBook
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BrownBook() : base( 0xFEF )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BrownBook( int pageCount, bool writable ) : base( 0xFEF, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BrownBook( string title, string author, int pageCount, bool writable ) : base( 0xFEF, title, author, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ namespace Server.Items
|
|||
),
|
||||
new BookPageInfo
|
||||
(
|
||||
"and passed judgement",
|
||||
"and passed judgment",
|
||||
"on our character. He",
|
||||
"suppressed our way of",
|
||||
"life by denying our",
|
||||
|
|
@ -54,7 +54,7 @@ namespace Server.Items
|
|||
),
|
||||
new BookPageInfo
|
||||
(
|
||||
"today in the absense",
|
||||
"today in the absence",
|
||||
"of this man we still",
|
||||
"see the symbol of his",
|
||||
"tyranny, we watch his",
|
||||
|
|
@ -70,7 +70,7 @@ namespace Server.Items
|
|||
"because you choose to",
|
||||
"be free. Like many",
|
||||
"Britannians you have",
|
||||
"felt the opression of",
|
||||
"felt the oppression of",
|
||||
"one man's ideas",
|
||||
"weighing down upon"
|
||||
),
|
||||
|
|
@ -125,7 +125,7 @@ namespace Server.Items
|
|||
"of men blinded by",
|
||||
"belief. I forced",
|
||||
"myself to bury the",
|
||||
"very idealogy that",
|
||||
"very ideology that",
|
||||
"made me an individual.",
|
||||
"I was fortunate that"
|
||||
),
|
||||
|
|
@ -270,7 +270,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BlackthornWelcomeBook() : base( false )
|
||||
{
|
||||
Hue = 0x89B;
|
||||
|
|
@ -294,4 +294,4 @@ namespace Server.Items
|
|||
int version = reader.ReadEncodedInt();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DrakovsJournal() : base( false )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public FropozJournal() : base( false )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public KaburJournal() : base( false )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GrammarOfOrcish() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -461,7 +461,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public CallToAnarchy() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -667,7 +667,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ArmsAndWeaponsPrimer() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -761,7 +761,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public SongOfSamlethe() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -902,7 +902,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TaleOfThreeTribes() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -1127,7 +1127,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public GuideToGuilds() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -1464,7 +1464,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BirdsOfBritannia() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -1696,7 +1696,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BritannianFlora() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -1833,7 +1833,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public ChildrenTalesVol2() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -2094,7 +2094,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TalesOfVesperVol1() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -2257,7 +2257,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DeceitDungeonOfHorror() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -2490,7 +2490,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DimensionalTravel() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -2795,7 +2795,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public EthicalHedonism() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -3365,7 +3365,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MyStory() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -3562,7 +3562,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public DiversityOfOurLand() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -4012,7 +4012,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public QuestOfVirtues() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -4089,7 +4089,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RegardingLlamas() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -4217,7 +4217,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TalkingToWisps() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -4334,7 +4334,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TamingDragons() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -4520,7 +4520,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BoldStranger() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -4806,7 +4806,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public BurningOfTrinsic() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -4980,7 +4980,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TheFight() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -5206,7 +5206,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public LifeOfATravellingMinstrel() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -5433,7 +5433,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public MajorTradeAssociation() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -5562,7 +5562,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RankingsOfTrades() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -5771,7 +5771,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public WildGirlOfTheForest() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -5931,7 +5931,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TreatiseOnAlchemy() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
@ -6184,7 +6184,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public VirtueBook() : base( Utility.Random( 0xFEF, 2 ), false )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public NewAquariumBook() : base( false )
|
||||
{
|
||||
Hue = 0;
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ namespace Server.Items
|
|||
|
||||
public override BookContent DefaultContent{ get{ return Content; } }
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TranslatedGargoyleJournal() : base( false )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,17 +5,17 @@ namespace Server.Items
|
|||
{
|
||||
public class RedBook : BaseBook
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RedBook() : base( 0xFF1 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RedBook( int pageCount, bool writable ) : base( 0xFF1, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public RedBook( string title, string author, int pageCount, bool writable ) : base( 0xFF1, title, author, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,17 +5,17 @@ namespace Server.Items
|
|||
{
|
||||
public class TanBook : BaseBook
|
||||
{
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TanBook() : base( 0xFF0 )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TanBook( int pageCount, bool writable ) : base( 0xFF0, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
[Constructible]
|
||||
public TanBook( string title, string author, int pageCount, bool writable ) : base( 0xFF0, title, author, pageCount, writable )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue