mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +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
|
local iStartingCash = 0
|
||||||
|
|
||||||
Fincances =
|
Finances =
|
||||||
{
|
{
|
||||||
ACCRUED_INTEREST = 0,
|
ACCRUED_INTEREST = 0,
|
||||||
ANONYMOUS_DEPOSIT = 1,
|
ANONYMOUS_DEPOSIT = 1,
|
||||||
@@ -530,6 +530,6 @@ function InitNewGame()
|
|||||||
elseif ( newDIFFICULTY_LEVEL == DIF_LEVEL_INSANE ) then
|
elseif ( newDIFFICULTY_LEVEL == DIF_LEVEL_INSANE ) then
|
||||||
iStartingCash = GetStartingCashInsane()
|
iStartingCash = GetStartingCashInsane()
|
||||||
end
|
end
|
||||||
AddTransactionToPlayersBook( Fincances.ANONYMOUS_DEPOSIT, 0, GetWorldTotalMin(), iStartingCash )
|
AddTransactionToPlayersBook( Finances.ANONYMOUS_DEPOSIT, 0, GetWorldTotalMin(), iStartingCash )
|
||||||
]]
|
]]
|
||||||
end
|
end
|
||||||
@@ -109,7 +109,9 @@
|
|||||||
<corruptionspread>0</corruptionspread> <!-- unused in the trunk -->
|
<corruptionspread>0</corruptionspread> <!-- unused in the trunk -->
|
||||||
<no_male>0</no_male> <!-- IMP creation: cannot be selected by males -->
|
<no_male>0</no_male> <!-- IMP creation: cannot be selected by males -->
|
||||||
<no_female>0</no_female> <!-- IMP creation: cannot be selected by females -->
|
<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>
|
</BACKGROUND>
|
||||||
<!-- Note that Barry's background had to be moved to slot 255 due to index number 0 already being taken -->
|
<!-- Note that Barry's background had to be moved to slot 255 due to index number 0 already being taken -->
|
||||||
<!-- Blood -->
|
<!-- Blood -->
|
||||||
|
|||||||
@@ -110,6 +110,8 @@
|
|||||||
<no_male>0</no_male> <!-- IMP creation: cannot be selected by males -->
|
<no_male>0</no_male> <!-- IMP creation: cannot be selected by males -->
|
||||||
<no_female>0</no_female> <!-- IMP creation: cannot be selected by females -->
|
<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>
|
</BACKGROUND>
|
||||||
<!-- Note that Barry's background had to be moved to slot 255 due to index number 0 already being taken -->
|
<!-- Note that Barry's background had to be moved to slot 255 due to index number 0 already being taken -->
|
||||||
<!-- Blood -->
|
<!-- Blood -->
|
||||||
|
|||||||
Reference in New Issue
Block a user