Home.md
... ...
@@ -58,6 +58,7 @@
58 58
- [openshift](technology/cloud/openshift)
59 59
60 60
### communication
61
+- [exim4](technology/communication/exim4)
61 62
- [ftp](technology/communication/ftp)
62 63
- [irc](technology/communication/irc)
63 64
- [mosh](technology/communication/mosh)
d_and_d/character_sheet-nixolaus.md
... ...
@@ -8,11 +8,11 @@
8 8
### defence
9 9
| hp | initiative | speed |
10 10
| --- | --- | --- |
11
-| 8 | 1 | 30 |
11
+| 14 | 1 | 30 |
12 12
13 13
| armour class | hit dice | proficiency |
14 14
| --- | --- | --- |
15
-| 11 | 1d8 | +2 |
15
+| 11 | 2d8 | +2 |
16 16
17 17
### attacks / spellcasting
18 18
| name | atk | damage/type |
... ...
@@ -90,11 +90,13 @@ spellbook
90 90
- king in yellow
91 91
- deed to trollskull manor
92 92
- old spellbook from floon
93
+- potion of healing
94
+- potion of giant strength
93 95
94 96
#### coin
95 97
| pp | gp | ep | sp | cp |
96 98
| --- | --- | --- | --- | --- |
97
-| | 10 | | | |
99
+| | 20 | | | |
98 100
99 101
### traits
100 102
d_and_d/dragon_heist.md
... ...
@@ -12,6 +12,7 @@
12 12
dm - conor
13 13
14 14
## party notes
15
+### session 1
15 16
- yawning portal inn
16 17
- ranar neverember
17 18
- human friend of floon (rescued at warehouse)
... ...
@@ -41,6 +42,8 @@ dm - conor
41 42
- meet mert the loanshark
42 43
- offers to give us the 100gold for the tavern in exchange for going to
43 44
blue alley and finding a statue
45
+
46
+### session 2
44 47
- blue alley
45 48
- found locked room
46 49
- minatour fight
... ...
@@ -69,6 +72,54 @@ dm - conor
69 72
- inscribed on wall
70 73
- "what might and"
71 74
75
+### session 3
76
+- hidden room behind wall
77
+ - inscription: 'a soft touch'
78
+- retraced steps over sticky carpet
79
+- up to a room with hanging platforms over a 20foot drop
80
+- donaar gets to forth platform when a smoke imp appears and attacks
81
+- after three party members fall we decide to head back and go another route
82
+- found a statue with a button in it, pushed the button and a door opens
83
+- stairs down to a luxurious room which is no longer cared for
84
+- raiann hears a voice behind a door to the east
85
+- behind door is a bronze statue of a wizard (behind a wall of force)
86
+ - inscription the wall: 'utter madness PURE RUBBISH'
87
+ - on the base is the word 'keilier'
88
+ - when the word keilier is spoken he moves
89
+ - keilier asks for a riddle
90
+ - he tells us the inscription 'utter madness..' is not part of the other inscriptions
91
+- open door to the north
92
+- long corridor with doors on either side and an open door at the end (leading to the room of platforms)
93
+- first door on the left has a large furnace
94
+ - demons to act as garbage disposal
95
+ - incinerator room
96
+- on the last platform donaar finds a glowing moon touched elvish scimitar
97
+ - inscription (in elvish): 'mother moon keep us in the dark'
98
+- second door on the left is an arcane workshop
99
+ - find two potions
100
+ - potion of healing
101
+ - potion of giant strength (strength: 15)
102
+ - on the wall: 'strength cannot get'
103
+- room on the right has winding yellow path
104
+ - murials of mages holding the holy symbol
105
+ - on the west wall are the words: 'can do'
106
+ - at the end of the path is a door
107
+ - behind door is a room made of red brick
108
+ - in the middle of the room is a 3ft tall statue of a rearing unicorn
109
+ - 'everything you see is mine' magically written across base when donaar touches horn
110
+ - when the unicorn is picked up all the walls turn to mirror
111
+ - 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
112
+ - rubick walks out the room with his eyes closed and managed to leave the room with his clothes and the unicorn
113
+- phrase above door of next room: 'take only what you can truly afford'
114
+ - room is full of coin
115
+ - coins arranged in flowing script 'ALL FAKE'
116
+ - another room off it
117
+ - featureless except for black iron gates at one end
118
+ - when gates are touched a mouth appears and say 'though these gates lies paradise'
119
+- guldur and nix take unicorn statue back to tavern
120
+- raiann and donaar appear in a pub and get free drinks from ronar
121
+- rubick lands in a garbage pile
122
+
72 123
## character notes
73 124
[character_sheet](character_sheet-nixolaus)
74 125
... ...
@@ -89,6 +140,7 @@ dm - conor
89 140
- magic missile (1)
90 141
- shield (1)
91 142
- witch bolt (1)
143
+- thunderwave (1)
92 144
93 145
## treasury
94 146
| amount | from | reason |
... ...
@@ -106,7 +158,8 @@ dm - conor
106 158
| 267 silver | treasure chest | after fight with mimic |
107 159
| small bronze bell | treasure chest | after fight with mimic |
108 160
| small silver key wrapped in velvet cloth | treasure chest | after fight with mimic |
109
-| red gem with tiny gates within | magic dias in blue alley | after fight with floating sword |
161
+| red gem with tiny gates within (raiann) | magic dias in blue alley | after fight with floating sword |
162
+| moon touched elvish scimitar (raiann) | floating platform | |
110 163
111 164
#### spent
112 165
| amount | to | reason |
technology/communication/exim4.md
... ...
@@ -0,0 +1,7 @@
1
+# exim4
2
+
3
+### set up on raspbian
4
+```
5
+sudo apt-get install exim4
6
+sudo dpkg-reconfigure exim4-config
7
+```