Пример #1
0
		public EthicDefinition( int primaryHue, TextDefinition title, TextDefinition adjunct, TextDefinition joinPhrase, Power[] powers )
		{
			m_PrimaryHue = primaryHue;

			m_Title = title;
			m_Adjunct = adjunct;

			m_JoinPhrase = joinPhrase;

			m_Powers = powers;
		}
Пример #2
0
		public EthicDefinition( int primaryHue, int titleHue, TextDefinition title, bool articlean, TextDefinition npcadjunct, TextDefinition joinPhrase, Power[] powers, RankDefinition[] ranks )
		{
			m_PrimaryHue = primaryHue;
		    m_TitleHue = titleHue;

			m_Title = title;
			m_NPCAdjunct = npcadjunct;

			m_JoinPhrase = joinPhrase;

			m_Powers = powers;

			m_Ranks = ranks;

			m_ArticleAn = articlean;
		}