summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-28 17:32:29 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-28 17:32:29 -0300
commitcbcbd64c22dd3b8fae5ee3c43bafcbb102f77ee3 (patch)
treeb631544b44378b33fa345d50904ce20b4921c9cc
parentb03bef636c35a15fc2ecb2816fc4ab959f4aa087 (diff)
downloadclientdata-cbcbd64c22dd3b8fae5ee3c43bafcbb102f77ee3.tar.gz
clientdata-cbcbd64c22dd3b8fae5ee3c43bafcbb102f77ee3.tar.bz2
clientdata-cbcbd64c22dd3b8fae5ee3c43bafcbb102f77ee3.tar.xz
clientdata-cbcbd64c22dd3b8fae5ee3c43bafcbb102f77ee3.zip
Sacred Immortality Potion
-rw-r--r--items.xml8
-rw-r--r--maps/042-1.tmx4
-rw-r--r--status-effects.xml4
3 files changed, 15 insertions, 1 deletions
diff --git a/items.xml b/items.xml
index c7ebdbac..cf40d01c 100644
--- a/items.xml
+++ b/items.xml
@@ -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"
/>