From temporary lodgings at [TBD],
Kennocht wrote to the Magvillus Council.
-
-Kennocht is no warrior,
-and his hamfisted approach didn't meet favour.
+Kennocht is no hoplite,
+and his hamfisted approach didn't meet favour, so
House Guernicus will send someone else to deal with the Scots,
although at some point a senior Quaesitor
may visit Kennocht at [The Pointy Bits] to get
* **Inspirational**
* **Piercing Gaze**
* **Personal Vis Source**.
+ XXX Is this being a portable object OK? What should it be like?
I took this thing from my parens when I fled.
For a Higher Purpose obviously!
UNSPENT +1
# XXXX one point remaining, what to do?
+# can I get some other bonus (Ability XP maybe) from the storyguide instead?
total +7
```
Guile 1 5
Stealth 1 5
-total 45
+total 45
```
## Later childhood
Etiquette 1 5
Stealth 2 <= 1 10
-Artes Liberales (logic) 1 5
-Philosophiae (ethics) 1 5
-# XXX ^ should (must) I take these two? Is this the right amount?
-# XXX What am I missing? Do I need to pay for some
+XXX UNSPENT 10
total 90 5-11 = 6 years = 90 XP.
## Apprenticed (at 11)
+```
+ XP
+
+Code of Hermes 3 30
+Artes Liberales (logic) 1 5
+Philosophiae (ethics) 1 5
+
+XXX UNSPENT 200
+
+total 240
+```
+
+## Spells from apprenticeship
+
+```
+ levels
+
+Physician's Eye +20 InCo 5
+Eye of the Eagle +21 InIm 25
+Summoning the Distant Image +21 InIm 25
+Invisibility of the Standing Wizard +8 PeIm 15
+Frosty Breath of the Spoken Lie +21 InMe 20
+Peering Into the Mortal Mind +21 InMe 30
+
+total 120
+```
+
TODO what do do about:
?
Entrancement
-Folk Ken
-Guile
Intrigue
-Code of Hermes 3
+# XXX ^ should (must) I take these two? Is this the right amount?
+# XXX What am I missing? Do I need to pay for some
+
?
Magic Theory
our (@l) = <L>;
$?=0; $!=0; close L or die "$? $!";
+unshift @l, '';
+
my $block_start = 0;
my $heading;
my $earlier = length($lhs) - 1;
next if m{^\#};
next unless length > $earlier+1;
- die "$j: $_ ?" unless m{^.{$earlier} (\S+)\s};
+ die "$file:$j: ($i): $_ ?" unless m{^.{$earlier} (\S+)\s};
my $here = $1;
next unless $here =~ m{^[-+]?\d+$};
$got += $here;
my $delta = $exp - $got;
print "$file: checking total: $heading\n";
if ($delta) {
- print STDERR "line $i: expected $exp but got $got, spend $delta\n";
+ print STDERR "$file:$i: expected $exp but got $got, spend $delta\n";
}
next;
}