From 296aeb5cc344b936f62e0773f38ba3ff57f3acfa Mon Sep 17 00:00:00 2001 From: shamoanjac Date: Fri, 19 Aug 2016 23:10:34 +0200 Subject: [PATCH] Power required to attack is now 10 --- factions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factions.lua b/factions.lua index b679df0..94e047a 100644 --- a/factions.lua +++ b/factions.lua @@ -32,7 +32,7 @@ factions.power_per_parcel = .5 factions.power_per_death = .25 factions.power_per_tick = .125 factions.tick_time = 60. -factions.power_per_attack = 2. +factions.power_per_attack = 10. factions.faction_name_max_length = 50 factions.rank_name_max_length = 25