mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
@@ -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)
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user