Merged revision(s) 7700 from branches/ja2_source_official_2014:

Merged revision(s) 7690 from branches/Flugente/BaseTable:
Improved required stats for IMP creation.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7704 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2015-01-05 00:40:39 +00:00
parent 8cfdddddc4
commit 209ba22b49
+7 -2
View File
@@ -1583,9 +1583,14 @@ INT32 LeadershipRequiredDueToMajorSkills( void )
{
return (35);
}
else if ( gfSkillTraitQuestions2[IMP_SKILL_TRAITS_NEW_COVERT] )
{
return (30);
}
return(0);
}
INT32 WisdomRequiredDueToMajorSkills( void )
{
// Only for new trait system
@@ -1605,9 +1610,9 @@ INT32 WisdomRequiredDueToMajorSkills( void )
else if (gfSkillTraitQuestions[ IMP_SKILL_TRAITS_NEW_COVERT ])
{
if (gfSkillTraitQuestions2[ IMP_SKILL_TRAITS_NEW_COVERT ])
return (70);
return (75);
else
return (65);
return (60);
}
else if (gfSkillTraitQuestions[ IMP_SKILL_TRAITS_NEW_HEAVY_WEAPONS ])
{