Edison: Difference between revisions

From TowersWiki

(Created page with "In progress")
 
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
In progress
__NOTOC__
 
{{#css:
@import 'https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700';
 
 
    img {
        margin-bottom: -5px;
      }
 
      table {
        padding: 0 1.2em;
      }
 
      tr {
        margin: 0.2rem 0;
      }
 
      td {
        width: 50%;
      }
 
      .hooks-table td,
      .contacts-table td {
        width: auto;
      }
 
      .hooks-table td:nth-child(1) {
        width: 25%;
      }
 
      .contacts-table td:nth-child(1) {
        width: 35%;
      }
 
      table tr td:nth-child(1) {
        font-weight: 600;
      }
 
      h2.label {
        margin-bottom: 0.5rem;
      }
 
      .color-main {
        color: #7D7E83;
      }
 
      .color-shade-light,
      .color-shade-light td {
        color: #f4f1ef;
      }
 
      .contacts-table a {
        color: #f4f1ef !important;
      }
 
      .color-bg-light {
        background-color: #f4f1ef;
      }
 
      .color-accent-light {
        color: #958d89;
      }
 
      .color-shade-dark {
        color: #3d8b3f;
      }
 
      .color-bg-dark {
        background-color: #3d1106;
      }
 
      .color-accent-dark {
        color: #3d1106;
      }
 
      .color-border-light {
        border-color: #f4f1ef;
      }
 
      .w-100 {
        width: 100%;
      }
 
      .m-auto {
        margin: auto;
      }
 
      .ph-1 {
        padding: 0 1rem;
      }
 
      .flex {
        display: flex;
      }
 
      .flex-col {
        flex-direction: column;
      }
 
      .justify-center {
        justify-content: center;
      }
 
      .text-center {
        text-align: center;
      }
 
      .show-mobile {
        display: none;
      }
 
      .heroImage img {
        width: 100%;
        height: auto;
      }
 
      #topImage {
        border-bottom-width: 0.5rem;
        border-color: #111;
        border-style: solid;
      }
 
      .container {
        font-family: 'Amatic SC', sans-serif;
        font-size: 25px;
        width: calc(100% - 2rem);
        border-width: 1rem;
        border-color: #111;
        border-style: solid;
      }
 
      .section {
        padding: 1rem;
      }
 
      .info-section {
        width: 30%;
        border-right-width: 0.5rem;
        border-top-width: 0;
        border-left-width: 0;
        border-color: #111;
        border-style: solid;
        padding-bottom: 1rem;
      }
 
      .info-section table {
        width: 100%;
      }
 
      .info-portrait img {
        margin-bottom: 1rem;
      }
 
      .bio-section {
        width: 70%;
      }
 
      #logs-section a {
        color: #31282a;
      }
 
      #logs-section ul {
        display: flex;
        flex-wrap: wrap;
      }
 
      #logs-section li {
        width: 50%;
      }
 
      .gallery-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
 
      .gallery-container img {
        max-width: 260px;
        height: auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin: 10px;
        -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75);
        webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75);
      }
 
      .gallery-container img:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        cursor: pointer;
      }
 
      @media only screen and (max-width: 480px) {
        .hide-mobile {
          display: none;
        }
 
        .show-mobile {
          display: block;
        }
 
        .section {
          padding: 1rem 0;
        }
 
        #top-section {
          flex-direction: column;
        }
 
        .info-section,
        .bio-section {
          width: 100%;
        }
 
        .info-section {
          border-width: 0;
          border-style: none;
        }
 
        .hooks-table td:nth-child(1) {
          width: 35%;
        }
      }
</css>
}}
 
<div class="container color-bg-dark">
      <div class="heroImage w-100 hide-mobile" id="topImage">[[File:Edison1.png]]</div>
 
      <div id="top-section" class="flex w-100">
        <div class="info-section flex flex-col color-bg-light">
          <div class="w-100 info-portrait">[[File:Edison2.png|300px]]</div>
          <table>
            <tr>
              <td>Full Name:</td>
              <td>Emily Edison</td>
            </tr>
            <tr>
              <td>Position:</td>
              <td>Mechanic Tinkerer</td>
            </tr>
            <tr>
              <td>Demeanor:</td>
              <td>Optimist</td>
            </tr>
          </table>
          <hr class="color-accent-light" />
          <table>
          <tr>
              <td>Sphere:</td>
              <td>Shifter</td>
            </tr>
            <tr>
              <td>Type:</td>
              <td>Ratkin</td>
            </tr>
