Merge pull request #2549 from kevlahnota/newmaster2

update Icons
This commit is contained in:
Anthony Calosa
2023-02-24 14:44:09 +08:00
committed by GitHub
4 changed files with 4 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ public class EffectData implements Serializable {
if(changeStartCards != 0) if(changeStartCards != 0)
description+="Starting hand: " + changeStartCards + "\n"; description+="Starting hand: " + changeStartCards + "\n";
if(moveSpeed!=0 && moveSpeed != 1) if(moveSpeed!=0 && moveSpeed != 1)
description+="Movement speed: " + ((lifeModifier > 0) ? "+" : "") + Math.round((moveSpeed-1.f)*100) + "%\n"; description+="[+MovementSpeed] " + ((moveSpeed > 0) ? "+" : "") + Math.round((moveSpeed-1.f)*100) + "%\n";
if(goldModifier > 0.0f) if(goldModifier > 0.0f)
description+="Shop discount: x" + (goldModifier) + "\n"; description+="Shop discount: x" + (goldModifier) + "\n";
if(cardRewardBonus > 0) if(cardRewardBonus > 0)

View File

@@ -42,6 +42,9 @@ Deck
ExitToWorldMap ExitToWorldMap
xy: 48, 64 xy: 48, 64
size: 16, 16 size: 16, 16
MovementSpeed
xy: 48, 80
size: 16, 16
Item Item
xy: 0, 64 xy: 0, 64
size: 16, 16 size: 16, 16

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB