Fixes for bazaar, make it 3 emotions, add some cards
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -12,8 +12,6 @@ enum class EBazarNpcEmotion: uint8
|
||||
Trust,
|
||||
Excitement,
|
||||
Comfort,
|
||||
Pride,
|
||||
Curiosity,
|
||||
MAX UMETA(Hidden)
|
||||
};
|
||||
|
||||
@@ -65,10 +63,6 @@ struct FBazaarHaggleCardData
|
||||
int32 ExcitementModifier;
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
int32 ComfortModifier;
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
int32 PrideModifier;
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
int32 CuriosityModifier;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, meta = (UIMin = "0", ClampMin = "0", UIMax = "20", ClampMax = "20"))
|
||||
int32 CardDifficulty;
|
||||
|
||||
Reference in New Issue
Block a user