From 8873cf7855b0ba36b11d47034b2921926d9cbaf5 Mon Sep 17 00:00:00 2001 From: Micksha Date: Wed, 24 Oct 2018 21:05:46 +0200 Subject: Add a few missing NPCs. Mapfixes, mainly the collision in 008-1-1. --- maps/001-3-0.tmx | 103 +++++++++++++++++++++++++++---------------------------- 1 file changed, 51 insertions(+), 52 deletions(-) (limited to 'maps/001-3-0.tmx') diff --git a/maps/001-3-0.tmx b/maps/001-3-0.tmx index eb685d76..fd40aa25 100644 --- a/maps/001-3-0.tmx +++ b/maps/001-3-0.tmx @@ -1,6 +1,5 @@ - - + @@ -8,37 +7,37 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -1652,55 +1651,55 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - - + + - + - + - + - + - + - - - - - - + + + + + + @@ -1708,7 +1707,7 @@ - + @@ -1716,7 +1715,7 @@ - + @@ -1724,7 +1723,7 @@ - + @@ -1732,7 +1731,7 @@ - + @@ -1740,7 +1739,7 @@ - + @@ -1748,7 +1747,7 @@ - + @@ -1756,7 +1755,7 @@ - + @@ -1764,7 +1763,7 @@ - + @@ -1772,7 +1771,7 @@ - + @@ -1780,7 +1779,7 @@ - + @@ -1788,7 +1787,7 @@ - + @@ -1796,7 +1795,7 @@ - + @@ -1804,7 +1803,7 @@ - + @@ -1812,7 +1811,7 @@ - + @@ -1820,7 +1819,7 @@ - + @@ -1828,7 +1827,7 @@ - + @@ -1836,7 +1835,7 @@ - + @@ -1844,7 +1843,7 @@ - + @@ -1852,7 +1851,7 @@ - + @@ -1860,7 +1859,7 @@ - + @@ -1868,7 +1867,7 @@ - + @@ -1876,7 +1875,7 @@ - + @@ -1884,7 +1883,7 @@ - + @@ -1892,7 +1891,7 @@ - + @@ -1900,7 +1899,7 @@ - + @@ -1908,7 +1907,7 @@ - + -- cgit v1.2.3-70-g09d2 From 8201f92e7838145383536ea65defd5cd75d57048 Mon Sep 17 00:00:00 2001 From: Micksha Date: Sun, 28 Oct 2018 10:13:05 +0100 Subject: Add the torch, add the spotlight overlay, improve Wand --- graphics/images/ambient/spot.png | Bin 0 -> 134317 bytes graphics/items/equipment/weapons/torch.png | Bin 0 -> 847 bytes graphics/sprites/equipment/weapons/torch.png | Bin 0 -> 32359 bytes graphics/sprites/equipment/weapons/torch.xml | 11 +++++++++++ .../sprites/equipment/weapons/trainingwand.png | Bin 14046 -> 73352 bytes items.xml | 22 ++++++++++++++++----- maps/001-3-0.tmx | 1 + maps/001-3-1.tmx | 1 + maps/008-3-1.tmx | 3 ++- 9 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 graphics/images/ambient/spot.png create mode 100644 graphics/items/equipment/weapons/torch.png create mode 100644 graphics/sprites/equipment/weapons/torch.png create mode 100644 graphics/sprites/equipment/weapons/torch.xml (limited to 'maps/001-3-0.tmx') diff --git a/graphics/images/ambient/spot.png b/graphics/images/ambient/spot.png new file mode 100644 index 00000000..b9c51abd Binary files /dev/null and b/graphics/images/ambient/spot.png differ diff --git a/graphics/items/equipment/weapons/torch.png b/graphics/items/equipment/weapons/torch.png new file mode 100644 index 00000000..638f2426 Binary files /dev/null and b/graphics/items/equipment/weapons/torch.png differ diff --git a/graphics/sprites/equipment/weapons/torch.png b/graphics/sprites/equipment/weapons/torch.png new file mode 100644 index 00000000..16f430b7 Binary files /dev/null and b/graphics/sprites/equipment/weapons/torch.png differ diff --git a/graphics/sprites/equipment/weapons/torch.xml b/graphics/sprites/equipment/weapons/torch.xml new file mode 100644 index 00000000..8bdf853b --- /dev/null +++ b/graphics/sprites/equipment/weapons/torch.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/graphics/sprites/equipment/weapons/trainingwand.png b/graphics/sprites/equipment/weapons/trainingwand.png index 190d4377..f41aedd1 100644 Binary files a/graphics/sprites/equipment/weapons/trainingwand.png and b/graphics/sprites/equipment/weapons/trainingwand.png differ diff --git a/items.xml b/items.xml index d444829e..8ec3a1c1 100644 --- a/items.xml +++ b/items.xml @@ -1610,7 +1610,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/woodensword.png" name="Wooden Sword" description="For sword training. Do not show-off with it." - attack="40" + attack="75" attack-range="1" level="5" type="equip-1hand" @@ -1624,7 +1624,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/backsword.png" name="Artis Backsword" description="An engraved backsword with the symbole of Artis on its brass hilt." - attack="800" + attack="500" attack-range="1" level="15" type="equip-1hand" @@ -1638,7 +1638,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/wand.png" name="Training Wand" description="A simple wand for your first steps in handling magic." - attack="150" + attack="75" attack-range="2" level="10" type="equip-1hand" @@ -1650,7 +1650,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/wand.png|W:#ece96e" name="Mana Torch" description="A simple wand imbued with a fire spell, it can provide lighting and will never run out on you!" - attack="200" + attack="100" attack-range="2" level="10" type="equip-1hand" @@ -1662,7 +1662,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. image="equipment/weapons/scythe.png" name="Scythe" description="A farmer's scythe, not new but still deadly." - attack="1000" + attack="750" attack-range="2" level="15" type="equip-2hand" @@ -1712,6 +1712,18 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. weight="250"> equipment/weapons/pickaxe.xml + + equipment/weapons/torch.xml + diff --git a/maps/001-3-0.tmx b/maps/001-3-0.tmx index fd40aa25..7386f7c3 100644 --- a/maps/001-3-0.tmx +++ b/maps/001-3-0.tmx @@ -6,6 +6,7 @@ + diff --git a/maps/001-3-1.tmx b/maps/001-3-1.tmx index 0dfa6a9c..0dff6ca5 100644 --- a/maps/001-3-1.tmx +++ b/maps/001-3-1.tmx @@ -6,6 +6,7 @@ + diff --git a/maps/008-3-1.tmx b/maps/008-3-1.tmx index 0232c925..e504f39e 100644 --- a/maps/008-3-1.tmx +++ b/maps/008-3-1.tmx @@ -1,9 +1,10 @@ - + + -- cgit v1.2.3-70-g09d2 From b1371b4857208f90ab4a589f002e4b1b180723e5 Mon Sep 17 00:00:00 2001 From: Micksha Date: Mon, 5 Nov 2018 20:45:32 +0100 Subject: update spotlight, fix a few mapbugs --- graphics/images/ambient/spot.png | Bin 134317 -> 44543 bytes graphics/sprites/equipment/weapons/torch.xml | 4 ++++ maps/001-3-0.tmx | 15 ++++++++------- maps/008-2-2.tmx | 4 ++-- 4 files changed, 14 insertions(+), 9 deletions(-) (limited to 'maps/001-3-0.tmx') diff --git a/graphics/images/ambient/spot.png b/graphics/images/ambient/spot.png index b9c51abd..f3e81e9d 100644 Binary files a/graphics/images/ambient/spot.png and b/graphics/images/ambient/spot.png differ diff --git a/graphics/sprites/equipment/weapons/torch.xml b/graphics/sprites/equipment/weapons/torch.xml index 8bdf853b..e6bec6ad 100644 --- a/graphics/sprites/equipment/weapons/torch.xml +++ b/graphics/sprites/equipment/weapons/torch.xml @@ -2,6 +2,10 @@ + + + + + @@ -1362,11 +1363,11 @@ 690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,690,690,690,690,690,690,0,0,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,690,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, 690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,690,690,690,690,0,0,0,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, 690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, -690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, -690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, -690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, -690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, -690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, +690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,695,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, +690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,695,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, +690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,695,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, +690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,695,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, +690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,695,0,0,0,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, 690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,690,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,0,0,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, 690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,0,0,0,0,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, 690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,0,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,0,0,0,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690,690, @@ -1674,7 +1675,7 @@ - + @@ -1820,7 +1821,7 @@ - + diff --git a/maps/008-2-2.tmx b/maps/008-2-2.tmx index e6fcd2aa..20e99261 100644 --- a/maps/008-2-2.tmx +++ b/maps/008-2-2.tmx @@ -152,7 +152,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,814,814,814,863,0,0,0,0,0,0,0,0,0,0,845,798,798,798,798,798,798,0,0,170,171,172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,814,814,814,814,814,814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,139,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,184,185,0,0,183,185,0,0,183,185,0,0,0,0,0,154,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,891,860,0,846,890,892,846,846,199,201,846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,843,890,891,892,0,846,890,892,846,846,890,892,846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,907,908,878,862,906,908,862,862,906,908,862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -344,7 +344,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,585,0,0,0,0,1334,1335,1336,1337,0,0,0,0,0,0,0,1334,1335,1336,1337,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,584,566,566,585,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,578,0,0,183,184,185,0,0,183,185,0,0,183,185,0,0,584,566,566,585,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,566,574,585,0,584,574,566,616,0,0,0,821,824,0,0,1181,0,0,0,1388,1371,0,0,567,649,649,564,566,565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,649,590,564,566,565,590,649,550,0,0,820,0,1381,0,0,1364,824,0,0,1389,1387,0,0,567,0,0,649,649,649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, -- cgit v1.2.3-70-g09d2