**This is an old revision of the document!**
Table of Contents
Crea
Crea is a high-magic romantic fantasy setting. It differentiates itself by abandoning the standard “medieval Europe but some magic and monsters are real” and instead explores what the world would look like if gods were real and walked amongst mortals, and magic was readily available and resulted in a “industrial revolution” style change to society.
Premise
Progressive High Fantasy. Magic has progressed society to a comfortable level, but magical enhanced disasters and crime are an increasing concern. Expended magic coalesces in nature and is twisted by nightmares and dark intent, creating nightmare creatures and dungeons full of malevolence. So called Reclaimers journey to these dark places to tamp down the outbreaks and bring back the crystallized magical essence left behind.
Setting Info
Rules
Map
<html>
<div id=“map” class=“map”
></div>
<
link rel=“stylesheet” href=“https://openlayers.org/en/v5.2.0/css/ol.css” type=“text/css”
>
<
script type=“text/javascript” src=“https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.2.0/build/ol.js”
></script>
<
script type=“text/javascript”
>
var map;
var extent = [0,0,1024, 968];
var projection = new ol.proj.Projection({
code: 'crea-image',
units: 'pixels',
extent: extent
});
function init(){
map = new ol.Map({
target: 'map',
layers: [
new ol.layer.Image({
source: new ol.source.ImageStatic({
url: 'https://bblonski.no-ip.org/wiki/_media/crea/map.png',
projection: projection,
imageExtent: extent
})
})
],
view: new ol.View({
zoom: 2,
maxZoom: 5,
center: [500, 500],
projection: projection
})
});
}
init();
</script>
</html>
