-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex-37.html
840 lines (807 loc) · 56.5 KB
/
index-37.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Random musings on books, code, and tabletop games.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lacking Natural Simplicity (old posts, page 37) | Lacking Natural Simplicity</title>
<link href="assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<link rel="alternate" type="application/atom+xml" title="Atom" href="feed.atom">
<link rel="canonical" href="https://tkurtbond.github.io/index-37.html">
<link rel="prev" href="index-38.html" type="text/html">
<link rel="next" href="index-36.html" type="text/html">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text&family=Lato&family=IBM+Plex+Mono" rel="stylesheet">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<div class="blog-masthead">
<div class="container">
<!-- This keeps the margins nice -->
<nav class="blog-nav" role="navigation"><a href="index.html" class="blog-nav-item">Home</a>
<a href="archive.html" class="blog-nav-item">Archives</a>
<a href="categories/index.html" class="blog-nav-item">Tags & Categories</a>
<a href="rss.xml" class="blog-nav-item">RSS feed</a>
<a href="feed.atom" class="blog-nav-item">Atom feed</a>
</nav>
</div>
<!-- /.container -->
</div>
<!-- End of Menubar -->
<div class="container" id="content" role="main">
<div class="body-content">
<div class="blog-header">
<h1 class="blog-title">
<a href="https://tkurtbond.github.io/">
<span id="blog-title">Lacking Natural Simplicity</span>
</a>
</h1>
<p class="lead blog-description">Random musings on books, code, and tabletop games.</p>
</div>
<!--Body content-->
<div class="row">
<div class="col-sm-8 blog-main">
<div class="postindex">
<article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/07/05/recent-reading-heinlein/" class="u-url">Recent Reading: Heinlein</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/07/05/recent-reading-heinlein/" rel="bookmark"><time class="published dt-published" datetime="2008-07-05T00:00:00-05:00" title="2008-07-05 00:00">2008-07-05 00:00</time></a></p>
<p class="commentline"> <a href="posts/2008/07/05/recent-reading-heinlein/#disqus_thread" data-disqus-identifier="cache/posts/2008/07/05/recent-reading-heinlein.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<p>I recently decided that I need to read Heinlein's juvenile novels.
I'd read some of them in my youth (thanks to the Weston and Clarksburg
public libraries), but not all, and I wondered how they would stand up
in the 21st century to my middle-aged eyes, and how interesting they
might be to younger eyes as well. (I'll have to wait a bit to see
the later, though.)</p>
<p>Luckily, inexpensive compilations published by the Science Fiction
Bookclub are easily available from online sellers, and I got four
volumes that include all the juveniles, as well as <cite>Starship
Troopers</cite>. <cite>Four Frontiers</cite> is the first of them.</p>
<ul>
<li>
<p><cite>Four Frontiers</cite>, by Robert A. Heinlein; First Science Fiction Book
Club printing: June 2005. Published by arrangement with “The
Robert A. & Virginia Heinlein Prize Trust” and “The Robert A. &
Virginia Heinlein Library Foundation”, and Tor Books, and The
Berkley Publishing Group, a division of Penguin Group (USA) Inc.
ISBN 0-7394-5345-9.</p>
<ul>
<li>
<p><cite>Rocket Ship Galileo</cite>, copyright 1947 by Robert A. Heinlein,
copyright renewed 1974 by Robert A. Heinlein, Copyright 1988 by
the Robert A. & Virginia Heinlein Library Foundation.</p>
<p>I had never read this one. As you might expect, the earliest is
the roughest, and probably the least interesting to current crop
of juveniles. It's still a fun adventure story, though current
social mores would have made it impossible.</p>
</li>
<li>
<p><cite>Space Cadet</cite>, copyright 1948 by Robert A. Heinlein,
copyright renewed 1975 by Robert A. Heinlein, Copyright 1988 by
the Robert A. & Virginia Heinlein Library Foundation.</p>
<p>I can't remember reading this one, but may have. It's interesting
how much of this is about learning to deal with others, which
moves from dealing with other cadets to, eventually, dealing with
aliens. Knowledge, brains, and morals win out over brains, money,
and greed.</p>
</li>
<li>
<p><cite>Red Planet</cite>, copyright 1949 by Robert A. Heinlein,
copyright renewed 1976 by Robert A. Heinlein, Copyright 2003 by
the Robert A. & Virginia Heinlein Library Foundation.</p>
<p>I'm almost positive that I'd read this one, but if so I'd
forgotten how subversive it was. And I love the skating, for some
reason. (I don't skate myself.)</p>
</li>
<li>
<p><cite>Farmer in the Sky</cite>, copyright 1950 by Robert A. Heinlein,
copyright renewed 1977 by Robert A. Heinlein, Copyright 2003 by
the Robert A. & Virginia Heinlein Library Foundation.</p>
<p>This situation on earth in this one, sadly, looks more and more
likely.</p>
</li>
</ul>
</li>
</ul>
<p>There's a fair amount of discussion of the actual technology of space
travel and related planetary science in these first four books, and
that's probably what has aged the worst. The adventures are still
fun, and I think an open-minded juvenile could still enjoy them.</p>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/heinlein/" rel="tag">heinlein</a></li>
<li><a class="tag p-category" href="categories/recent-reading/" rel="tag">recent reading</a></li>
<li><a class="tag p-category" href="categories/science-fiction/" rel="tag">science fiction</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/07/04/return-to-alusia-part-4/" class="u-url">Return to Alusia, part 4</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/07/04/return-to-alusia-part-4/" rel="bookmark"><time class="published dt-published" datetime="2008-07-04T21:30:00-05:00" title="2008-07-04 21:30">2008-07-04 21:30</time></a></p>
<p class="commentline"> <a href="posts/2008/07/04/return-to-alusia-part-4/#disqus_thread" data-disqus-identifier="cache/posts/2008/07/04/return-to-alusia-part-4.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<section id="introduction"><h2>Introduction</h2>
<p>One of the games I ran over the holiday continued a <em>Savage Worlds</em>
adventure that I started at Christmas 2007. The adventure is set in
the <em>Frontiers of Alusia</em> sometime during the later stages of my
original <em>Frontiers of Alusia</em> <em>DragonQuest</em> campaign, but set away
from the scenes and characters of that earlier series.</p>
</section><section id="prehistory"><h2>Prehistory</h2>
<p>In December 2007 I was looking for an adventure to run for the <a class="reference external" href="categories/cat_gaming/actual-play/the-kids/">kids</a> at
the family get-together at Christmas. I'd been looking at my notes
from my old <em>Frontiers of Alusia</em> campaign and decided it would be
neat to revisit <em>Alusia</em> since my brother, one of the players in my
original <em>Alusia</em> campaign <a class="footnote-reference brackets" href="posts/2008/07/04/return-to-alusia-part-4/#no-alusia-supplements" id="footnote-reference-1" role="doc-noteref"><span class="fn-bracket">[</span>1<span class="fn-bracket">]</span></a>, would be in for
Christmas and would probably be playing with the kids. Of course,
instead of using <em>DragonQuest</em> or <em>GURPS</em>, the systems I'd used in the
original campaign, I wanted to use <a class="reference external" href="http://www.peginc.com/">Savage Worlds</a>, especially since I
was giving all the kids who were old enough copies of <em>Savage Worlds:
Explorer's Edition</em> that Christmas. I decided to reuse <em>The Tomb
of Aghyar</em>, an adventure I'd written for another group that had
adventured for a short time in my version of <em>The Frontiers of
Alusia</em>, and have my original group's characters feature prominently
in the city's gossip but not actually appear in the adventure.</p>
<p>I took the map I drew for the original adventure, added some more
rooms, worked up <em>Savage Worlds</em> stats for the opposition (borrowing
from <em>Noble Deceit</em> for some thieves guild types), and printed out
copies of the pre-generated characters from <em>Against the Orcs</em> and
<em>Noble Deceit</em> for the players to choose from, and off we went. It
went well, my brother was pleasantly surprised when he figured out
what was happening, and everybody had fun being chased by the Thieves
Guild, figuring out where the tomb was located, and finally venturing
into the tomb itself. As is not uncommon when playing with the kids
we didn't finish the adventure that evening, and so had to wait for
the next time my brother and his family were in town to continue it.
My nephew from out-of-state repeated mentioned how he was looking
forward to playing “those games with dice” when he came back for the
summer.</p>
</section><section id="revamp"><h2>Revamp</h2>
<p>Fast forward to the summer 2008 visit. The night before we played I
decided to remap the dungeon and redo the encounters to add a bit more
zing. I was interested by D&D 4E's increased emphasis on encounters
with more dynamic aspects, having followed some of the Internet
discussions and read <em>H1 – Keep on the Shadowfell</em>, and wanted to see
what I could do with <em>Savage Worlds</em> to make encounters be more
dynamic.</p>
<p><a class="reference external" href="http://www.wizards.com/">Wizards of the Coast</a> sells <a class="reference external" href="http://wizards.com/default.asp?x=products/dndacc/0786943483">Dungeon Tiles</a>, heavy cardboard
<a class="footnote-reference brackets" href="posts/2008/07/04/return-to-alusia-part-4/#real-cardboard" id="footnote-reference-2" role="doc-noteref"><span class="fn-bracket">[</span>2<span class="fn-bracket">]</span></a> tiles with pretty dungeon and outdoor scenes marked
off in 1 inch squares. They've also released similar tiles in the D&D
Basic Game sets in the past.</p>
<p>There is a browser-based Javascript program called <a class="reference external" href="http://www.jailoco.net/jai.hordelings/dungeontilesmapper.htm">Dungeon Tiles
Mapper</a> that lets you design dungeons by dragging and dropping the
pictures of the tiles from all those sets onto a grid. It lets you
print off pictues of the dungeons you've created along with a list of
the tiles needed to build it.</p>
<p>Anyway, I download the program and spend some time fiddling with it.
It has some quirks and some outright bugs, but overall it is very
useful. I was able to make a more interesting dungeon layout pretty
easily. I then spent some time rethinking the encounters, looking for
ways to make them more dynamic.</p>
</section><section id="actual-play-part-1"><h2>Actual Play, Part 1</h2>
<p>The first room I changed the least. I already had an WC ooze and a
fire trap, but I added a vicious bug swarm in a pile of skulls in one
corner near the entrance. When they looted the pile of skulls they
disturbed the swarm and after a couple of rounds where the two looters
failed to stop the swarm and the swarm failed to damage the looters,
everybody moved away to the other side of the room while one of them
used <em>fear</em> to send the swarm scurrying. Of course, in the process
they moved into the area of the ooze, which was actually dispersed
under the dirt floor of the room. It oozed up through and around
their legs, and they had to make <em>Strength</em> rolls to break free while
the ooze got to try to completely envelope one of them and all had a
chance of being damgaged by the acid ooze around their legs. They
managed to break free, and one got off a lucky shot with their
crossbow, <em>acing</em> their <em>Shooting</em> roll and then <em>acing</em> the damage
roll so high I ruled that the shot hit the plum-sized brain of the
creature and killed it outright. After that they searched the room,
avoiding the depression left by the ooze erupting from the floor and
the acidic liquid left by the dying ooze, and finally found a secret
door out. Unfortunately, the rogue set off the trap on the door, a
fire blast, and caught fire and fell back into the remains ooze,
setting it on fire in turn. Now they had to hurry to rescue him and
leave the room before the burning ooze rendered it unihabitable. They
left through the new tunnel, which lead a few feet to a a shaft down
to another short corridor that opened up into a larger room.</p>
<p>That's where we broke for lunch.</p>
</section><section id="actual-play-part-2"><h2>Actual Play, Part 2</h2>
<p>After lunch we switched play to a different house (mine, just next
door), and one of the younger players, M.A., wanted to play. I had a
character sheet he could use <a class="footnote-reference brackets" href="posts/2008/07/04/return-to-alusia-part-4/#spare-sheets" id="footnote-reference-3" role="doc-noteref"><span class="fn-bracket">[</span>3<span class="fn-bracket">]</span></a>, so on the spur of the
moment I added a mystical column of light in the next room as a prison
where the adventurers would find his new character.</p>
<p>That room was much larger, but I'd set it up with with a pool in the
middle that took up much of the room, and around several of the walls
were a number of alcoves. When I added the mystical column of light,
I put it on a short circular pedestal on a square base in the middle
of the pool. The PCs could easily jump (not even requiring a roll)
from the six-inch tall lip around the pool to the base, but could only
balance and move around the base with difficulty. An early experiment
with poking the column of light with an unlit torch destroyed the
torch and revealed that the rather-more-viscous-than-water liquid in
the pool was very caustic. Cautious investigation by T.B.'s combat mage
revealed the proper method of manually disabling the mystic column,
and after some careful manipulations by T.A.'s rogue, M.A.'s new PC, a
paladin of the Holy Light, was with the group.</p>
<p>While improvising a description of his <span class="target" id="cuirbouilli-armor">cuirbouilli armor</span> during the
initial get-to-know-you conversation the serendipitous juxtaposition
of my description of a design on his armor and a <em>aced</em> <em>Smarts</em> roll
by L.B., who was playing a priestess of the Holy Light, inspired me to
add to the new paladin's backstory that he was the <em>last</em> living
paladin of the Holy Light, imprisoned here in agony for — his captors
thought — all eternity as punishment by the pirates who destroyed the
last stronghold of the order of the Paladins of the Holy Light, and
who it was thought had killed last Paladin of the Holy Light. L.B.'s
priestess informed the rest of the group of the paladin's identity and
his importance, and several of the players immediately assumed the
paladin would set about reforming the Order of the Paladins of the
Holy Light. M.A. thought all this was neat. (He's 6, BTW.)</p>
<p>During all of this the PCs had dispersed around the room, and it was
at this point that they finally noticed that the liquid in the pool
had become very agitated, with waves as tall as a man, and suddenly it
was flinging globs of acidic gloop at them. Several were hit, some
were injured, and one had his precious chainmail damaged by the gloop.
Luckily, they had the example of the earlier ooze's remains catching
on fire and had plenty of oil, and proceeded to set the gloop pool
ablaze, which quickly killed it, to my dismay. <a class="footnote-reference brackets" href="posts/2008/07/04/return-to-alusia-part-4/#ooze-wc" id="footnote-reference-4" role="doc-noteref"><span class="fn-bracket">[</span>4<span class="fn-bracket">]</span></a></p>
<p>Just before the beginning of the glooping, B.B.'s fighter made a
<em>Notice</em> roll and figured out that the dusty cobwebs in the alcoves at
both ends of the room concealed leathery corpses. He wanted to start
stabbing the corpse in each alcove before moving on to the next.
Knowing that this would simply bring the corpses out to fight him as
he moved toward the alcove I decided it would be better to charge a
“Divine Inspiration” tax and take one of his <em>Bennies</em> and tell him it
was a <strong>bad</strong> idea, so they didn't end up fighting the eighteen
zombies at the same time as the <em>Wild Card</em> gloop.</p>
<p>However, as soon as they opened the door out of the room, the eighteen
zombies came out to attack. Since B.B.'s fighter had noticed the
corpses earlier and warned the others of the alcoves' contents I gave
them a <em>Notice</em> role with a bonus, so they had a round to decide where
they would be when the zombies actually attacked. Most lined up at
the end of the room with the door out, but D.B.'s dwarven fighter
moved back halfway through the room, planing to get a first shot at
the ones coming from the other side with his crossbow, then switch to
his axe.</p>
<p>It was M.A.'s paladin's turn to shine: he got the Joker for initiative
early in the fight and proceeded to <em>ace</em> his <em>Fighting</em> roll <strong>and</strong>
<strong>really</strong> <em>ace</em> his damage roll. I decided that the return of the
Last Paladin of the Holy Light to the world and his almost immediate
return to the fight against Darkness was such a momentous occasion
that he had been inspired by the Holy Light and began to glow and his
sword, swung for the first time in over 200 years, cut through the
heads of the three nearest zombies even before they had completely
left the alcoves. The paladin retained the glow and a small bonus
through-out the rest of the fight. B.B. remarked that his fighter was
inspired by this, and slightly later in the fight when he <em>aced</em> one
of his rolls I ruled that <em>he</em> picked up a slight glow for the moment.
At the end of the fight B.B. decided he wanted to become a Paladin of
the Holy Light as well.</p>
<p>In the mean time, everybody else had been whacking at the zombies.
D.B.'s dwarf was doing wonders with <em>Sweep</em>, keeping a significant
number of the zombies from attacking the others from behind. T.A.'s
rogue was stabbing away <em>Two-fisted</em> with his knives and both of the
girls (who had independently and without me knowing at the beginning
had picked two female clerics with <em>Pacifist</em>; I might have suggested
one or the other take one of the other female pregens without
<em>Pacifist</em> had I known) were quite happy to be taking out these
unnatural creatures.</p>
<p>T.B.'s combat mage had been plagued with really bad rolls all night,
and he was getting perturbed. I had actually missed pointing out a
couple of bonuses he should have got that would have made one or two
of his earlier attacks hit, so I gave him a small bonus on his last
attack roll, which got him a hit with <em>raise</em> and with the extra <em>d6</em>
of damage he <em>aced</em> a couple of his damage dice and got to totally
disintegrate the last zombie, which made up for the bad time he had
earlier.</p>
<p>With the zombies truly dead and the gloop still blazing, it was time
again for some quick looting and then out the door to the next
encounter. Unfortunately, we had to end things there, to be resumed
at Christmas 2008.</p>
</section><section id="remarks"><h2>Remarks</h2>
<p>In hindsight, switching houses in the middle of the game was a bad
thing for the game <a class="footnote-reference brackets" href="posts/2008/07/04/return-to-alusia-part-4/#good-overall" id="footnote-reference-5" role="doc-noteref"><span class="fn-bracket">[</span>5<span class="fn-bracket">]</span></a>: we lost a lot of time moving
things and setting up again. On the other had, it did help get rid of
distractions. I think in the future at this big family gatherings at
the farm I'll just plan to have gaming set up at my house, and we can
just migrate people there when it's time to play.</p>
<p>The <em>Dungeon Tiles</em> make nice looking dungeons, but are tedious to
organize; finding the right tiles takes too much time unless you can
do it before the game, and they are surprisingly bulky. I still
haven't figured out if I've lost any of the tiles. I need to try some
PDF tile sets to see if it's more convenient when I can just print out
as many tiles as I want on cardstock, instead of having a limited
number of much thicker tiles.</p>
<p>When playing with the kids, I tend to let really high <em>aces</em> do things
that are just plain cool, like letting a damage roll that <em>aced</em> with
enough raises to do a half-a-dozen wounds if the PC had been attacking
a <em>Wild Card</em> to instead take out several side-by-side <em>Extras</em>, and/or
add some cool <strong>special effects</strong>, like the glow and bonus for M.A.'s
paladin, the much shorter glow for B.B's fighter, and T.B.'s combat
mage's disintegration of the last zombie.</p>
<p>I also tend to be fairly lenient with bonuses if I realize I'd made a
mistake in an earlier round that could have made an earlier attack a
success, retconning those earlier misses into “you spent a couple
rounds getting this attack set up right, and boy did you hit it this
time!” It's not going to do me any good to not recognize my mistakes
and hide behind the letter of rules and send a kid away from the table
unhappy. All but one of the kids I play with regularly is 11 or
younger, and we often don't get to play more than once month, if that.
If I was playing with adults or older kids, or we played often enough
that even the younger kids had the rules down perfectly I'd be
stricter.</p>
<p><em>Savage Worlds</em> doesn't have all of <em>D&D 4e</em>'s mechanics for dynamics,
such as special rules for <em>shifting</em> and <em>pushing</em> and <em>pulling</em>, and
I didn't really do anything particular in these sessions to do that
with <em>Savage Worlds</em> other than trying to have more terrain obstacles
and have more than one opponent per room. Things seemed to be pretty
dynamic in play. I think the things that <em>Savage Worlds</em> does have
still let you do dynamic things easily, though with more recourse to
GM judgement.</p>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><aside class="footnote-list brackets"><aside class="footnote brackets" id="no-alusia-supplements" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/07/04/return-to-alusia-part-4/#footnote-reference-1">1</a><span class="fn-bracket">]</span></span>
<p>The original campaign was based only on
the original <a class="reference external" href="pages/dragonquest-and-i/#frontiers-of-alusia-adventure-map">The Frontiers of Alusia</a> supplement, which was just
a map and 4 pages of terse descriptions that accompanied
it.</p>
</aside></aside><aside class="footnote-list brackets"><aside class="footnote brackets" id="real-cardboard" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/07/04/return-to-alusia-part-4/#footnote-reference-2">2</a><span class="fn-bracket">]</span></span>
<p>These are <em>real</em> cardboard, heavy and stiff and
about one sixteenth inch thick.</p>
</aside><aside class="footnote brackets" id="spare-sheets" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/07/04/return-to-alusia-part-4/#footnote-reference-3">3</a><span class="fn-bracket">]</span></span>
<p>Several of the <em>Savage Worlds</em> <em>Savage Tales</em>
adventures come with pre-generated characters and figure flats for
the characters (as well as the monsters for the adventure) so back
at Christmas when I'd quickly put this adventure together I just
printed out the sheets from a couple of the adventures and let the
players pick which ones they liked the best. That left me with
several from which new players could pick.</p>
</aside><aside class="footnote brackets" id="ooze-wc" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/07/04/return-to-alusia-part-4/#footnote-reference-4">4</a><span class="fn-bracket">]</span></span>
<p>Perhaps using an ooze and a gloop that both could burn
as <em>Wild Cards</em> in nearby rooms was not a good idea...</p>
</aside><aside class="footnote brackets" id="good-overall" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/07/04/return-to-alusia-part-4/#footnote-reference-5">5</a><span class="fn-bracket">]</span></span>
<p>It was still a good thing overall, since it got
most of the kids and their commotion out of the house with most of
the adults, so the stess levels for those adults went down.</p>
</aside></aside></section><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/actual-play/" rel="tag">actual-play</a></li>
<li><a class="tag p-category" href="categories/alusia/" rel="tag">alusia</a></li>
<li><a class="tag p-category" href="categories/kids/" rel="tag">kids</a></li>
<li><a class="tag p-category" href="categories/return-to-the-frontiers-of-alusia-precursor/" rel="tag">return to the frontiers of alusia precursor</a></li>
<li><a class="tag p-category" href="categories/rpg/" rel="tag">rpg</a></li>
<li><a class="tag p-category" href="categories/savage-worlds/" rel="tag">savage worlds</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/06/28/buggin-2008-06-28/" class="u-url">Actual Play: Buggin'</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/06/28/buggin-2008-06-28/" rel="bookmark"><time class="published dt-published" datetime="2008-06-28T17:45:00-05:00" title="2008-06-28 17:45">2008-06-28 17:45</time></a></p>
<p class="commentline"> <a href="posts/2008/06/28/buggin-2008-06-28/#disqus_thread" data-disqus-identifier="cache/posts/2008/06/28/buggin-2008-06-28.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<p>Another of the roleplaying games I played over the July 4th holiday
was <a class="reference external" href="http://www.pigames.net/store/product_info.php?cPath=43_50_53&products_id=127">Buggin'</a>, . This game had T.B. as a scorpion named Scorp;
T.A. as Dragon the dragonfly; M.A. as a pillbug, Bill the Pill; my
brother A.B. and his youngest O.B. teamed up to run Bob the cyborg
grasshopper <a class="footnote-reference brackets" href="posts/2008/06/28/buggin-2008-06-28/#original-buggin" id="footnote-reference-1" role="doc-noteref"><span class="fn-bracket">[</span>2<span class="fn-bracket">]</span></a>; E.A. as an Aunty the Ant; and
L.B. as Maria the bee. Several of these characters had been played in
earlier games of <em>Buggin'</em>.</p>
<p>The characters, having done some troubleshooting for the local ant
colony in the past, were assigned to find out why communication with a
neighboring ant colony had stopped. They escaped an Ant Lion trap,
lots of fun was had with the ant lion throwing sand at the PCs and the
flying PCs trying to rescue the non-flying ones who'd fallen in the
trap. They made a new trail around the trap and moved on. They found
the neighboring ant colony deserted, passed through the strangely
rectangular rooms and corridors of the lowest levels, found the huge
cubic room and black floating rectangular monolith, climbed up the
ledges and across the bridge and passed oddly through the black
monolith, to find themselves huge jellyfish-like creatures floating in
the upper atmosphere of Jupiter, where they set about building cities
for new homes, along with lots of other jellyfish-like creatures.</p>
<p>And then they woke up, and found themselves back to normal and
remembering the Ant Lion trap as the only problem with other colony.
And then they woke up, and they were Jellyfish Colonists on Jupiter
again. And so forth.</p>
<p>Some of the <a class="reference external" href="categories/cat_gaming/actual-play/the-kids/">kids</a> thought this was funny, and others thought it was
just strange. M.A. thought it was really neat.</p>
<p>L.B. was very worried that those characters would be constantly
flipping back and forth between being Jellyfish Colonists on Jupiter
whenever they went to sleep, so I assured her that it was just for
this one game.</p>
<section id="remarks"><h2>Remarks</h2>
<p>I find that <em>Buggin'</em> is less work for me to run than <em>Toon</em>. The
system is simpler, a character sheet and the character creation rules
all fit on one page of paper <a class="footnote-reference brackets" href="posts/2008/06/28/buggin-2008-06-28/#pg" id="footnote-reference-2" role="doc-noteref"><span class="fn-bracket">[</span>1<span class="fn-bracket">]</span></a>, and I don't have to worry about
making things funny, since the genre doesn't <strong>require</strong> humor
(although the players usually add plenty of it themselves). It's
usually pretty easy to come up with adventure ideas on the fly, since
the genre is ubiquitous in TV and movies; I'd still find an adventure
generator useful for inspiration, though.</p>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><aside class="footnote-list brackets"><aside class="footnote brackets" id="pg" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/06/28/buggin-2008-06-28/#footnote-reference-2">1</a><span class="fn-bracket">]</span></span>
<p>... which is a goal of the <em>1 Page Game</em> system used in
<em>Buggin'</em> and the other <a class="reference external" href="http://deep7.com/?cat=4">1PGs</a> from <a class="reference external" href="http://www.deep7.com">Deep7</a> and its partners.</p>
</aside></aside><aside class="footnote-list brackets"><aside class="footnote brackets" id="original-buggin" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/06/28/buggin-2008-06-28/#footnote-reference-1">2</a><span class="fn-bracket">]</span></span>
<p>In the very first <em>Buggin'</em> game I ran
N.A.B. created a grasshopper, Bob. During the course of the game
he lost his arm. At the end of game the ant colony “repaired” him,
and he ended up with a cyborg arm. He also ended up with a pair of
Frankenstein bolts on his head.</p>
</aside></aside></section><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/actual-play/" rel="tag">actual-play</a></li>
<li><a class="tag p-category" href="categories/buggin/" rel="tag">buggin'</a></li>
<li><a class="tag p-category" href="categories/kids/" rel="tag">kids</a></li>
<li><a class="tag p-category" href="categories/rpg/" rel="tag">rpg</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/06/27/week-of-july-4th-gaming-2008/" class="u-url">Gaming during the Week of the July 4th Holiday, 2008</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/06/27/week-of-july-4th-gaming-2008/" rel="bookmark"><time class="published dt-published" datetime="2008-06-27T20:00:00-05:00" title="2008-06-27 20:00">2008-06-27 20:00</time></a></p>
<p class="commentline"> <a href="posts/2008/06/27/week-of-july-4th-gaming-2008/#disqus_thread" data-disqus-identifier="cache/posts/2008/06/27/week-of-july-4th-gaming-2008.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<p>My brother who lives out of state usually comes in from out-of-state
twice a year, once during the summer and once at Christmas. One of
his sons is old enough to play Savage Worlds these days, and since I'd
given him, along with rest of the kids who were old enough, their own
copies of the <em>Savage Worlds: Explorer's Edition</em> I wanted to make
sure we got to play some roleplaying games while they were in town,
especially <em>Savage Worlds</em>.</p>
<p>Running for kids is a lot different than running for adults. One of
the kids is in his middle teens, but the rest of them are under 11 and
one is 6. They're very enthusiastic when they're interested, but if
things slow down the younger ones (literally) wander off until things
speed up again. They also have sometimes have a little difficulty
switching between the neat stuff that is happening and the mechanical
stuff we're using to make the neat stuff happen, which can make things
take longer than it should. They all enjoy it, though, and it's
definitely worth doing.</p>
<p>Sometime I'd like to make some character sheets specifically for the
younger kids who don't read very much yet, with pictures of, for
instance, their sword and the dice they need to roll to attack and do
damage with it.</p>
<p>One of my nephews is very into a particular collectable card game, and
we didn't get a chance to play it this summer. Maybe at the Winter
gathering.</p>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/gaming/" rel="tag">gaming</a></li>
<li><a class="tag p-category" href="categories/rpg/" rel="tag">rpg</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/06/27/recent-reading-sterling/" class="u-url">Recent Reading: Sterling</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/06/27/recent-reading-sterling/" rel="bookmark"><time class="published dt-published" datetime="2008-06-27T16:51:09-05:00" title="2008-06-27 16:51">2008-06-27 16:51</time></a></p>
<p class="commentline"> <a href="posts/2008/06/27/recent-reading-sterling/#disqus_thread" data-disqus-identifier="cache/posts/2008/06/27/recent-reading-sterling.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<ul>
<li>
<p><cite>Schismatrix Plus</cite>, Bruce Sterling</p>
<p>I figured out part way through this that I actually read this before.
(Or rather, the <cite>Schismatrix</cite> part of it, since it's a collection of
a novel and some related short stories.) Looking back at my <a class="reference external" href="posts/2005/02/24/2005-02-24/">log</a>,
I'd actually read it <em>recently</em>, just 3½ years ago. Worth
rereading, though. I found them thought provoking.</p>
</li>
</ul>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/recent-reading/" rel="tag">recent reading</a></li>
<li><a class="tag p-category" href="categories/science-fiction/" rel="tag">science fiction</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/06/27/recent-reading-tim-powers/" class="u-url">Recent Reading: Tim Powers</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/06/27/recent-reading-tim-powers/" rel="bookmark"><time class="published dt-published" datetime="2008-06-27T00:00:00-05:00" title="2008-06-27 00:00">2008-06-27 00:00</time></a></p>
<p class="commentline"> <a href="posts/2008/06/27/recent-reading-tim-powers/#disqus_thread" data-disqus-identifier="cache/posts/2008/06/27/recent-reading-tim-powers.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<ul class="simple">
<li>
<p><cite>Powers of Two</cite>, copyright 2004 by Tim Powers, NESFA Press, 2004;
ISBN: 1-886778-51-5.</p>
<ul>
<li><p><cite>The Skies Discrowned</cite>, copyright 1976 by Tim Powers, published by
Laser Books; republished in slightly different form as <cite>Forsake
the Sky</cite> by Tor Books, 1986.</p></li>
<li><dl class="simple">
<dt>
<cite>Epitaph in Rust</cite>, copyright 1976 by Tim Powers, published by</dt>
<dd>
<p>Laser Books; republished in corrected form as <em>An Epitaph in
Rust</em> by NESFA Press, 1989.</p>
</dd>
</dl></li>
</ul>
</li>
</ul>
<p>These early novels by Tim Powers show little of the reality twisting
genius of his later novels, but were still enjoyable.</p>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/recent-reading/" rel="tag">recent reading</a></li>
<li><a class="tag p-category" href="categories/science-fiction/" rel="tag">science fiction</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/06/24/recent-reading-elliscassady-powers/" class="u-url">Recent Reading: Ellis/Cassady; Powers</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/06/24/recent-reading-elliscassady-powers/" rel="bookmark"><time class="published dt-published" datetime="2008-06-24T00:00:00-05:00" title="2008-06-24 00:00">2008-06-24 00:00</time></a></p>
<p class="commentline"> <a href="posts/2008/06/24/recent-reading-elliscassady-powers/#disqus_thread" data-disqus-identifier="cache/posts/2008/06/24/recent-reading-elliscassady-powers.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<ul>
<li>
<p><cite>Planetary: Archaeologists of the Impossible</cite>, Book 1: <cite>All over the
World and Other Stories</cite>; writer: Warren Ellis, Artist: John
Cassaday, Colorist: Laura Depuy with David Baron and WildStorm FX;
copyright 2000 Wildstorm Productions; originally published in
magazine format as <cite>Planetary</cite> #1–6 and <cite>Planetary Preview</cite>,
copyright 1998, 1999 Wildstorm Productions, an imprint of DC Comics;
ISBN 1-56389-648-6.</p>
<p>It's been quite a while since I've read anything approaching a
superhero comic with any regularity. This is probably as close as
I've come. Very good. I'll probably have to find and read the rest
of the compilations.</p>
</li>
<li>
<p><cite>The Bible Repairman</cite>, copyright 2005 by Tim Powers; Subterranean
Press, 2nd printing; ISBN 1-59606-046-8.</p>
<p>A slim pamphlet, containing one of Tim Powers' typically weird
stories.</p>
</li>
<li>
<p><cite>A Soul in a Bottle</cite>, copyright 2006 by Tim Powers; Subterranean
Press, 1st edition, 2006; ISBN 987-1-59606-075-3.</p>
<p>A slim book with another of Tim Powers' typically weird stories.</p>
</li>
</ul>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/comics/" rel="tag">comics</a></li>
<li><a class="tag p-category" href="categories/recent-reading/" rel="tag">recent reading</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
<li><a class="tag p-category" href="categories/weird/" rel="tag">weird</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/06/21/toon-2008-06-21/" class="u-url">Actual Play: Toon</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/06/21/toon-2008-06-21/" rel="bookmark"><time class="published dt-published" datetime="2008-06-21T18:41:17-05:00" title="2008-06-21 18:41">2008-06-21 18:41</time></a></p>
<p class="commentline"> <a href="posts/2008/06/21/toon-2008-06-21/#disqus_thread" data-disqus-identifier="cache/posts/2008/06/21/toon-2008-06-21.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<p>We got to play <a class="reference external" href="http://www.sjgames.com/toon/">Toon</a> a week before the July 4th holiday week.</p>
<section id="part-1-character-creation"><h2>Part 1: Character Creation</h2>
<p>On Staturday the <a class="reference external" href="categories/cat_gaming/actual-play/the-kids/">kids</a> made characters while I used one of the <em>Toon</em>
Adventure Generators to generate some adventure ideas and looked for
interesting NPCs in the <em>Toon</em> books. T.A. created a helpful ghost
named Jim and took ghostbusters as his natural enemies. I'd rolled the
location to be a haunted house, so I told L.B. and E.A. they were
ghostbusters and gave them a ghost trap and proton guns, and told
T.A. that he was one of the ghosts haunting the house, a former
sailor, “Salty Jim the Ghost” <a class="footnote-reference brackets" href="posts/2008/06/21/toon-2008-06-21/#only-temporary" id="footnote-reference-1" role="doc-noteref"><span class="fn-bracket">[</span>1<span class="fn-bracket">]</span></a>. T.A. was worried
that L.B. and E.A. would spend the whole time ganing up on him
<a class="footnote-reference brackets" href="posts/2008/06/21/toon-2008-06-21/#hacknslash" id="footnote-reference-2" role="doc-noteref"><span class="fn-bracket">[</span>2<span class="fn-bracket">]</span></a>, so I told him that they would initially be at odds,
but later they would have to cooperate. E.A. created Tanny the Ballet
Bunny and took gardeners as her natural enemy, so I added a garden and
gardener/caretaker to the haunted mansion, although they didn't get
used very much. L.B. created Nicole the Chameleon. I decided they be
facing an alien invasion and the Dough Boys would be the minions of
the aliens.</p>
</section><section id="part-2-the-haunted-mansion"><h2>Part 2: The Haunted Mansion</h2>
<p>On Sunday we actually got to play. The ghost and the ghost busters
spent some time trying to make each other fall down, destroying much
of the foyer of the haunted mansion and turning up a plaque holding
the spirit of Prof Winterbottom, the missing owner of the mansion, who
in the course of a world spanning career had collected an enormous
collection of weird items from all over the globe and then disappeared
mysteriously. Once the initial player-vs-player slapstick had wound
down I had a delivery truck crash through the front porch
<a class="footnote-reference brackets" href="posts/2008/06/21/toon-2008-06-21/#man-w-a-gun" id="footnote-reference-3" role="doc-noteref"><span class="fn-bracket">[</span>3<span class="fn-bracket">]</span></a> and dump a load of cylinders of bread dough through
the front door of the house, which burst and combined into <em>Dough
Boys</em> from the <em>Toon</em> rulebook. The PCs then fled down a long
corridor (on roller skates?) and crashed down the steps into the
basement. I decided that the aliens would be extra-dimensional
octopus-faced Cthulhuoid monsters called “pluggoths” named for their
odd special effect of squeezing through any aperture (doors, mystic
portals, etc.) as if it were a plughole only an inch in diameter.
The pluggoths were using The Dough Boys to open a portal to to Earth
in the basement of Winterbottom's mansion, since it was the only
building with the necessary density of weirdness, and planning to
launch their invasion using the house as a base. Luckily the PCs were
hiding in the basement, and after the aliens did their inevitable
gloating and explanation of there plans to conquer the world and suck
out everybody's brains, it was up to the PCs to foil their schemes and
save the world. After some entertaining efforts by T.A.'s Salty Jim
using bottles from the wine cellar as simultaneously triggered
cork-guns and playing on the octopus-faced pluggoths' fear of
fishermen things moved on to a climax. E.A.'s Tanny the Ballet Bunny
had, unbeknownst to me, taken <strong>dynamite</strong> one of her possessions and
in a move echoing all those desperate <em>Call of Cthulhu</em> characters
proceeded to set an explosive trap for the pluggoths and the Dough
Boys. Unfortunately, she failed her <em>Set/Disarm Trap</em> roll and the
resulting explosion completely destroyed the entire mansion, flinging
the PCs and Prof. Winterbottom's plaque high into the air. Luckily
the pluggoths and their extra-dimensional portal did not survive the
blast. All the PCs <em>Fell Down</em>, and Tanny fell down out of the sky
through the Gardener's chimney and right into his stewpot. The End.</p>
</section><section id="remarks"><h2>Remarks</h2>
<p>I find <em>Toon</em> to be difficult to run: I feel a lot of pressure to keep
up the wacky slapstick humor we're familiar with from Bugs Bunny, the
Roadrunner, or Tom and Jerry, and frankly that's hard. Moreover, I
find it hard to think up things to do. Thank goodness <em>Toon</em> has a
number of “Adventure Generators”; they really help me come up with
ideas. In any case, this episode became more and more a slapstick
Bugs Bunny cartoon Call of Cthulhu episode as it went on, with creepy
voices and noises and villains whose ambitions were only overmatched
by their slapstick weaknesses: I worked hard to keep things at a
Scooby Doo <a class="footnote-reference brackets" href="posts/2008/06/21/toon-2008-06-21/#first-three-seasons-only" id="footnote-reference-4" role="doc-noteref"><span class="fn-bracket">[</span>4<span class="fn-bracket">]</span></a> level of creepiness, saving
only that the monsters weren't people in disguise but silly cartoon
creatures. I was aiming at Bugs Bunny visuals and Scooby Doo
creepyness factor, but not forgetting the Tom and Jerry slapstick and
the Scooby Doo chase scene goofiness.</p>
<p>I wonder if <em>Toon</em> would be easier or harder with adult players?</p>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="categories/cat_gaming/actual-play/the-kids/">timewarp</a> post.</p>
</aside><aside class="footnote-list brackets"><aside class="footnote brackets" id="only-temporary" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/06/21/toon-2008-06-21/#footnote-reference-1">1</a><span class="fn-bracket">]</span></span>
<p>T.A. wanted to make sure that his character
could be other kinds of ghosts in other games, which I thought fit
in well with the many examples of recurring cartoon characters
taking on different roles in different episodes, so I assured him
that the “Salty” part of “Salty Jim the Ghost” was only for this
episode. I also gave him some temporary <em>Shticks</em> to help his
ghost role.</p>
</aside><aside class="footnote brackets" id="hacknslash" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/06/21/toon-2008-06-21/#footnote-reference-2">2</a><span class="fn-bracket">]</span></span>
<p>T.A.'s very much into hack-n-slash and kill the
monsters, and like the other kids hasn't internalized Toon's
Tom-and-Jerry-like “conflict between players is fun” attitude, yet.</p>
</aside><aside class="footnote brackets" id="man-w-a-gun" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/06/21/toon-2008-06-21/#footnote-reference-3">3</a><span class="fn-bracket">]</span></span>
<p>Who needs a man with a gun to burst through a
door, when you can have a whole truckload of bread dough cylinders
burst through and explode?</p>
</aside><aside class="footnote brackets" id="first-three-seasons-only" role="doc-footnote"><span class="label"><span class="fn-bracket">[</span><a role="doc-backlink" href="posts/2008/06/21/toon-2008-06-21/#footnote-reference-4">4</a><span class="fn-bracket">]</span></span>
<p>The first three seasons of Scooby
Doo only, thank you.</p>
</aside></aside></section><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/actual-play/" rel="tag">actual-play</a></li>
<li><a class="tag p-category" href="categories/rpg/" rel="tag">rpg</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
<li><a class="tag p-category" href="categories/toon/" rel="tag">toon</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/06/16/recent-reading-newman/" class="u-url">Recent Reading: Newman</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/06/16/recent-reading-newman/" rel="bookmark"><time class="published dt-published" datetime="2008-06-16T00:00:00-05:00" title="2008-06-16 00:00">2008-06-16 00:00</time></a></p>
<p class="commentline"> <a href="posts/2008/06/16/recent-reading-newman/#disqus_thread" data-disqus-identifier="cache/posts/2008/06/16/recent-reading-newman.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<ul>
<li>
<p><cite>The Secret Files of the Diogenes Club</cite>, copyright 2007 by Kim
Newman; MonkeyBrains Books; ISBN 1-932265-27-9.</p>
<p>A delightful collection of alternative reality tales from Kim
Newman. I wish the predecessor was available for a reasonable
price.</p>
</li>
</ul>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/recent-reading/" rel="tag">recent reading</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
<li><a class="tag p-category" href="categories/weird/" rel="tag">weird</a></li>
</ul></nav>
</div>
</article><article class="blog-post h-entry post-text"><header><h2 class="p-name entry-title blog-post-title"><a href="posts/2008/06/14/recent-reading-stover-part2/" class="u-url">Recent Reading: Stover</a></h2>
<div class="metadata blog-post-meta">
<p class="byline author vcard"><span class="byline-name fn">T. Kurt Bond</span></p>
<p class="dateline"><a href="posts/2008/06/14/recent-reading-stover-part2/" rel="bookmark"><time class="published dt-published" datetime="2008-06-14T00:00:00-05:00" title="2008-06-14 00:00">2008-06-14 00:00</time></a></p>
<p class="commentline"> <a href="posts/2008/06/14/recent-reading-stover-part2/#disqus_thread" data-disqus-identifier="cache/posts/2008/06/14/recent-reading-stover-part2.html">Comments</a>
</p>
</div>
</header><div class="e-content entry-content">
<ul>
<li>
<p><cite>Jerico Moon</cite>, copyright 1998 by Matthew Woodring Stover; ROC/The
Penguin Group, April 1998; ISBN 0-451-45678-5.</p>
<p>An excellent historical fantasy.</p>
</li>
</ul>
<aside class="admonition note"><p class="admonition-title">Note</p>
<p>This is a <a class="reference external" href="posts/2008/07/07/new-blog-first-post/">timewarp</a> post.</p>
</aside><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="categories/fantasy/" rel="tag">fantasy</a></li>
<li><a class="tag p-category" href="categories/historical/" rel="tag">historical</a></li>
<li><a class="tag p-category" href="categories/recent-reading/" rel="tag">recent reading</a></li>
<li><a class="tag p-category" href="categories/timewarp/" rel="tag">timewarp</a></li>
</ul></nav>
</div>
</article>
</div>
<nav class="postindexpager"><ul class="pager">
<li class="previous">
<a href="index-38.html" rel="prev">Newer posts</a>
</li>
<li class="next">
<a href="index-36.html" rel="next">Older posts</a>
</li>
</ul></nav><script>var disqus_shortname="lacking-natural-simplicity";(function(){var a=document.createElement("script");a.async=true;a.src="https://"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script>
</div>
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p>Lacking Natural Simplicity is one, not particularly flattering,
definition of sophisticated.
This blog chronicles my journey through our at times too complicated
and sophisticated world. </p>
</div>
<div class="sidebar-module">
<p>This site uses no cookies directly, but I expect the <a href="https://disqus.com/">Disqus</a> comments use cookies at disqus.com.</p>
<h4>Links</h4>
<ol class="list-unstyled">
<li><a href="pages/about-the-blog/index.html">About the Blog</a></li>
<li><a href="pages/colophon/index.html">Colophon</a></li>
<li><a href="pages/typographical-conventions/index.html">Typographical Conventions</a></li>
<li><a href="pages/static-pages-index/index.html">Pages</a></li>
<li>
<a href="http://tkb.tx0.org/">My tx0.org web page</a>
<br> Mostly empty
</li>
<li>
<a href="http://consp.org/">consp.org</a>
<br> Rises from the dead!
<br> <a href="http://consp.org/blog/blog.html">microblog</a>
</li>
</ol>
</div>
</div>
<!--End of body content-->
</div>
</div>
</div>
<footer class="blog-footer" id="footer">
Contents © 2024 <a href="mailto:[email protected]">T. Kurt Bond</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
</footer><script src="assets/js/all-nocdn.js"></script><!-- fancy dates --><script>
moment.locale("en");
fancydates(0, "YYYY-MM-DD HH:mm");
</script><!-- end fancy dates --><script>
baguetteBox.run('div#content', {
ignoreClass: 'islink',
captions: function(element) {
return element.getElementsByTagName('img')[0].alt;
}});
</script>
</body>
</html>