FESTIVALS

FILE NAME: “data_festivals.json”

FILE HEADER: “festivals”

FIELD

FORMAT

DESCRIPTION

pack

Text (string)

What pack does it belong to. No effect yet, but may be used in the future.

id

Text (string)

This is a unique identifier for other scripts to use as reference.

title

Text (string)

Key of festival’s name in localization file. (ex. Cannes Film Festival)

awardName

Text (string)

Key of award’s name in localization file. (ex. Palm d’Or)

countryID

Group (list of strings)

The country id where this festival takes place.

date

Number (int)

Can choose 1 to 42. Which week of the year the festival will take place.

fansBoost

Number (double)

May add up to 2 decimals. Fans will increase by total fans times this amount. (Ex. fansBoost = 0.1, if current fans are 100, will add 10 new fans, and new total fans will be 110).

minStars

Number (int)

Minimum star level allowed for this festival.

maxStars

Number (int)

Maximum star level allowed for this festival.

formatID

Text (string)

Only 1 format allowed. What format is eligible for this award (use id of format).

genresID

Group (list of strings)

What genres are eligible for this award (use id of genres).

  NOTE: Festivals must be added to “data_countries.json” in order for them to show up in game.

FORMATS 🠒