<tr>
              <td>Rite Name:</td>
              <td>Pseudoephedrine</td>
            </tr>
            <tr>
              <td>Aspect</td>
              <td>Engineer</td>
            </tr>
          </table>
          <hr class="color-accent-light" />
          <table>
            <tr>
              <td>Height:</td>
              <td>5'4"</td>
            </tr>
            <tr>
              <td>Weight:</td>
              <td>121 lb.</td>
            </tr>
            <tr>
              <td>Hair:</td>
              <td>Chestnut</td>
            </tr>
<tr>
              <td>Eyes:</td>
              <td>Brown</td>
            </tr>
            <tr>
              <td>Apparent Age:</td>
              <td>Mid 20's</td>
            </tr>
          </table>
 
          <div class="w-100" style="height: 153px;">[[File:EdisonEyes.gif|300px]]</div>
        </div>
 
        <div class="w-100 show-mobile">[[File:Edison1.png]]</div>
 
       
        <div class="bio-section flex flex-col section">
          <h2 class="label color-shade-light text-center" style="color: white; font-family: 'Amatic SC', sans-serif;font-size:92px;">Ignition</h2>
          <hr class="color-shade-light" />
          <div class="color-shade-light ph-1" style="font-family: 'Amatic SC', sans-serif;font-size:28px;">
         
          <p>
Emily Edison grew up in London, spending most of her time in her father's machine shop, where she developed a love for fixing things. Her natural curiosity drove her to take apart and rebuild machines, always looking for ways to improve them. In school, she focused on science and math, excelling in subjects that fed her analytical mind, even joining the chess club for its strategic challenges. After her father’s death, she took over the shop, continuing to work on projects while exploring both legal and underground jobs. Her time in college was brief, as her stubbornness and clashes with professors led her back to hands-on work, where she thrived.</p><p>
 
