Advertisement
SoL_Alex

Untitled

Jan 21st, 2025
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.81 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <character>
  3.     <name>Gandalf</name>
  4.     <race>Dwarf</race>
  5.     <age>3057</age>
  6.     <birthplace>Mirkwood</birthplace>
  7.     <appearance>
  8.         <height>6 feet 8 inches</height>
  9.         <hair>White and long, with a flowing beard</hair>
  10.         <eyes>Blue</eyes>
  11.     </appearance>
  12.     <attributes>
  13.         <wisdom>Very High</wisdom>
  14.         <courage>Extremely High</courage>
  15.         <power>High</power>
  16.         <magic>Able to perform telepathy, speak with animals, and summon light</magic>
  17.         <teleportation>Can teleport short distances</teleportation>
  18.     </attributes>
  19.     <background>
  20.         <biography>Gandalf is one of the most powerful wizards in Middle-earth. He was born in the Second Age as a mortal man, but was given a ring of power by Sauron himself, though he later rejected it. He is known for his wisdom, courage, and his ability to lead others. Gandalf played a crucial role in the formation of the Fellowship of the Ring and was instrumental in the destruction of the One Ring.</biography>
  21.         <timeline>
  22.             <event>Created</event>
  23.             <year>3051</year>
  24.             <description>Gandalf is born as a mortal man in Mirkwood.</description>
  25.         </timeline>
  26.         <event>Betrayed by Sauron</event>
  27.         <year>-2941</year>
  28.         <description>Sauron gave Gandalf a ring of power, but he refused to accept it, leading to his betrayal.</description>
  29.         <event>Joining the Fellowship</event>
  30.         <year>3018</year>
  31.         <description>Gandalf joins Frodo and the other members of the Fellowship to destroy the One Ring.</description>
  32.         <event>Death of Gandalf</event>
  33.         <year>3019</year>
  34.         <description>Gandalf sacrifices himself to save Frodo from the balrog in Moria.</description>
  35.     </background>
  36. </character>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement