diff --git a/core/src/main/assets/items.png b/core/src/main/assets/items.png index 18d7be011..741cd7589 100644 Binary files a/core/src/main/assets/items.png and b/core/src/main/assets/items.png differ diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java index 36ea23a4f..7b07a3425 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/sprites/ItemSpriteSheet.java @@ -448,7 +448,7 @@ public class ItemSpriteSheet { static { for (int i = SCROLLS; i < SCROLLS+16; i++) 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 @@ -553,8 +553,8 @@ public class ItemSpriteSheet { public static final int BREW_FROSTFIRE = BREWS+6; //discontinued 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+1; + public static final int ELIXIR_AQUA = ELIXIRS+0; + public static final int ELIXIR_HONEY = ELIXIRS+1; public static final int ELIXIR_MIGHT = ELIXIRS+2; public static final int ELIXIR_DRAGON = ELIXIRS+3; public static final int ELIXIR_ICY = ELIXIRS+4; diff --git a/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties b/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties index f6fa6d18f..94b392c91 100644 --- a/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties +++ b/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/items/items.properties @@ -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.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.preventing=The strong magic aura of this place prevents you from using the spell!