diff warfare.pl @ 209:31fca1e55ed5

we don't fight with sheep has only a little money
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Mon, 03 Nov 2008 22:28:28 +0800
parents d9f17bcbf1f1
children 978a949602e5
line wrap: on
line diff
--- a/warfare.pl	Mon Nov 03 20:07:05 2008 +0800
+++ b/warfare.pl	Mon Nov 03 22:28:28 2008 +0800
@@ -110,8 +110,10 @@
         # we attack one city maximum 4 times a day.
         next if($c >= 4);
 
+        my $capture = $city->citylevel * ($city->citylevel - 1) * $sheep->trader_score_secondary / 10000;
+        next if($capture < 1500);
+
         # {
-            my $capture = $city->citylevel * ($city->citylevel - 1) * $sheep->trader_score_secondary / 10000;
             my $line = sprintf("%d %s [%d,%d] %s (%d) %s Attacked %d", 
                 $capture, $city->status, 
                 $island->x, $island->y,