diff options
-rw-r--r-- | items.xml | 8 | ||||
-rw-r--r-- | maps/042-1.tmx | 4 | ||||
-rw-r--r-- | status-effects.xml | 4 |
3 files changed, 15 insertions, 1 deletions
@@ -8450,6 +8450,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Mass Provoke" type="usable" weight="40"/> + <item id="8020" + image="usable/potion/epotion.png|G:#ddff66,ffffff" + name="Sacred Potion of Immortality" + description="Made with roots from the tree of life, temporarily makes you immportal" + useButton="Drink" + effect="Auto-Revive (40s)" + type="usable" + weight="50"/> <!-- For quests.xml --> <item id="9999" diff --git a/maps/042-1.tmx b/maps/042-1.tmx index 0bbdcf63..03e1fa2d 100644 --- a/maps/042-1.tmx +++ b/maps/042-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="80" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="7"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="80" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="7"> <properties> <property name="license" value="CC-BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1113,6 +1113,7 @@ <property name="dest_map" value="042-0"/> <property name="dest_x" value="69"/> <property name="dest_y" value="25"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="2" name="To Basement" type="warp" x="1632" y="736" width="32" height="32"> @@ -1120,6 +1121,7 @@ <property name="dest_map" value="042-2"/> <property name="dest_x" value="44"/> <property name="dest_y" value="59"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="3" name="Margin" type="Fixme" x="1920" y="0" width="640" height="640"/> diff --git a/status-effects.xml b/status-effects.xml index 71fb447e..45637b22 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -158,6 +158,10 @@ end-message: Displays a message when the effect end. start-particle="graphics/particles/strengthfurry.particle.xml" /> <status-effect + name="auto revive" + id="156" + /> + <status-effect name="inc str" id="182" /> |