added Map and SlimeMap class

This commit is contained in:
2024-10-23 14:21:11 +02:00
parent f4fff00a38
commit 07e198e427
9 changed files with 250 additions and 190 deletions
+1 -1
View File
@@ -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.",
+3
View File
@@ -0,0 +1,3 @@
export * from "./pois.js";
export * from "./nations.js";
export * from "./capitals.js";
+1 -1
View File
@@ -12,7 +12,7 @@
/**
* @type {[NationData]}
*/
const nations = [
export const nations = [
{
name: "Kingdom of Englassia",
url: "https://tensura.fandom.com/wiki/Kingdom_of_Englassia",
+1 -1
View File
@@ -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.",