Known to her friends as "Edison" or simply "Eddy," she’s always been the one to solve problems, whether mechanical or personal. Though highly skilled, her racing thoughts often cause her to talk too much when nervous, especially when explaining complex ideas. Driven by the belief that society is controlled by powerful corporations, Eddy is determined to use her talents to push back against the system. She views innovation as the key to breaking free from corporate control and spends her days trying to create a better future through her inventions.
</p>
 
 
 
          </div>
        </div>
 
      </div>
 
      <div class="heroImage w-100">[[File:Edison3.jpg]]</div>
 
      <div class="section color-bg-light" style="font-family: 'Amatic SC', sans-serif;font-size:30px;">
        <h2 class="label color-shade-dark color-bg-light text-center" style="font-family: 'Amatic SC', sans-serif;font-size:40px;" >
          Roleplay Hooks
        </h2>
 
        <table class="hooks-table" style="font-size:25px;">
          <tr>
            <td>Machine Shop </td>
            <td style="font-family: 'Amatic SC', sans-serif;">Edison runs her dad's old shop.  Gearhead Machine Shop in Isle of Dogs.  Come visit.  If it motor, engine or gear, she can fix it up.</td>
          </tr>
          <tr>
            <td>Street Rat</td>
            <td style="font-family: 'Amatic SC', sans-serif;">Edison gets around London either on her motorbike or on foot but is a kid of the street, always scrounging for parts.</td>
          </tr>
  <tr>
  <td>Curiosity Killed the <s>Cat</s> Rat</td>
  <td>Edison gets into a little bit of everything.  Once her attention is captured, she is off to figure out more about it.</td>
  </tr>
  <tr>
  <td>Thameswalker</td>
  <td>She has thrown a bit of ingenuity into her search for scrap metal, parts, and things to clean up to reuse.  By throwing on a converted old divers suit, she scours the riverbed of the Thames for treasures.  She has made some alterations to keep from getting stuck in the silt.</td>
  </tr>
        </table>
      </div>
 
      <div class="heroImage w-100">[[File:EdisonRat.jpg]]</div>
 
      <div class="section color-bg-dark color-shade-light">
        <h2 class="label text-center" style="font-family: 'Amatic SC', sans-serif;font-size:40px;color: white;">Soundtrack</h2>
 
        <table class="contacts-table" style="font-size:20px;">
          <tr>
            <td>Bush </td>
            <td>''[https://www.youtube.com/watch?v=5WPbqYoz9HA Machinehead]''</td>
          </tr>
          <tr>
            <td>Nine Inch Nails </td>
            <td>''[https://www.youtube.com/watch?v=PTFwQP86BRs Closer]''</td>
          </tr>         
      <tr>
            <td>Ministry </td>
            <td>''[https://www.youtube.com/watch?v=lhLd18Xg6x0 Thieves]''</td>
          </tr>     
      <tr>
            <td>Smashing Pumpkins</td>
            <td>''[https://www.youtube.com/watch?v=8-r-V0uK4u0 Bullet With Butterfly Wings]''</td>
          </tr>   
        </table>
      </div>
 
      <div class="section color-bg-dark color-shade-light">
        <h2 class="label text-center" style="font-family: 'Amatic SC', sans-serif;font-size:40px;color: white;">Contacts</h2>
 
        <table class="contacts-table" style="font-size:20px;">
          <tr>
            <td>[[Person|Person]]</td>
            <td>Stuff</td>
          </tr>
        </table>
      </div>
 
      <div class="heroImage w-100">[[File:Edison6.webp]]</div>
 
      <div class="section color-bg-dark color-shade-light" id="gallery-section">
        <h2 class="label text-center" style="font-family: 'Amatic SC', sans-serif;font-size:32px; color: white;font-size:40px;">Gallery</h2>
        <div class="gallery-container">[[File:Edison9.webp]]</div>
        <div class="gallery-container">[[File:Edison7.webp]]</div>
        <div class="gallery-container">[[File:Edison4.jpg]]</div>
 
      </div>
    </div>
 
{{Played by
| Character name = Emily Edison
| Model name = Cailee Spaeny
| Sample =  Edison2.png
}}
 
[[Category:Characters]][[Category:Active PC]]

Latest revision as of 16:11, 11 November 2024



Full Name: Emily Edison
Position: Mechanic Tinkerer
Demeanor: Optimist

Sphere: Shifter
Type: Ratkin
Rite Name: Pseudoephedrine
Aspect Engineer

Height: 5'4"
Weight: 121 lb.
Hair: Chestnut
Eyes: Brown
Apparent Age: Mid 20's


Ignition


Emily Edison grew up in London, spending most of her time in her father's machine shop, where she developed a love for fixing things. Her natural curiosity drove her to take apart and rebuild machines, always looking for ways to improve them. In school, she focused on science and math, excelling in subjects that fed her analytical mind, even joining the chess club for its strategic challenges. After her father’s death, she took over the shop, continuing to work on projects while exploring both legal and underground jobs. Her time in college was brief, as her stubbornness and clashes with professors led her back to hands-on work, where she thrived.

Known to her friends as "Edison" or simply "Eddy," she’s always been the one to solve problems, whether mechanical or personal. Though highly skilled, her racing thoughts often cause her to talk too much when nervous, especially when explaining complex ideas. Driven by the belief that society is controlled by powerful corporations, Eddy is determined to use her talents to push back against the system. She views innovation as the key to breaking free from corporate control and spends her days trying to create a better future through her inventions.


Roleplay Hooks

Machine Shop Edison runs her dad's old shop. Gearhead Machine Shop in Isle of Dogs. Come visit. If it motor, engine or gear, she can fix it up.
Street Rat Edison gets around London either on her motorbike or on foot but is a kid of the street, always scrounging for parts.
Curiosity Killed the Cat Rat Edison gets into a little bit of everything. Once her attention is captured, she is off to figure out more about it.
Thameswalker She has thrown a bit of ingenuity into her search for scrap metal, parts, and things to clean up to reuse. By throwing on a converted old divers suit, she scours the riverbed of the Thames for treasures. She has made some alterations to keep from getting stuck in the silt.

Soundtrack

Bush Machinehead
Nine Inch Nails Closer
Ministry Thieves
Smashing Pumpkins Bullet With Butterfly Wings

Contacts

Person Stuff