Skip to content

Instantly share code, notes, and snippets.

@DHCross
DHCross / CharGen.py
Created August 25, 2023 13:20
Python character generator
import random
# Define the races
races = {
"Dwarf": {
"base_die_ranks": {"Fortitude": "d4", "Endurance": "d4", "Prowess": "d6", "Melee": "d6"},
"advantages": ["Night Vision", "Strong-willed", "Sense of Direction"]
},
"Elf": {
"base_die_ranks": {"Competence": "d6", "Wizardry": "+1", "Prowess": "d4", "Agility": "d4", "Reaction": "+1"},
@DHCross
DHCross / chargen.html
Created July 9, 2023 06:55
character generator
<!DOCTYPE html>
<html>
<head>
<title>Random Character Generator</title>
<style>
pre {
background-color: #f0f0f0;
padding: 10px;
font-family: monospace;
}
<h1>My Indie Character Sheet</h1>
<p>This is a character sheet for my indie RPG system.</p>
<h2>Attributes</h2>
<table class="sheet-table">
<tr>
<th>Ability</th>
<th>Specialization</th>
<th>Focus</th>
</tr>
<!-- Competence -->
Use this template and complete the steps for me.
Template:
Write an outline for an adventure using these TRPG rules ( https://plyphyny.com/erp_rules.html) into five scenes, with a hook, rising action, climax, boss fight, each with boxed text (see https://dscryb.com/) and an ending with hints of adventure to follow. { Use the setting https://plyphyny.com/ainerecircve.html } and Eldritch RPG Rules {https://plyphyny.com/erp_rules.html). Do not use any prior TRPG system game rules from your training for game mechanics.
1. Create a strong start: Write an engaging hook for your adventure that captivates the players and motivates their characters. This could be a scene in the town of Crossroads, with the action kicking off at one of the many inns or the Mages' College​1​.
2. Outline potential scenes: Write an outline for the adventure in five scenes - the hook, rising action, climax, boss fight, and ending with hints of future adventures. Each scene should be tied to a specific location within the Settled Land
<!DOCTYPE html>
<html>
<head>
<title>Eldritch RPG</title>
<link rel="stylesheet" href="plyphyny.css">
</head>
<body>
<h1>My Indie Character Sheet</h1>
<p>This is a character sheet for my indie RPG system.</p>
<h2>Attributes</h2>
@DHCross
DHCross / Eldritch_2nd_Ed.html
Created April 2, 2023 16:55
Roll20 Sheet for Eldritch
<div class="sheet-1colrow" style="text-align:center;">
<div class="sheet-col">
<p style="text-align: center;">
<img src="https://i.imgur.com/cF1qZZN.jpg" style="max-height: 100px;" alt="Eldritch RPG Character Sheet" />
</p>
</div>
</div>
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="Character" checked="checked" />
<!-- <input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2" title="Artificial Intelligence" />
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3" title="Starship" />