Skip to content

Instantly share code, notes, and snippets.

View kinostl's full-sized avatar
🐙
Hrnnngh, Linki.

Zone Booth kinostl

🐙
Hrnnngh, Linki.
View GitHub Profile
@kinostl
kinostl / walnut.md
Last active November 15, 2019 21:44
Walnut, a magical setting

So. Heres the backstory for the setting: A Wizard Did It.

Heres the long version:

One day, a nameless wizard realized he didn't have much time left, and he still didn't have a magnum opus. So he used what he had. His library, his magic, and a walnut. He crammed all his magic, and all his media into the walnut. Then he shot it into space.

It found a nice demiplane and took root. From there, the very very long spell began. First it formed a library. That library defined the world around it, and was in turn defined by the world around it. Then it grew a grand tree. From there a few civilizations were seeded by the medias shoved into the walnut.

This library's most important book is its World Book. A book that is the story of itself. The library has reference biographies of every living being in the demiplane.

  • Suspend: A chip is suspended
  • Reflect: Use a used chip to reflect any enemy attack.
  • Exploit: Get the enemy to fail an OOC action.
  • Extend: Get closer to an object.
  • Sink: Drain an adjacent structure or piece of terrain.
  • Maintain: Stay with one piece of terrain.
  • Throw: Make an object do something automatically.
  • Diversion: Turn one nearby piece of terrain into a Dive dummy. These dummies can be used to dive deep underwater or to reach high ground with ease. (Taken from " Unseen " in Ultimate Spider-Man)
  • Replaced: Create a new piece of terrain or structure the target is not already on.
  • Surveillance: Get a good view of target's current location and activities.
@kinostl
kinostl / MUSE Notes.md
Last active September 26, 2019 17:20
MUSE. Multi-User Story Engine. An online collaborative roleplaying system.

So I've been futzing with my own type of MU* Server.

This is my design doodle for it. Its called MUSE. Multi-User Story Engine.

when you log in you see people that are online that you have unfinished chapters with.

You have several options.

Start character - MUSE uses a level 0/level 1 account split. Characters are level 1 accounts.
Edit character

@kinostl
kinostl / Corruption RPG Sheet.md
Last active September 16, 2019 03:32
A roleplaying game for stories about people becoming corrupted by dark forces.

Stats

Stat Value
Name
Corruption Tier 1
Corruption 0

Transformations

@kinostl
kinostl / nickflag.pl
Last active August 29, 2019 07:28
Assign a three color chevron for each nick
use strict;
use Irssi 20020101.0250 ();
use Digest::MD5 qw(md5_hex);
use vars qw($VERSION %IRSSI);
$VERSION = "1.0";
%IRSSI = (
authors => "minty_cream#4261",
contact => "minty_cream#4261",
name => "Nick Flag",