This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Random Character Generator</title> | |
<style> | |
pre { | |
background-color: #f0f0f0; | |
padding: 10px; | |
font-family: monospace; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' College1. | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" /> |