v0.7.2: improved arcane catalyst sprite, corrected spritesheet errors

This commit is contained in:
Evan Debenham 2019-01-25 21:33:12 -05:00
parent c0e1856bb4
commit 6d70b9b5e0
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -448,7 +448,7 @@ public class ItemSpriteSheet {
static { static {
for (int i = SCROLLS; i < SCROLLS+16; i++) for (int i = SCROLLS; i < SCROLLS+16; i++)
assignItemRect(i, 15, 14); assignItemRect(i, 15, 14);
assignItemRect(SCROLL_CATALYST, 9, 9); assignItemRect(SCROLL_CATALYST, 12, 11);
} }
private static final int EXOTIC_SCROLLS = xy(1, 20); //16 slots private static final int EXOTIC_SCROLLS = xy(1, 20); //16 slots
@ -553,8 +553,8 @@ public class ItemSpriteSheet {
public static final int BREW_FROSTFIRE = BREWS+6; //discontinued public static final int BREW_FROSTFIRE = BREWS+6; //discontinued
private static final int ELIXIRS = xy(9, 25); //8 slots private static final int ELIXIRS = xy(9, 25); //8 slots
public static final int ELIXIR_HONEY = ELIXIRS+0; public static final int ELIXIR_AQUA = ELIXIRS+0;
public static final int ELIXIR_AQUA = ELIXIRS+1; public static final int ELIXIR_HONEY = ELIXIRS+1;
public static final int ELIXIR_MIGHT = ELIXIRS+2; public static final int ELIXIR_MIGHT = ELIXIRS+2;
public static final int ELIXIR_DRAGON = ELIXIRS+3; public static final int ELIXIR_DRAGON = ELIXIRS+3;
public static final int ELIXIR_ICY = ELIXIRS+4; public static final int ELIXIR_ICY = ELIXIRS+4;

View File

@ -943,7 +943,7 @@ items.spells.aquablast.name=aqua blast
items.spells.aquablast.desc=This spell will create a burst of water at the target location. It isn't forceful enough to do damage (even to fiery enemies), but it will spread water to nearby terrain and very briefly stun anything caught in the center of the burst. items.spells.aquablast.desc=This spell will create a burst of water at the target location. It isn't forceful enough to do damage (even to fiery enemies), but it will spread water to nearby terrain and very briefly stun anything caught in the center of the burst.
items.spells.arcanecatalyst.name=arcane catalyst items.spells.arcanecatalyst.name=arcane catalyst
items.spells.arcanecatalyst.desc=This tiny dark crystal is made from the deconstructed magic of a scroll. It is quite heavy, despite its size.\n\nThis catalyst is primarily useful as an alchemy ingredient, but you can also channel the magic directly to get the effect of a random scroll. items.spells.arcanecatalyst.desc=This ball of golden dust is made from the deconstructed essence of a scroll. It glimmers in the darkness of the dungeon.\n\nThis catalyst is primarily useful as an alchemy ingredient, but you can also channel the magic directly to get the effect of a random scroll.
items.spells.beaconofreturning.name=beacon of returning items.spells.beaconofreturning.name=beacon of returning
items.spells.beaconofreturning.preventing=The strong magic aura of this place prevents you from using the spell! items.spells.beaconofreturning.preventing=The strong magic aura of this place prevents you from using the spell!