Difference between revisions of "Home"

From Virtuverse Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
You can track the development of this wiki through [[Site_Development|here]]
 
You can track the development of this wiki through [[Site_Development|here]]
 
{|
 
<html>
 
  <body>
 
    <!-- Add a placeholder for the Twitch embed -->
 
    <div id="twitch-embed"></div>
 
 
    <!-- Load the Twitch embed script -->
 
    <script src="https://embed.twitch.tv/embed/v1.js"></script>
 
 
    <!-- Create a Twitch.Embed object that will render within the "twitch-embed" root element. -->
 
    <script type="text/javascript">
 
      new Twitch.Embed("twitch-embed", {
 
        width: 854,
 
        height: 480,
 
        channel: "monstercat"
 
      });
 
    </script>
 
  </body>
 
</html>
 
|}
 

Revision as of 17:07, 14 August 2019

Welcome to Virtuverse Wiki

Virtuverse implements an immersive combat experience on top of third-person gameplay, A system without levels or classes lets every player use all types of weapons, armor and abilities. With no levels, there is no need to force players through a grind of kill and fetch quests. In Virtuverse, the story augments the worlds and themes of the planets. Players join forces to advance the story together, they can either defend a strategic point or let it be lost to the enemy.

In Virtuverse, everything has a value, from a single energy cell to a suit of armour. A player hunting a monster will use ammo which has a value, the amount of loot they get in return will be proportional to the value spent.

Site News

08 Aug 2019 - Servers Migrated and SSL installed

06 Aug 2019 - Basic creature tables have been added.

04 Aug 2019 - Virtuverse Wiki Launched!

This wiki is still in development

You can track the development of this wiki through here