diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-11 14:59:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-11 14:59:40 -0300 |
commit | 1d06d6ff8db21a5f85cc0c9302799fd8d32fb8fe (patch) | |
tree | bf705873f3c1006832ea752b42e3416ccd5e6659 | |
parent | 868ba7f4e2966ace8542367eafdbf3f16cd5cdbf (diff) | |
download | clientdata-1d06d6ff8db21a5f85cc0c9302799fd8d32fb8fe.tar.gz clientdata-1d06d6ff8db21a5f85cc0c9302799fd8d32fb8fe.tar.bz2 clientdata-1d06d6ff8db21a5f85cc0c9302799fd8d32fb8fe.tar.xz clientdata-1d06d6ff8db21a5f85cc0c9302799fd8d32fb8fe.zip |
New skill added.
Also, prepare icons for Shadow Herb and Alizarin Herb.
-rw-r--r-- | graphics/items/generic/alizarinherb.png | bin | 0 -> 568 bytes | |||
-rw-r--r-- | graphics/items/generic/herb.png | bin | 0 -> 1427 bytes | |||
-rw-r--r-- | graphics/skills/wizard/potion.png | bin | 0 -> 2296 bytes | |||
-rw-r--r-- | maps/003-0.tmx | 2 | ||||
-rw-r--r-- | skills.xml | 9 |
5 files changed, 9 insertions, 2 deletions
diff --git a/graphics/items/generic/alizarinherb.png b/graphics/items/generic/alizarinherb.png Binary files differnew file mode 100644 index 00000000..fb3f56d4 --- /dev/null +++ b/graphics/items/generic/alizarinherb.png diff --git a/graphics/items/generic/herb.png b/graphics/items/generic/herb.png Binary files differnew file mode 100644 index 00000000..0a832180 --- /dev/null +++ b/graphics/items/generic/herb.png diff --git a/graphics/skills/wizard/potion.png b/graphics/skills/wizard/potion.png Binary files differnew file mode 100644 index 00000000..b17aa5eb --- /dev/null +++ b/graphics/skills/wizard/potion.png diff --git a/maps/003-0.tmx b/maps/003-0.tmx index d30cd6ca..706de15a 100644 --- a/maps/003-0.tmx +++ b/maps/003-0.tmx @@ -5,7 +5,7 @@ <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/003-0-1.png"/> <property name="music" value="peace.ogg"/> - <property name="name" value="The Magic Guild"/> + <property name="name" value="Magic Academy"/> </properties> <tileset firstgid="1" name="Collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="96"/> @@ -47,10 +47,17 @@ Copyright (C) 2018 TMW2 --> <skill id="143" name="Fake Death" - icon="graphics/skills/poison.png" + icon="graphics/skills/none.png" description="Geez, I thought you were a goner for real!" castingAnimation="emote.xml" /> + <skill + id="22" + name="Divine Protection" + icon="graphics/skills/wizard/potion.png" + description="Jesus' blessing, extra defense against unholy things." + castingAnimation="emote.xml" + /> </set> <set name="Physical"> <skill |