mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user