changeset 134:21df8eb17a52

commented an idea for risk assessment
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Fri, 31 Oct 2008 01:59:33 +0800
parents 2bf64daa8a5e
children 4194f261798b
files sheep.pl
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sheep.pl	Fri Oct 31 01:55:51 2008 +0800
+++ b/sheep.pl	Fri Oct 31 01:59:33 2008 +0800
@@ -71,6 +71,9 @@
 
             next if($capture < 200);
 
+            # 測試風險評估
+            # $capture = $capture - ($sheep->army_score_main*100);
+                        
             $line = sprintf("%d %s score %d army %d %s/%s(%d),", 
                 $capture,
                 $c->status, $sheep->score, $sheep->army_score_main, $sheep->name, $sheep->ally, $members);