Background additions:

- <no_male> and <no_female> prohibit specific backgrounds to show up on IMP generation
- <cth_vs_creatures> modifies gun CTH when aiming at creatures
- added wisdom stat modifier
- Fix: maximum cth can never exceed 100

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6359 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2013-09-04 21:13:40 +00:00
parent 5ca8da319c
commit 251d96ccb6
15 changed files with 101 additions and 14 deletions
+4
View File
@@ -7598,6 +7598,8 @@ STR16 szBackgroundText_Flags[]=
L" +1 traplevel to planted bombs\n",
L" spreads corruption to nearby mercs\n",
L" female only", // won't show up, text exists for compatibility reasons
L" male only", // won't show up, text exists for compatibility reasons
};
STR16 szBackgroundText_Value[]=
@@ -7619,6 +7621,7 @@ STR16 szBackgroundText_Value[]=
L" %s%d%% mechanical stat\n",
L" %s%d%% explosives stat\n",
L" %s%d%% medical stat\n",
L" %s%d%% wisdom stat\n",
L" %s%d%% APs on rooftops\n",
L" %s%d%% APs needed to swim\n",
@@ -7665,6 +7668,7 @@ STR16 szBackgroundText_Value[]=
L" %s%d%% effectiveness to recruit approach\n",
L" %s%d%% chance of success with door breaching charges\n",
L" %s%d%% cth with firearms against creatures\n",
};
#endif //ENGLISH