chiark / gitweb /
fabricia adds up again
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 Sep 2023 15:37:39 +0000 (16:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 24 Sep 2023 15:37:39 +0000 (16:37 +0100)
fabricia.md
total-checker

index 86218070749becd0fc1eb97f5ec1099cc729c305..9d82d3b9decec0539bd2330b5494caa36925c971 100644 (file)
@@ -104,27 +104,25 @@ total                                                                                     45
 
 Craft - improvisation                                  3               30
 Craft - woodworking                                            3               30
-XXX ^ is this sensible/allowed; what happens if I improvise with wood?
+# XXX ^ is this sensible/allowed; what happens if I improvise with wood?
+
+Athletics (climbing)                                   3 <= 2  15
 
 Wilderness sense (resources)                   3               30
 Hunt (tracking)                                                        2               15
+
 Single weapon (knife/dagger)                   2               15
+Stealth (natural areas)                                        2 <= 1  10
+Awareness (searching)                                  2 <= 1  10
 
 Charm (speciality: wizards)                            1               5
-Faerie Lore (forests)                                  1               5
-
-total                                                                                  180
-```
-
 Brawl (dodging)                                                        1               5
 
+SPARE                                                                  3               15
+# XXX ^ what am I missing?  Can I leave some of this unallocated ?
 
-? legerdemain
-? stealth
-? thrown weapon
-Craft - ironworking                            3               30
-Craft - sewing                                 2               15
-
+total                                                                                  180
 
-XXXX is there a Farie forest nearby ?  If so then that.
-XXXX am I allowed Wilderness Sense ?
+XXX should I take "Faerie Lore (forests)"?  Is there a better Fairie
+Lore for the mystical road (which we think is a Fairie road?)
+```
index f773c27f0eddf05aab0dae075a59f0ccb8ddfc28..2398ba570dd40abe448f3b50a209973d6543ae11 100755 (executable)
@@ -34,6 +34,7 @@ foreach my $i (0..$#l) {
     foreach my $j ($block_start .. ($i-1)) {
       $_ = $l[$j];
       my $earlier = length($lhs) - 1;
+      next if m{^\#};
       next unless length > $earlier+1;
       die "$j: $_ ?" unless m{^.{$earlier} (\S+)\s};
       my $here = $1;
@@ -43,7 +44,7 @@ foreach my $i (0..$#l) {
     my $delta = $exp - $got;
     print "$file: checking total: $heading\n";
     if ($delta) {
-      print STDERR "line $i: expected $exp but got $got, delta $delta";
+      print STDERR "line $i: expected $exp but got $got, spend $delta\n";
     }
     next;
   }