**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="smallmap"></div>
<script src=“https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol.js”
></script>
<
script type=“text/javascript”
>
v
ar map;
function init(){
map = new OpenLayers.Map('map');
var graphic = new OpenLayers.Layer.Image(
'City Lights',
'https://bblonski.no-ip.org/wiki/_media/crea/map.png',
new OpenLayers.Bounds(-180, -88.759, 180, 88.759),
new OpenLayers.Size(580, 288),
{numZoomLevels: 3}
);
graphic.events.on({
loadstart: function() {
OpenLayers.Console.log("loadstart");
},
loadend: function() {
OpenLayers.Console.log("loadend");
}
});
var jpl_wms = new OpenLayers.Layer.WMS(
"Global Imagery",
"http://demo.boundlessgeo.com/geoserver/wms",
{layers: "bluemarble"},
{maxExtent: [-160, -88.759, 160, 88.759], numZoomLevels: 3}
);
map.addLayers([graphic, jpl_wms]);
map.addControl(new OpenLayers.Control.LayerSwitcher());
map.zoomToMaxExtent();
}
</script>
</html>
