Added new background tags: <animal_friend>, <civgroup_loyal>.

Lua: spelling corrected.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2505 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Sevenfm
2020-01-15 20:22:21 +00:00
parent fde1e517e2
commit 5a8ff9ff20
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -286,7 +286,7 @@ local BOBBY_R_MEDUNA_SHIPMENT_LENGTH = 4
local iStartingCash = 0
Fincances =
Finances =
{
ACCRUED_INTEREST = 0,
ANONYMOUS_DEPOSIT = 1,
@@ -530,6 +530,6 @@ function InitNewGame()
elseif ( newDIFFICULTY_LEVEL == DIF_LEVEL_INSANE ) then
iStartingCash = GetStartingCashInsane()
end
AddTransactionToPlayersBook( Fincances.ANONYMOUS_DEPOSIT, 0, GetWorldTotalMin(), iStartingCash )
AddTransactionToPlayersBook( Finances.ANONYMOUS_DEPOSIT, 0, GetWorldTotalMin(), iStartingCash )
]]
end
+3 -1
View File
@@ -109,7 +109,9 @@
<corruptionspread>0</corruptionspread> <!-- unused in the trunk -->
<no_male>0</no_male> <!-- IMP creation: cannot be selected by males -->
<no_female>0</no_female> <!-- IMP creation: cannot be selected by females -->
<loyalitylossondeath>0</loyalitylossondeath> <!-- huge loyality loss in entire country on death -->
<loyalitylossondeath>0</loyalitylossondeath> <!-- huge loyality loss in entire country on death -->
<animal_friend>0</animal_friend> <!-- refuses to attack animals-->
<civgroup_loyal>0</civgroup_loyal> <!-- refuses to attack members of the same civilian group -->
</BACKGROUND>
<!-- Note that Barry's background had to be moved to slot 255 due to index number 0 already being taken -->
<!-- Blood -->
+2
View File
@@ -110,6 +110,8 @@
<no_male>0</no_male> <!-- IMP creation: cannot be selected by males -->
<no_female>0</no_female> <!-- IMP creation: cannot be selected by females -->
<loyalitylossondeath>0</loyalitylossondeath> <!-- huge loyality loss in entire country on death -->
<animal_friend>0</animal_friend> <!-- refuses to attack animals-->
<civgroup_loyal>0</civgroup_loyal> <!-- refuses to attack members of the same civilian group -->
</BACKGROUND>
<!-- Note that Barry's background had to be moved to slot 255 due to index number 0 already being taken -->
<!-- Blood -->