UI HUGE UPDATE
This commit is contained in:
@@ -30,6 +30,7 @@ public class expBottlesSO : ScriptableObject
|
||||
public string expBottleName;
|
||||
public Sprite expBottleSprite;
|
||||
public ItemRarity itemRarity = ItemRarity.Common;
|
||||
public ItemUsageTag usageTag = ItemUsageTag.CharacterCultivation;
|
||||
public string expBottleUsage;
|
||||
|
||||
[TextArea(3, 3)] public string expBottleDescription;
|
||||
@@ -47,4 +48,4 @@ public class expBottlesSO : ScriptableObject
|
||||
[Header("Rain All Gameplay")]
|
||||
[Min(0)] public int rainAllTargetCount = 0;
|
||||
[Min(0)] public int rainAllGrantedExpPerHero = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user