# HG changeset patch # User "Rex Tsai " # Date 1225389573 -28800 # Node ID 21df8eb17a52653fd53e2d79fc9cf9b4a7cd7a83 # Parent 2bf64daa8a5e26dbb50dbb7efec065243f8a2801 commented an idea for risk assessment diff -r 2bf64daa8a5e -r 21df8eb17a52 sheep.pl --- 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);