Нажмите, чтобы прочитать monitor_event PreFactionTurnStart FactionIsLocal
historic_event field_costs true
terminate_monitor
end_monitor
monitor_event CharacterTurnEnd FactionIsLocal
and I_EventCounter field_costs_accepted = 1
and not EndedInSettlement
and not IsBesieging
and not AgentType = admiral
and not AgentType = spy
and not AgentType = diplomat
and not AgentType = assassin
and not AgentType = priest
and not AgentType = princess
and not AgentType = merchant
and InEnemyLands
console_command add_money -500
inc_counter field_cost 500
end_monitor
monitor_event CharacterTurnEnd FactionIsLocal
and I_EventCounter field_costs_accepted = 1
and not EndedInSettlement
and not AgentType = admiral
and not AgentType = spy
and not AgentType = diplomat
and not AgentType = assassin
and not AgentType = priest
and not AgentType = princess
and not AgentType = merchant
and not InEnemyLands
console_command add_money -200
inc_counter field_cost 200
end_monitor
monitor_event CharacterTurnEnd FactionIsLocal
and I_EventCounter field_costs_accepted = 1
and not EndedInSettlement
and IsBesieging
and not AgentType = admiral
and not AgentType = spy
and not AgentType = diplomat
and not AgentType = assassin
and not AgentType = priest
and not AgentType = princess
and not AgentType = merchant
and InEnemyLands
console_command add_money -2000
inc_counter field_cost 2000
end_monitor
;------------------------------------------- Spy ------------------------
monitor_event CharacterTurnEnd FactionIsLocal
and I_EventCounter field_costs_accepted = 1
and AgentType = spy
and InEnemyLands
console_command add_money -500
inc_counter field_cost 500
end_monitor
;------------------------------------------- Assassin ------------------------
monitor_event CharacterTurnEnd FactionIsLocal
and I_EventCounter field_costs_accepted = 1
and AgentType = assassin
and InEnemyLands
console_command add_money -500
inc_counter field_cost 500
end_monitor
;------------------------------------------- Priest ------------------------
monitor_event CharacterTurnEnd FactionIsLocal
and I_EventCounter field_costs_accepted = 1
and AgentType = priest
and InEnemyLands
console_command add_money -100
inc_counter field_cost 100
end_monitor
;------------------------------------------- Diplomat ------------------------
monitor_event CharacterTurnEnd FactionIsLocal
and I_EventCounter field_costs_accepted = 1
and AgentType = diplomat
and InEnemyLands
console_command add_money -100
inc_counter field_cost 100
;------------------------------------------- Merchants ------------------------
monitor_event CharacterTurnEnd FactionIsLocal
and I_EventCounter field_costs_accepted = 1
and AgentType = merchant
and InEnemyLands
console_command add_money -100
inc_counter field_cost 100
end_monitor
;------------------- How much must i paid? -----------------------------------------------
declare_counter finance_open
monitor_event FinancesPanelOpen
if I_CompareCounter finance_open < 1
if I_CompareCounter field_cost <= 500
and I_CompareCounter field_cost > 0
historic_event field_cost_500
end_if
if I_CompareCounter field_cost <= 1000
and I_CompareCounter field_cost > 500
historic_event field_cost_1000
end_if
if I_CompareCounter field_cost <= 1500
and I_CompareCounter field_cost > 1000
historic_event field_cost_1500
end_if
if I_CompareCounter field_cost <= 2000
and I_CompareCounter field_cost > 1500
historic_event field_cost_2000
end_if
if I_CompareCounter field_cost <= 2500
and I_CompareCounter field_cost > 2000
historic_event field_cost_2500
end_if
if I_CompareCounter field_cost <= 3000
and I_CompareCounter field_cost > 2500
historic_event field_cost_3000
end_if
if I_CompareCounter field_cost <= 3500
and I_CompareCounter field_cost > 3000
historic_event field_cost_3500
end_if
if I_CompareCounter field_cost <= 4000
and I_CompareCounter field_cost > 3500
historic_event field_cost_4000
end_if
if I_CompareCounter field_cost <= 4500
and I_CompareCounter field_cost > 4000
historic_event field_cost_4500
end_if
if I_CompareCounter field_cost <= 5000
and I_CompareCounter field_cost > 4500
historic_event field_cost_5000
end_if
if I_CompareCounter field_cost <= 5500
and I_CompareCounter field_cost > 5000
historic_event field_cost_5500
end_if
if I_CompareCounter field_cost <= 6000
and I_CompareCounter field_cost > 5500
historic_event field_cost_6000
end_if
if I_CompareCounter field_cost <= 6500
and I_CompareCounter field_cost > 6000
historic_event field_cost_6500
end_if
if I_CompareCounter field_cost <= 7000
and I_CompareCounter field_cost > 6500
historic_event field_cost_7000
end_if
if I_CompareCounter field_cost <= 7500
and I_CompareCounter field_cost > 7000
historic_event field_cost_7500
end_if
if I_CompareCounter field_cost <= 8000
and I_CompareCounter field_cost > 7500
historic_event field_cost_8000
end_if
if I_CompareCounter field_cost <= 8500
and I_CompareCounter field_cost > 8000
historic_event field_cost_8500
end_if
if I_CompareCounter field_cost <= 9000
and I_CompareCounter field_cost > 8500
historic_event field_cost_9000
end_if
if I_CompareCounter field_cost <= 9500
and I_CompareCounter field_cost > 9000
historic_event field_cost_9500
end_if
if I_CompareCounter field_cost <= 10000
and I_CompareCounter field_cost > 9500
historic_event field_cost_10000
end_if
if I_CompareCounter field_cost <= 10500
and I_CompareCounter field_cost > 10000
historic_event field_cost_10500
end_if
if I_CompareCounter field_cost <= 11000
and I_CompareCounter field_cost > 10500
historic_event field_cost_11000
end_if
if I_CompareCounter field_cost <= 11500
and I_CompareCounter field_cost > 11000
historic_event field_cost_11500
end_if
if I_CompareCounter field_cost <= 12000
and I_CompareCounter field_cost > 11500
historic_event field_cost_12000
end_if
if I_CompareCounter field_cost <= 12500
and I_CompareCounter field_cost > 12000
historic_event field_cost_12500
end_if
if I_CompareCounter field_cost <= 13000
and I_CompareCounter field_cost > 12500
historic_event field_cost_13000
end_if
if I_CompareCounter field_cost <= 13500
and I_CompareCounter field_cost > 13000
historic_event field_cost_13500
end_if
if I_CompareCounter field_cost <= 14000
and I_CompareCounter field_cost > 13500
historic_event field_cost_14000
end_if
if I_CompareCounter field_cost <= 14500
and I_CompareCounter field_cost > 14000
historic_event field_cost_14500
end_if
if I_CompareCounter field_cost <= 15000
and I_CompareCounter field_cost > 14500
historic_event field_cost_15000
end_if
if I_CompareCounter field_cost <= 15500
and I_CompareCounter field_cost > 15000
historic_event field_cost_15500
end_if
if I_CompareCounter field_cost <= 16000
and I_CompareCounter field_cost > 15500
historic_event field_cost_16000
end_if
if I_CompareCounter field_cost <= 16500
and I_CompareCounter field_cost > 16000
historic_event field_cost_16500
end_if
if I_CompareCounter field_cost <= 17000
and I_CompareCounter field_cost > 16500
historic_event field_cost_17000
end_if
if I_CompareCounter field_cost <= 17500
and I_CompareCounter field_cost > 17000
historic_event field_cost_17500
end_if
if I_CompareCounter field_cost <= 18000
and I_CompareCounter field_cost > 17500
historic_event field_cost_18000
end_if
if I_CompareCounter field_cost <= 18500
and I_CompareCounter field_cost > 18000
historic_event field_cost_18500
end_if
if I_CompareCounter field_cost <= 19000
and I_CompareCounter field_cost > 18500
historic_event field_cost_19000
end_if
if I_CompareCounter field_cost <= 19500
and I_CompareCounter field_cost > 19000
historic_event field_cost_19500
end_if
if I_CompareCounter field_cost <= 20000
and I_CompareCounter field_cost > 19500
historic_event field_cost_20000
end_if
if I_CompareCounter field_cost <= 20500
and I_CompareCounter field_cost > 20000
historic_event field_cost_20500
end_if
if I_CompareCounter field_cost <= 21000
and I_CompareCounter field_cost > 20500
historic_event field_cost_21000
end_if
if I_CompareCounter field_cost <= 21500
and I_CompareCounter field_cost > 21000
historic_event field_cost_21500
end_if
if I_CompareCounter field_cost <= 22000
and I_CompareCounter field_cost > 21500
historic_event field_cost_22000
end_if
if I_CompareCounter field_cost <= 22500
and I_CompareCounter field_cost > 22000
historic_event field_cost_22500
end_if
if I_CompareCounter field_cost <= 23000
and I_CompareCounter field_cost > 22500
historic_event field_cost_23000
end_if
if I_CompareCounter field_cost <= 23500
and I_CompareCounter field_cost > 23000
historic_event field_cost_23500
end_if
if I_CompareCounter field_cost <= 24000
and I_CompareCounter field_cost > 23500
historic_event field_cost_24000
end_if
if I_CompareCounter field_cost <= 24500
and I_CompareCounter field_cost > 24000
historic_event field_cost_24500
end_if
if I_CompareCounter field_cost <= 25000
and I_CompareCounter field_cost > 24500
historic_event field_cost_25000
end_if
if I_CompareCounter field_cost <= 25500
and I_CompareCounter field_cost > 25000
historic_event field_cost_25500
end_if
if I_CompareCounter field_cost <= 26000
and I_CompareCounter field_cost > 25500
historic_event field_cost_26000
end_if
if I_CompareCounter field_cost <= 26500
and I_CompareCounter field_cost > 26000
historic_event field_cost_26500
end_if
if I_CompareCounter field_cost <= 27000
and I_CompareCounter field_cost > 26500
historic_event field_cost_27000
end_if
if I_CompareCounter field_cost <= 27500
and I_CompareCounter field_cost > 27000
historic_event field_cost_27500
end_if
if I_CompareCounter field_cost <= 28000
and I_CompareCounter field_cost > 27500
historic_event field_cost_28000
end_if
if I_CompareCounter field_cost <= 28500
and I_CompareCounter field_cost > 28000
historic_event field_cost_28500
end_if
if I_CompareCounter field_cost <= 29000
and I_CompareCounter field_cost > 28500
historic_event field_cost_29000
end_if
if I_CompareCounter field_cost <= 29500
and I_CompareCounter field_cost > 29000
historic_event field_cost_29500
end_if
if I_CompareCounter field_cost <= 30000
and I_CompareCounter field_cost > 29500
historic_event field_cost_30000
end_if
if I_CompareCounter field_cost <= 30500
and I_CompareCounter field_cost > 30000
historic_event field_cost_30500
end_if
if I_CompareCounter field_cost <= 31000
and I_CompareCounter field_cost > 30500
historic_event field_cost_31000
end_if
if I_CompareCounter field_cost <= 31500
and I_CompareCounter field_cost > 31000
historic_event field_cost_31500
end_if
if I_CompareCounter field_cost <= 32000
and I_CompareCounter field_cost > 31500
historic_event field_cost_32000
end_if
if I_CompareCounter field_cost <= 32500
and I_CompareCounter field_cost > 32000
historic_event field_cost_32500
end_if
if I_CompareCounter field_cost <= 33000
and I_CompareCounter field_cost > 32500
historic_event field_cost_33000
end_if
if I_CompareCounter field_cost <= 33500
and I_CompareCounter field_cost > 33000
historic_event field_cost_33500
end_if
if I_CompareCounter field_cost <= 34000
and I_CompareCounter field_cost > 33500
historic_event field_cost_34000
end_if
if I_CompareCounter field_cost <= 34500
and I_CompareCounter field_cost > 34000
historic_event field_cost_34500
end_if
if I_CompareCounter field_cost <= 35000
and I_CompareCounter field_cost > 34500
historic_event field_cost_35000
end_if
if I_CompareCounter field_cost <= 35500
and I_CompareCounter field_cost > 35000
historic_event field_cost_35500
end_if
if I_CompareCounter field_cost <= 36000
and I_CompareCounter field_cost > 35500
historic_event field_cost_36000
end_if
if I_CompareCounter field_cost <= 36500
and I_CompareCounter field_cost > 36000
historic_event field_cost_36500
end_if
if I_CompareCounter field_cost <= 37000
and I_CompareCounter field_cost > 36500
historic_event field_cost_37000
end_if
if I_CompareCounter field_cost <= 37500
and I_CompareCounter field_cost > 37000
historic_event field_cost_37500
end_if
if I_CompareCounter field_cost <= 38000
and I_CompareCounter field_cost > 37500
historic_event field_cost_38000
end_if
if I_CompareCounter field_cost <= 38500
and I_CompareCounter field_cost > 38000
historic_event field_cost_38500
end_if
if I_CompareCounter field_cost <= 39000
and I_CompareCounter field_cost > 38500
historic_event field_cost_39000
end_if
if I_CompareCounter field_cost <= 39500
and I_CompareCounter field_cost > 39000
historic_event field_cost_39500
end_if
if I_CompareCounter field_cost <= 40000
and I_CompareCounter field_cost > 39500
historic_event field_cost_40000
end_if
if I_CompareCounter field_cost <= 40500
and I_CompareCounter field_cost > 40000
historic_event field_cost_40500
end_if
if I_CompareCounter field_cost <= 41000
and I_CompareCounter field_cost > 40500
historic_event field_cost_41000
end_if
if I_CompareCounter field_cost <= 41500
and I_CompareCounter field_cost > 41000
historic_event field_cost_41500
end_if
if I_CompareCounter field_cost <= 42000
and I_CompareCounter field_cost > 41500
historic_event field_cost_42000
end_if
if I_CompareCounter field_cost <= 42500
and I_CompareCounter field_cost > 42000
historic_event field_cost_42500
end_if
if I_CompareCounter field_cost <= 43000
and I_CompareCounter field_cost > 42500
historic_event field_cost_43000
end_if
if I_CompareCounter field_cost <= 43500
and I_CompareCounter field_cost > 43000
historic_event field_cost_43500
end_if
if I_CompareCounter field_cost <= 44000
and I_CompareCounter field_cost > 43500
historic_event field_cost_44000
end_if
if I_CompareCounter field_cost <= 44500
and I_CompareCounter field_cost > 44000
historic_event field_cost_44500
end_if
if I_CompareCounter field_cost <= 45000
and I_CompareCounter field_cost > 44500
historic_event field_cost_45000
end_if
if I_CompareCounter field_cost <= 45500
and I_CompareCounter field_cost > 45000
historic_event field_cost_45500
end_if
if I_CompareCounter field_cost <= 46000
and I_CompareCounter field_cost > 45500
historic_event field_cost_46000
end_if
if I_CompareCounter field_cost <= 46500
and I_CompareCounter field_cost > 46000
historic_event field_cost_46500
end_if
if I_CompareCounter field_cost <= 47000
and I_CompareCounter field_cost > 46500
historic_event field_cost_47000
end_if
if I_CompareCounter field_cost <= 47500
and I_CompareCounter field_cost > 47000
historic_event field_cost_47500
end_if
if I_CompareCounter field_cost <= 48000
and I_CompareCounter field_cost > 47500
historic_event field_cost_48000
end_if
if I_CompareCounter field_cost <= 48500
and I_CompareCounter field_cost > 48000
historic_event field_cost_48500
end_if
if I_CompareCounter field_cost <= 49000
and I_CompareCounter field_cost > 48500
historic_event field_cost_49000
end_if
if I_CompareCounter field_cost <= 49500
and I_CompareCounter field_cost > 49000
historic_event field_cost_49500
end_if
if I_CompareCounter field_cost <= 50000
and I_CompareCounter field_cost > 49500
historic_event field_cost_50000
end_if
end_if
set_counter finance_open 1
end_monitor
monitor_event ButtonPressed ButtonPressed end_turn
set_counter finance_open 0
set_counter field_cost 0
end_monitor
declare_counter field_cost
А вот эвенты:
{FIELD_COSTS_BODY}\n\nText which inform the player how much he must pay for each army/army which sieged/agent.\n\n
{FIELD_COSTS_TITLE}Field-Costs
{FIELD_COST_500_BODY}The actual Field Costs are _500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_500_TITLE} Field Costs
{FIELD_COST_1000_BODY}The actual Field Costs are _1000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_1000_TITLE} Field Costs
{FIELD_COST_1500_BODY}The actual Field Costs are _1500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_1500_TITLE} Field Costs
{FIELD_COST_2000_BODY}The actual Field Costs are _2000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_2000_TITLE} Field Costs
{FIELD_COST_2500_BODY}The actual Field Costs are _2500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_2500_TITLE} Field Costs
{FIELD_COST_3000_BODY}The actual Field Costs are _3000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_3000_TITLE} Field Costs
{FIELD_COST_3500_BODY}The actual Field Costs are _3500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_3500_TITLE} Field Costs
{FIELD_COST_4000_BODY}The actual Field Costs are _4000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_4000_TITLE} Field Costs
{FIELD_COST_4500_BODY}The actual Field Costs are _4500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_4500_TITLE} Field Costs
{FIELD_COST_5000_BODY}The actual Field Costs are _5000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_5000_TITLE} Field Costs
{FIELD_COST_5500_BODY}The actual Field Costs are _5500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_5500_TITLE} Field Costs
{FIELD_COST_6000_BODY}The actual Field Costs are _6000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_6000_TITLE} Field Costs
{FIELD_COST_6500_BODY}The actual Field Costs are _6500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_6500_TITLE} Field Costs
{FIELD_COST_7000_BODY}The actual Field Costs are _7000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_7000_TITLE} Field Costs
{FIELD_COST_7500_BODY}The actual Field Costs are _7500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_7500_TITLE} Field Costs
{FIELD_COST_8000_BODY}The actual Field Costs are _8000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_8000_TITLE} Field Costs
{FIELD_COST_8500_BODY}The actual Field Costs are _8500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_8500_TITLE} Field Costs
{FIELD_COST_9000_BODY}The actual Field Costs are _9000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_9000_TITLE} Field Costs
{FIELD_COST_9500_BODY}The actual Field Costs are _9500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_9500_TITLE} Field Costs
{FIELD_COST_10000_BODY}The actual Field Costs are _10000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_10000_TITLE} Field Costs
{FIELD_COST_10500_BODY}The actual Field Costs are _10500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_10500_TITLE} Field Costs
{FIELD_COST_11000_BODY}The actual Field Costs are _11000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_11000_TITLE} Field Costs
{FIELD_COST_11500_BODY}The actual Field Costs are _11500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_11500_TITLE} Field Costs
{FIELD_COST_12000_BODY}The actual Field Costs are _12000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_12000_TITLE} Field Costs
{FIELD_COST_12500_BODY}The actual Field Costs are _12500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_12500_TITLE} Field Costs
{FIELD_COST_13000_BODY}The actual Field Costs are _13000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_13000_TITLE} Field Costs
{FIELD_COST_13500_BODY}The actual Field Costs are _13500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_13500_TITLE} Field Costs
{FIELD_COST_14000_BODY}The actual Field Costs are _14000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_14000_TITLE} Field Costs
{FIELD_COST_14500_BODY}The actual Field Costs are _14500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_14500_TITLE} Field Costs
{FIELD_COST_15000_BODY}The actual Field Costs are _15000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_15000_TITLE} Field Costs
{FIELD_COST_15500_BODY}The actual Field Costs are _15500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_15500_TITLE} Field Costs
{FIELD_COST_16000_BODY}The actual Field Costs are _16000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_16000_TITLE} Field Costs
{FIELD_COST_16500_BODY}The actual Field Costs are _16500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_16500_TITLE} Field Costs
{FIELD_COST_17000_BODY}The actual Field Costs are _17000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_17000_TITLE} Field Costs
{FIELD_COST_17500_BODY}The actual Field Costs are _17500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_17500_TITLE} Field Costs
{FIELD_COST_18000_BODY}The actual Field Costs are _18000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_18000_TITLE} Field Costs
{FIELD_COST_18500_BODY}The actual Field Costs are _18500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_18500_TITLE} Field Costs
{FIELD_COST_19000_BODY}The actual Field Costs are _19000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_19000_TITLE} Field Costs
{FIELD_COST_19500_BODY}The actual Field Costs are _19500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_19500_TITLE} Field Costs
{FIELD_COST_20000_BODY}The actual Field Costs are _20000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_20000_TITLE} Field Costs
{FIELD_COST_20500_BODY}The actual Field Costs are _20500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_20500_TITLE} Field Costs
{FIELD_COST_21000_BODY}The actual Field Costs are _21000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_21000_TITLE} Field Costs
{FIELD_COST_21500_BODY}The actual Field Costs are _21500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_21500_TITLE} Field Costs
{FIELD_COST_22000_BODY}The actual Field Costs are _22000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_22000_TITLE} Field Costs
{FIELD_COST_22500_BODY}The actual Field Costs are _22500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_22500_TITLE} Field Costs
{FIELD_COST_23000_BODY}The actual Field Costs are _23000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_23000_TITLE} Field Costs
{FIELD_COST_23500_BODY}The actual Field Costs are _23500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_23500_TITLE} Field Costs
{FIELD_COST_24000_BODY}The actual Field Costs are _24000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_24000_TITLE} Field Costs
{FIELD_COST_24500_BODY}The actual Field Costs are _24500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_24500_TITLE} Field Costs
{FIELD_COST_25000_BODY}The actual Field Costs are _25000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_25000_TITLE} Field Costs
{FIELD_COST_25500_BODY}The actual Field Costs are _25500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_25500_TITLE} Field Costs
{FIELD_COST_26000_BODY}The actual Field Costs are _26000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_26000_TITLE} Field Costs
{FIELD_COST_26500_BODY}The actual Field Costs are _26500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_26500_TITLE} Field Costs
{FIELD_COST_27000_BODY}The actual Field Costs are _27000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_27000_TITLE} Field Costs
{FIELD_COST_27500_BODY}The actual Field Costs are _27500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_27500_TITLE} Field Costs
{FIELD_COST_28000_BODY}The actual Field Costs are _28000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_28000_TITLE} Field Costs
{FIELD_COST_28500_BODY}The actual Field Costs are _28500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_28500_TITLE} Field Costs
{FIELD_COST_29000_BODY}The actual Field Costs are _29000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_29000_TITLE} Field Costs
{FIELD_COST_29500_BODY}The actual Field Costs are _29500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_29500_TITLE} Field Costs
{FIELD_COST_30000_BODY}The actual Field Costs are _30000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_30000_TITLE} Field Costs
{FIELD_COST_30500_BODY}The actual Field Costs are _30500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_30500_TITLE} Field Costs
{FIELD_COST_31000_BODY}The actual Field Costs are _31000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_31000_TITLE} Field Costs
{FIELD_COST_31500_BODY}The actual Field Costs are _31500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_31500_TITLE} Field Costs
{FIELD_COST_32000_BODY}The actual Field Costs are _32000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_32000_TITLE} Field Costs
{FIELD_COST_32500_BODY}The actual Field Costs are _32500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_32500_TITLE} Field Costs
{FIELD_COST_33000_BODY}The actual Field Costs are _33000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_33000_TITLE} Field Costs
{FIELD_COST_33500_BODY}The actual Field Costs are _33500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_33500_TITLE} Field Costs
{FIELD_COST_34000_BODY}The actual Field Costs are _34000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_34000_TITLE} Field Costs
{FIELD_COST_34500_BODY}The actual Field Costs are _34500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_34500_TITLE} Field Costs
{FIELD_COST_35000_BODY}The actual Field Costs are _35000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_35000_TITLE} Field Costs
{FIELD_COST_35500_BODY}The actual Field Costs are _35500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_35500_TITLE} Field Costs
{FIELD_COST_36000_BODY}The actual Field Costs are _36000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_36000_TITLE} Field Costs
{FIELD_COST_36500_BODY}The actual Field Costs are _36500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_36500_TITLE} Field Costs
{FIELD_COST_37000_BODY}The actual Field Costs are _37000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_37000_TITLE} Field Costs
{FIELD_COST_37500_BODY}The actual Field Costs are _37500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_37500_TITLE} Field Costs
{FIELD_COST_38000_BODY}The actual Field Costs are _38000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_38000_TITLE} Field Costs
{FIELD_COST_38500_BODY}The actual Field Costs are _38500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_38500_TITLE} Field Costs
{FIELD_COST_39000_BODY}The actual Field Costs are _39000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_39000_TITLE} Field Costs
{FIELD_COST_39500_BODY}The actual Field Costs are _39500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_39500_TITLE} Field Costs
{FIELD_COST_40000_BODY}The actual Field Costs are _40000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_40000_TITLE} Field Costs
{FIELD_COST_40500_BODY}The actual Field Costs are _40500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_40500_TITLE} Field Costs
{FIELD_COST_41000_BODY}The actual Field Costs are _41000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_41000_TITLE} Field Costs
{FIELD_COST_41500_BODY}The actual Field Costs are _41500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_41500_TITLE} Field Costs
{FIELD_COST_42000_BODY}The actual Field Costs are _42000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_42000_TITLE} Field Costs
{FIELD_COST_42500_BODY}The actual Field Costs are _42500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_42500_TITLE} Field Costs
{FIELD_COST_43000_BODY}The actual Field Costs are _43000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_43000_TITLE} Field Costs
{FIELD_COST_43500_BODY}The actual Field Costs are _43500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_43500_TITLE} Field Costs
{FIELD_COST_44000_BODY}The actual Field Costs are _44000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_44000_TITLE} Field Costs
{FIELD_COST_44500_BODY}The actual Field Costs are _44500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_44500_TITLE} Field Costs
{FIELD_COST_45000_BODY}The actual Field Costs are _45000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_45000_TITLE} Field Costs
{FIELD_COST_45500_BODY}The actual Field Costs are _45500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_45500_TITLE} Field Costs
{FIELD_COST_46000_BODY}The actual Field Costs are _46000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_46000_TITLE} Field Costs
{FIELD_COST_46500_BODY}The actual Field Costs are _46500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_46500_TITLE} Field Costs
{FIELD_COST_47000_BODY}The actual Field Costs are _47000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_47000_TITLE} Field Costs
{FIELD_COST_47500_BODY}The actual Field Costs are _47500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_47500_TITLE} Field Costs
{FIELD_COST_48000_BODY}The actual Field Costs are _48000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_48000_TITLE} Field Costs
{FIELD_COST_48500_BODY}The actual Field Costs are _48500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_48500_TITLE} Field Costs
{FIELD_COST_49000_BODY}The actual Field Costs are _49000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_49000_TITLE} Field Costs
{FIELD_COST_49500_BODY}The actual Field Costs are _49500
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_49500_TITLE} Field Costs
{FIELD_COST_50000_BODY}The actual Field Costs are _50000
\n\nField Costs for Armies (200 in Home Land, 500 in Enemy Land, 2000 Sieging) + Field Costs of Agents (Spy 500, Assasin 500, Priest, Princess, Diplomat 300) in Enemy Territory
{FIELD_COST_50000_TITLE} Field Costs