commit f1d95c5b5ff80871ce1bf159a5f31491768acad8
parent 628b740dbc89ae6dd28dcc4fe7c4506361401cec
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 8 Apr 2019 17:39:45 +0100
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat:
4 files changed, 67 insertions(+), 4 deletions(-)
diff --git a/Home.md b/Home.md
@@ -58,6 +58,7 @@
- [openshift](technology/cloud/openshift)
### communication
+- [exim4](technology/communication/exim4)
- [ftp](technology/communication/ftp)
- [irc](technology/communication/irc)
- [mosh](technology/communication/mosh)
diff --git a/d_and_d/character_sheet-nixolaus.md b/d_and_d/character_sheet-nixolaus.md
@@ -8,11 +8,11 @@
### defence
| hp | initiative | speed |
| --- | --- | --- |
-| 8 | 1 | 30 |
+| 14 | 1 | 30 |
| armour class | hit dice | proficiency |
| --- | --- | --- |
-| 11 | 1d8 | +2 |
+| 11 | 2d8 | +2 |
### attacks / spellcasting
| name | atk | damage/type |
@@ -90,11 +90,13 @@ spellbook
- king in yellow
- deed to trollskull manor
- old spellbook from floon
+- potion of healing
+- potion of giant strength
#### coin
| pp | gp | ep | sp | cp |
| --- | --- | --- | --- | --- |
-| | 10 | | | |
+| | 20 | | | |
### traits
diff --git a/d_and_d/dragon_heist.md b/d_and_d/dragon_heist.md
@@ -12,6 +12,7 @@
dm - conor
## party notes
+### session 1
- yawning portal inn
- ranar neverember
- human friend of floon (rescued at warehouse)
@@ -41,6 +42,8 @@ dm - conor
- meet mert the loanshark
- offers to give us the 100gold for the tavern in exchange for going to
blue alley and finding a statue
+
+### session 2
- blue alley
- found locked room
- minatour fight
@@ -69,6 +72,54 @@ dm - conor
- inscribed on wall
- "what might and"
+### session 3
+- hidden room behind wall
+ - inscription: 'a soft touch'
+- retraced steps over sticky carpet
+- up to a room with hanging platforms over a 20foot drop
+- donaar gets to forth platform when a smoke imp appears and attacks
+- after three party members fall we decide to head back and go another route
+- found a statue with a button in it, pushed the button and a door opens
+- stairs down to a luxurious room which is no longer cared for
+- raiann hears a voice behind a door to the east
+- behind door is a bronze statue of a wizard (behind a wall of force)
+ - inscription the wall: 'utter madness PURE RUBBISH'
+ - on the base is the word 'keilier'
+ - when the word keilier is spoken he moves
+ - keilier asks for a riddle
+ - he tells us the inscription 'utter madness..' is not part of the other inscriptions
+- open door to the north
+- long corridor with doors on either side and an open door at the end (leading to the room of platforms)
+- first door on the left has a large furnace
+ - demons to act as garbage disposal
+ - incinerator room
+- on the last platform donaar finds a glowing moon touched elvish scimitar
+ - inscription (in elvish): 'mother moon keep us in the dark'
+- second door on the left is an arcane workshop
+ - find two potions
+ - potion of healing
+ - potion of giant strength (strength: 15)
+ - on the wall: 'strength cannot get'
+- room on the right has winding yellow path
+ - murials of mages holding the holy symbol
+ - on the west wall are the words: 'can do'
+ - at the end of the path is a door
+ - behind door is a room made of red brick
+ - in the middle of the room is a 3ft tall statue of a rearing unicorn
+ - 'everything you see is mine' magically written across base when donaar touches horn
+ - when the unicorn is picked up all the walls turn to mirror
+ - when rubick tries to take the unicorn through the door the unicorn transports back to the stand and all his clothes and equipment pile up in the room
+ - rubick walks out the room with his eyes closed and managed to leave the room with his clothes and the unicorn
+- phrase above door of next room: 'take only what you can truly afford'
+ - room is full of coin
+ - coins arranged in flowing script 'ALL FAKE'
+ - another room off it
+ - featureless except for black iron gates at one end
+ - when gates are touched a mouth appears and say 'though these gates lies paradise'
+- guldur and nix take unicorn statue back to tavern
+- raiann and donaar appear in a pub and get free drinks from ronar
+- rubick lands in a garbage pile
+
## character notes
[character_sheet](character_sheet-nixolaus)
@@ -89,6 +140,7 @@ dm - conor
- magic missile (1)
- shield (1)
- witch bolt (1)
+- thunderwave (1)
## treasury
| amount | from | reason |
@@ -106,7 +158,8 @@ dm - conor
| 267 silver | treasure chest | after fight with mimic |
| small bronze bell | treasure chest | after fight with mimic |
| small silver key wrapped in velvet cloth | treasure chest | after fight with mimic |
-| red gem with tiny gates within | magic dias in blue alley | after fight with floating sword |
+| red gem with tiny gates within (raiann) | magic dias in blue alley | after fight with floating sword |
+| moon touched elvish scimitar (raiann) | floating platform | |
#### spent
| amount | to | reason |
diff --git a/technology/communication/exim4.md b/technology/communication/exim4.md
@@ -0,0 +1,7 @@
+# exim4
+
+### set up on raspbian
+```
+sudo apt-get install exim4
+sudo dpkg-reconfigure exim4-config
+```