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,
|
Trust,
|
||||||
Excitement,
|
Excitement,
|
||||||
Comfort,
|
Comfort,
|
||||||
Pride,
|
|
||||||
Curiosity,
|
|
||||||
MAX UMETA(Hidden)
|
MAX UMETA(Hidden)
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -65,10 +63,6 @@ struct FBazaarHaggleCardData
|
|||||||
int32 ExcitementModifier;
|
int32 ExcitementModifier;
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||||
int32 ComfortModifier;
|
int32 ComfortModifier;
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
|
||||||
int32 PrideModifier;
|
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
|
||||||
int32 CuriosityModifier;
|
|
||||||
|
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, meta = (UIMin = "0", ClampMin = "0", UIMax = "20", ClampMax = "20"))
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, meta = (UIMin = "0", ClampMin = "0", UIMax = "20", ClampMax = "20"))
|
||||||
int32 CardDifficulty;
|
int32 CardDifficulty;
|
||||||
|
|||||||
Reference in New Issue
Block a user