diff options
-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 |