added Map and SlimeMap class
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/**
|
||||
* @type {[CapitalData]}
|
||||
*/
|
||||
const capitals = [
|
||||
export const capitals = [
|
||||
{
|
||||
name: "Lune",
|
||||
description: "The capital of the Holy Empire Lubelius, home of God Luminous.",
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
export * from "./pois.js";
|
||||
export * from "./nations.js";
|
||||
export * from "./capitals.js";
|
||||
@@ -12,7 +12,7 @@
|
||||
/**
|
||||
* @type {[NationData]}
|
||||
*/
|
||||
const nations = [
|
||||
export const nations = [
|
||||
{
|
||||
name: "Kingdom of Englassia",
|
||||
url: "https://tensura.fandom.com/wiki/Kingdom_of_Englassia",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
/**
|
||||
* @type {[POIData]}
|
||||
*/
|
||||
const pois = [
|
||||
export const pois = [
|
||||
{
|
||||
name: "Sealed Cave",
|
||||
description: "The cave where Veldora was sealed and where Rimuru was born.",
|
||||
|
||||
Reference in New Issue
Block a user