From 8716c6213a483255e9edcc72ca139f79fc8ef4e2 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 1 Sep 2022 19:54:12 +0600 Subject: обновление цен и множителя (хз баланс это или нет) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/com/ilotterytea/maxoning/utils/AssetLoading.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'core/src/com/ilotterytea') diff --git a/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java b/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java index 3a945f1..85880d0 100644 --- a/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java +++ b/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java @@ -45,7 +45,7 @@ public class AssetLoading { 0, "The Suspicious and Sleepy Bro", "A falling asleep Bror will help you to pet Maxon almost to besvimers.", new AnimatedImage(SpriteUtils.splitToTextureRegions(am.get("sprites/sheet/bror.png", Texture.class), 112, 112, 11, 7)), MaxonItemEnum.SLAVE, - 300, + 600, 0.1f ); @@ -61,24 +61,24 @@ public class AssetLoading { 2, "Manlooshka", "rrrrr", new AnimatedImage(SpriteUtils.splitToTextureRegions(am.get("sprites/sheet/manlooshka.png", Texture.class), 112, 112, 10, 4)), MaxonItemEnum.SLAVE, - 6200, - 1f + 8000, + 5f ); MaxonItemRegister.register( 3, "The Thirsty Cat", "Every time the kitty drinks water, drops of spilled water fall on the screen and pet Maxon's dry cheeks.", new AnimatedImage(SpriteUtils.splitToTextureRegions(am.get("sprites/sheet/thirsty_cat.png", Texture.class), 112, 112, 6, 3)), MaxonItemEnum.SLAVE, - 10000, - 1.5f + 20000, + 15f ); MaxonItemRegister.register( 4, "The Furios Cat", "Petting FURIOSLY !!!", new AnimatedImage(SpriteUtils.splitToTextureRegions(am.get("sprites/sheet/furios_cat.png", Texture.class), 112, 112, 7, 4)), MaxonItemEnum.SLAVE, - 20000, - 5f + 75000, + 80f ); } } -- cgit v1.2.3