Editing User:Lavaeolus

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
I'm '''Lavaeolus'''. If you need to talk to me I'm currently on the Discord!
<includeonly>{{PageSeo
| title = {{{name|{{PAGENAME}}}}}
| keywords = {{{seo-keywords}}}
| description = {{{seo-description}}}
| image = {{{image}}}
}}
{{CharacterInfo
|title = {{{title|}}}
|name = {{{name|{{PAGENAME}}}}}
|image = {{#if:{{{image|}}}|[[File:{{{image}}}|{{{image-width|350}}}px]]}}
|level = {{{level|}}}
|STR = {{{STR|}}}
|DEX = {{{DEX|}}}
|CON = {{{CON|}}}
|INT = {{{INT|}}}
|WIS = {{{WIS|}}}
|CHA = {{{CHA|}}}
|race = {{Race|{{{race|}}}}}
|type = {{{type|}}}
|HP = {{{HP|}}}
|AC = {{{AC|}}}
|speed = {{#if:{{{speed-m|}}}{{{speed-ft|}}}|{{{speed-m|? }}}{{nbts}}m / {{{speed-ft|? }}}{{nbts}}ft}}
|size = {{{size|}}}
|weight = {{#if:{{{weight-kg|}}}{{{weight-lbs|}}}|{{{weight-kg|? }}}{{nbts}}kg / {{{weight-lbs|? }}}{{nbts}}lbs}}
|proficiency = {{{proficiency|}}}
|initiative = {{{initiative|}}}
|passive = {{{passive|}}}
|bludgeoning = {{{bludgeoning|}}}
|piercing = {{{piercing|}}}
|slashing = {{{slashing|}}}
|acid = {{{acid|}}}
|cold = {{{cold|}}}
|fire = {{{fire|}}}
|force = {{{force|}}}
|lightning = {{{lightning|}}}
|necrotic = {{{necrotic|}}}
|poison = {{{poison|}}}
|psychic = {{{psychic|}}}
|radiant = {{{radiant|}}}
|thunder = {{{thunder|}}}
|class = {{{class|}}}
|background = {{{background|}}}
|location = {{#invoke:ParseList|main|{{{location|}}}|makeLinks=yes|type=simpleList}}
|faction = {{#if: {{{faction|}}} | [[{{{faction|}}}]] }}
|family = {{{family|}}}
|allies = {{{allies|}}}
|enemies = {{{enemies|}}}
|alt-name = {{{alt-name|}}}
|alt-image = {{#if:{{{alt-image|}}}|[[File:{{{alt-image}}}|{{{alt-image-width|350}}}px]]|}}
}}{{#if:{{{quote|}}}|
{{Q|{{{quote}}}|{{{quote-desc}}}}}
}}
{{{introduction}}} {{#if:{{{conditions|}}}|
 
== Conditions ==
{{{conditions}}}
}} {{#if:{{{items-sold|}}}|
 
== Notable Items Sold ==
{{{items-sold}}}
}} {{#if:{{{loot|}}}|
 
== Notable Loot ==
{{{loot}}}
}} {{#if:{{{quests|}}}|
 
== Related Quests ==
{{{quests}}}
}} {{#if:{{{prologue|}}}|
 
== Prologue ==
{{{prologue}}}
}} {{#if:{{{chapter-one|}}}|
 
== Chapter One ==
{{{chapter-one}}}
}} {{#if:{{{chapter-two|}}}|
 
== Chapter Two ==
{{{chapter-two}}}
}} {{#if:{{{chapter-three|}}}|
 
== Chapter Three ==
{{{chapter-three}}}
}} {{#if:{{{trivia|}}}|
 
== Trivia ==
{{{trivia}}}
}} {{#if:{{{gallery|}}}|
 
{{clear}}
==Gallery==
{{{gallery}}}
}}
 
{{CharactersNavbox|{{#if:{{{chapter-one|}}}|one|{{#if:{{{chapter-two|}}}|two|{{#if:{{{chapter-three|}}}|three}}}}}}}}
{{#if:{{{race|}}}|[[Category: {{#invoke:ParseList|main|{{MainRace|{{{race}}}}}|makePlural=yes}}]]}}
{{#if:{{{type|}}}|[[Category: {{#invoke:ParseList|main|{{{type}}}|makePlural=yes}}]]}}
{{#if:{{{class|}}}|[[Category: {{#invoke:ParseList|main|{{MainClass|{{{class}}}}}|makePlural=yes}}]]}}
{{#if:{{{faction|}}}|[[Category: {{{faction|}}}]]}}
{{#if:{{{prologue|}}}|[[Category: Characters in the Prologue]]}}
{{#if:{{{chapter-one|}}}|[[Category: Characters in Chapter One]]}}
{{#if:{{{chapter-two|}}}|[[Category: Characters in Chapter Two]]}}
{{#if:{{{chapter-three|}}}|[[Category: Characters in Chapter Three]]}}
</includeonly><noinclude>
{{UnderConstruction}}
 
This template generates entire pages for individual characters in the game.
 
Following is an example of usage with all possible template parameters shown. This describes a completely made-up character Gorion. For the result, see [[Template:CharacterPage/Example]].
 
Technically, each parameter is optional, but when creating a page, aim to fill out as many as possible (as long as they are relevant to the character).
 
Depending on whether the Prologue and/or Chapter One, Two, and Three sections are present, the template will automatically assign pages to the categories relevant to them (such as [[:Category:Characters in Chapter One]]). It will also automatically assign categories based on race, creature type, class, and faction. The only category that needs to be added manually are [[:Category:Companions]] and [[:Category:Bosses]] as they cannot be automated.
 
The template will also automatically expand the [[Template:CharactersNavbox]] navbox at the bottom of the page to the Chapter where the character first appears.
 
<pre>
{{CharacterPage
|name=Gorion
|image=Withers-face.png
|image-width=350 <!-- Default value: 350. Should usually not be included; only use if the image has very abnormal proportions. -->
|seo-keywords=template, example
|seo-description=This is an example implementation of the {{CharacterPage}} template. On an actual page, use this parameter to write a short description that will show up in search results!
|title=Dead Mentor
|level=13
|STR=11
|DEX=12
|CON=13
|INT=14
|WIS=15
|CHA=8
|race=Half-Orc <!-- See [[Template:Race]] for documentation. -->
|type=Humanoid
|HP=0
|AC=10
|speed-m=9
|speed-ft=30
|size=Medium
|weight-kg=60
|weight-lbs=120
|proficiency=3
|initiative=+2
|passive={{IconLink|Darkvision Icon.png|Darkvision (Passive Feature)|Darkvision|size=24}}<br>[[Fey Ancestry]]
|bludgeoning=Vulnerable
|piercing=Vulnerable
|slashing=Vulnerable
|acid=Resistant
|cold=Resistant
|fire=Resistant
|force=Resistant
|lightning=Resistant
|necrotic=Resistant
|poison=Resistant
|psychic=Resistant
|radiant=Resistant
|thunder=Resistant
|class=Monk <!-- See [[Template:Class]] for documentation. -->
|background=Sage
|location=Riverside Teahouse, Shattered Sanctum
|faction = Followers of the Absolute
|family=[[The Dark Urge]] ''(ward)''
|allies=[[Jaheira]], [[Minsc]]
|enemies=[[Doni]]
|alt-name=3D Model
|alt-image=Spectator Model.png
|alt-image-width=200 <!-- Default: 350 -->
|quote=This is very unnerving, I know, but you must trust me. It is very important that you pack your possessions so that we may leave Candlekeep immediately. Hurry, for there is no time to tarry! The keep is well protected but not invulnerable.
|quote-desc=Gorion, not being useful
|introduction='''Gorion''' is a Half-Orc NPC in [[Baldur's Gate 3]]. A monk living in the [[Riverside Teahouse]], he enjoys frequent afternoon tea with his mate [[Auntie Ethel]], who, despite her name, is not actually his auntie.
 
In a staggering revelation, it is actually ''him'' who is ''her'' auntie. Didn't see that coming did ya!
|items-sold=It is said he stole these rings of some kid, but who cares, really.
* {{SmallIcon|Common Ring Icon.png}} [[Ring of Being Really Invisible]]
* {{SmallIcon|Common Ring Icon.png}} [[Ring of Infinite Wishes]]
* {{SmallIcon|Common Ring Icon.png}} [[Ring of Resistance to Ants]]
* {{SmallIcon|Common Ring Icon.png}} [[Ring of the Lekinesus]]
|loot=Funnily enough, the things you can loot from his dead Half-Orc body are exactly the same as the things he'd otherwise sold you!
* {{SmallIcon|Common Ring Icon.png}} [[Ring of Being Really Invisible]]
* {{SmallIcon|Common Ring Icon.png}} [[Ring of Infinite Wishes]]
* {{SmallIcon|Common Ring Icon.png}} [[Ring of Resistance to Ants]]
* {{SmallIcon|Common Ring Icon.png}} [[Ring of the Lekinesus]]
|quests=*[[Save the Goblin Sazza]]
|prologue=He didn't appear in the Prologue... or so he wants you to think.
|chapter-one=I already told you he appears in the Riverside Teahouse. What more do you want? A breakdown of his dialogue tree? You think I have the time for that?
|chapter-two=Why are you reading this instead of, y'know, playing the game?
|chapter-three=Still here, huh. Well, so am I.
|trivia=* Gorion was voiced by Timothée Chalamet, who replaces Meryl Streep from earlier games.
|gallery=<gallery heights=250px mode="packed">
Konstantin-porubov-priestess-gut.jpg|Concept art by Konstantin Porubov for Larian Studios
</gallery>
}}
</pre>
</noinclude>
Please note that all contributions to Baldur's Gate 3 Wiki are considered to be released under the CC BY-NC-SA license, except when noted otherwise (see BG3Wiki:Copyrights for details). If you do not want your writing to be edited and redistributed at will, do not submit it here. Per our Content Rules, you are promising that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)