Jump to content

Help:Orasian Names: Difference between revisions

From Adaris
Created page with "== Orathic Name Generator == To create an Orasian name: # Select or roll 1d12 on each table below. # Combine a '''Core Element''' with a '''Modifier''' to form a symbolic name. # Optionally, add a ceremonial suffix (e.g., ''of Zarkesh Hollow'', ''of the Deep Vault'') for formal titles. === Table A: Core Elements === {| class="wikitable" ! d12 !! Core Element !! Meaning |- | 1 || '''Thar''' || Stone / Foundation |- | 2 || '''Jek''' || Echo / Voice of the Past |- | 3 ||..."
 
No edit summary
Line 1: Line 1:
<div id="orathic-name"></div>
<button onclick="generateOrathicName()">Generate Orasian Name</button>
<script>
const coreElements = ["Thar", "Jek", "Morak", "Orak", "Surn", "Tahrûn", "Zhen", "Voll", "Tahr", "Kel", "Valh", "Oskaet"];
const modifiers = ["Lak", "Thak", "Hael", "Karun", "Neh", "Vak", "Zal", "Un", "Uth", "Kesh", "Drohn", "Mhal"];
function generateOrathicName() {
    const core = coreElements[Math.floor(Math.random() * coreElements.length)];
    const mod = modifiers[Math.floor(Math.random() * modifiers.length)];
    document.getElementById("orathic-name").innerText = core + "-" + mod;
}
</script>
== Orathic Name Generator ==
== Orathic Name Generator ==



Revision as of 00:21, 23 March 2025

<button onclick="generateOrathicName()">Generate Orasian Name</button>

<script> const coreElements = ["Thar", "Jek", "Morak", "Orak", "Surn", "Tahrûn", "Zhen", "Voll", "Tahr", "Kel", "Valh", "Oskaet"]; const modifiers = ["Lak", "Thak", "Hael", "Karun", "Neh", "Vak", "Zal", "Un", "Uth", "Kesh", "Drohn", "Mhal"];

function generateOrathicName() {

   const core = coreElements[Math.floor(Math.random() * coreElements.length)];
   const mod = modifiers[Math.floor(Math.random() * modifiers.length)];
   document.getElementById("orathic-name").innerText = core + "-" + mod;

} </script>

Orathic Name Generator

To create an Orasian name:

  1. Select or roll 1d12 on each table below.
  2. Combine a Core Element with a Modifier to form a symbolic name.
  3. Optionally, add a ceremonial suffix (e.g., of Zarkesh Hollow, of the Deep Vault) for formal titles.

Table A: Core Elements

d12 Core Element Meaning
1 Thar Stone / Foundation
2 Jek Echo / Voice of the Past
3 Morak Silence / Stillness
4 Orak Memory / Lore-stone
5 Surn Fracture / Trial
6 Tahrûn Living Stone / Awakened Earth
7 Zhen Crystal / Clarity
8 Voll Vein / Hidden Depth
9 Tahr Wall / Protector
10 Kel Core / Heart of Stone
11 Valh Wind-Scarred / Endured Change
12 Oskaet Oath / Sacred Bond

Table B: Modifiers

d12 Modifier Meaning
1 Lak Echo of...
2 Thak Formed under Pressure
3 Hael Born in Stillness
4 Karun Wind-Bound / Shaped by Change
5 Neh Guardian / Watcher
6 Vak Builder / Maker
7 Zal Split / Between Worlds
8 Un Breath / Life-force
9 Uth Enduring / Untouched
10 Kesh Flame-Struck / Refined by Fire
11 Drohn Deep-Rooted
12 Mhal Resonant / Harmonic Spirit

Example Names

  • Thar-Neh – “Stone Guardian”
  • Orak-Zal – “Memory Split” (a spiritual outcast)
  • Surn-Thak – “Fractured by Pressure” (a warrior or exile)
  • Tahrûn-Mhal – “Living Stone, Resonant One” (a council speaker)
  • Zhen-Kesh – “Crystal Refined by Fire” (a reborn artisan)