so I have this shop entry, which I hope mean that the two item will only appear in the specified season randomly, however I just encountered in game that the two item appeared on fall. What did I miss? I thought GSQ work as OR when there's ANY at front?
{
"LogName": "Add stocks to Travelling Merchant",
"Action": "EditData",
"Target": "Data/Shops",
"TargetField": [
"Traveler",
"Items"
],
"Entries": {
"{{ModId}}_NauticalRarecrow3": {
"Id": "{{ModId}}_NauticalRarecrow3",
"ItemId": "(BC){{ModId}}_NauticalRarecrow3",
"Condition": "RANDOM 0.5 SEASON fall winter",
"Price": 2000,
"ActionsOnPurchase": [
"AddMail Host {{ModId}}_NauticalRarecrow3"
]
},
"{{ModId}}_NauticalRarecrow5": {
"Id": "{{ModId}}_NauticalRarecrow5",
"ItemId": "(BC){{ModId}}_NauticalRarecrow5",
"Condition": "RANDOM 0.5 SEASON spring summer",
"Price": 3500,
"ActionsOnPurchase": [
"AddMail Host {{ModId}}_NauticalRarecrow5"
]
}
}
},```