diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-27 14:35:50 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-27 14:35:50 +0200 |
commit | 5582c3c07069f7766aabd81f3a4a3f97def134e9 (patch) | |
tree | a1c450f079187430ac39c194f5be53058f10f910 /db/maps | |
parent | b025d1655483aa13a29ab5594255460b48143a5a (diff) |
more areas!
Diffstat (limited to 'db/maps')
-rw-r--r-- | db/maps/Abandoned_Mansion.png | bin | 0 -> 12981 bytes | |||
-rw-r--r-- | db/maps/Abandoned_Mansion_Basement.png | bin | 0 -> 19352 bytes | |||
-rw-r--r-- | db/maps/Abandoned_Mansion_Top_Floor.png | bin | 0 -> 15178 bytes | |||
-rw-r--r-- | db/maps/Dryads_Grove.png | bin | 0 -> 46033 bytes | |||
-rw-r--r-- | db/maps/candy-town.svg | 2 | ||||
-rw-r--r-- | db/maps/dryads-grove.svg | 9 | ||||
-rw-r--r-- | db/maps/hospital-floor-1.png | bin | 0 -> 15108 bytes | |||
-rw-r--r-- | db/maps/hospital-floor-1.svg | 7 | ||||
-rw-r--r-- | db/maps/hospital-floor-2.png | bin | 0 -> 13634 bytes | |||
-rw-r--r-- | db/maps/hospital-floor-2.svg | 7 | ||||
-rw-r--r-- | db/maps/hospital-floor-3.png | bin | 0 -> 7678 bytes | |||
-rw-r--r-- | db/maps/hospital-floor-3.svg | 7 | ||||
-rw-r--r-- | db/maps/hospital.png | bin | 0 -> 6501 bytes | |||
-rw-r--r-- | db/maps/hospital.svg | 9 | ||||
-rw-r--r-- | db/maps/mansion-basement.svg | 7 | ||||
-rw-r--r-- | db/maps/mansion-top-floor.svg | 7 | ||||
-rw-r--r-- | db/maps/mansion.svg | 9 |
17 files changed, 63 insertions, 1 deletions
diff --git a/db/maps/Abandoned_Mansion.png b/db/maps/Abandoned_Mansion.png Binary files differnew file mode 100644 index 0000000..46b9e13 --- /dev/null +++ b/db/maps/Abandoned_Mansion.png diff --git a/db/maps/Abandoned_Mansion_Basement.png b/db/maps/Abandoned_Mansion_Basement.png Binary files differnew file mode 100644 index 0000000..455ad23 --- /dev/null +++ b/db/maps/Abandoned_Mansion_Basement.png diff --git a/db/maps/Abandoned_Mansion_Top_Floor.png b/db/maps/Abandoned_Mansion_Top_Floor.png Binary files differnew file mode 100644 index 0000000..54564cf --- /dev/null +++ b/db/maps/Abandoned_Mansion_Top_Floor.png diff --git a/db/maps/Dryads_Grove.png b/db/maps/Dryads_Grove.png Binary files differnew file mode 100644 index 0000000..a0f4464 --- /dev/null +++ b/db/maps/Dryads_Grove.png diff --git a/db/maps/candy-town.svg b/db/maps/candy-town.svg index 2dab5f3..28a2671 100644 --- a/db/maps/candy-town.svg +++ b/db/maps/candy-town.svg @@ -5,6 +5,6 @@ > <image href="/db/maps/Candy_Town.png" /> - <rect data-location="hospital" x="127" y="431" width="210" height="130" stroke="red" fill="transparent" /> <rect data-location="scoop_store" x="17" y="144" width="80" height="64" stroke="red" fill="transparent" /> + <rect data-area="hospital" x="127" y="431" width="210" height="130" stroke="red" fill="transparent" /> </svg> diff --git a/db/maps/dryads-grove.svg b/db/maps/dryads-grove.svg new file mode 100644 index 0000000..ada9703 --- /dev/null +++ b/db/maps/dryads-grove.svg @@ -0,0 +1,9 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 640 320" +> + <image href="/db/maps/Dryads_Grove.png" /> + + <rect data-encounter="volcoli" data-encounter-level="55" x="544" y="207" width="16" height="16" stroke="red" fill="transparent" /> +</svg> diff --git a/db/maps/hospital-floor-1.png b/db/maps/hospital-floor-1.png Binary files differnew file mode 100644 index 0000000..276f303 --- /dev/null +++ b/db/maps/hospital-floor-1.png diff --git a/db/maps/hospital-floor-1.svg b/db/maps/hospital-floor-1.svg new file mode 100644 index 0000000..2b49afb --- /dev/null +++ b/db/maps/hospital-floor-1.svg @@ -0,0 +1,7 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 320 320" +> + <image href="/db/maps/hospital-floor-1.png" /> +</svg> diff --git a/db/maps/hospital-floor-2.png b/db/maps/hospital-floor-2.png Binary files differnew file mode 100644 index 0000000..3430fba --- /dev/null +++ b/db/maps/hospital-floor-2.png diff --git a/db/maps/hospital-floor-2.svg b/db/maps/hospital-floor-2.svg new file mode 100644 index 0000000..d37bd10 --- /dev/null +++ b/db/maps/hospital-floor-2.svg @@ -0,0 +1,7 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 320 320" +> + <image href="/db/maps/hospital-floor-2.png" /> +</svg> diff --git a/db/maps/hospital-floor-3.png b/db/maps/hospital-floor-3.png Binary files differnew file mode 100644 index 0000000..8db6e16 --- /dev/null +++ b/db/maps/hospital-floor-3.png diff --git a/db/maps/hospital-floor-3.svg b/db/maps/hospital-floor-3.svg new file mode 100644 index 0000000..bdcccbb --- /dev/null +++ b/db/maps/hospital-floor-3.svg @@ -0,0 +1,7 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 192 320" +> + <image href="/db/maps/hospital-floor-3.png" /> +</svg> diff --git a/db/maps/hospital.png b/db/maps/hospital.png Binary files differnew file mode 100644 index 0000000..2d62dac --- /dev/null +++ b/db/maps/hospital.png diff --git a/db/maps/hospital.svg b/db/maps/hospital.svg new file mode 100644 index 0000000..4a5bc16 --- /dev/null +++ b/db/maps/hospital.svg @@ -0,0 +1,9 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 320 176" +> + <image href="/db/maps/hospital.png" /> + + <rect data-location="hospital" x="64" y="43" width="32" height="21" stroke="red" fill="transparent" /> +</svg> diff --git a/db/maps/mansion-basement.svg b/db/maps/mansion-basement.svg new file mode 100644 index 0000000..fad9122 --- /dev/null +++ b/db/maps/mansion-basement.svg @@ -0,0 +1,7 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 384 352" +> + <image href="/db/maps/Abandoned_Mansion_Basement.png" /> +</svg> diff --git a/db/maps/mansion-top-floor.svg b/db/maps/mansion-top-floor.svg new file mode 100644 index 0000000..814d208 --- /dev/null +++ b/db/maps/mansion-top-floor.svg @@ -0,0 +1,7 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 368 304" +> + <image href="/db/maps/Abandoned_Mansion_Top_Floor.png" /> +</svg> diff --git a/db/maps/mansion.svg b/db/maps/mansion.svg new file mode 100644 index 0000000..84413e7 --- /dev/null +++ b/db/maps/mansion.svg @@ -0,0 +1,9 @@ +<svg + version="1.1" + xmlns="http://www.w3.org/2000/svg" + viewbox="0 0 288 288" +> + <image href="/db/maps/Abandoned_Mansion.png" /> + + <rect data-area="mansion-basement" x="239" y="45" width="35" height="23" stroke="red" fill="transparent" /> +</svg> |