-
Notifications
You must be signed in to change notification settings - Fork 2
FactionInfo
Denadan edited this page Dec 22, 2018
·
1 revision
FactionInfo define System and Faction shop for StarSystem Owner
Define faction to check. Only first FactionInfo with same Faction will be checked, all other - ignored.
CollectionDef of SystemShop Content
List of additional SystemShop content based on Reputation level. ItemCollections will be added if Reputation equal of greater then listed.
"Faction" : "Davion",
"SystemShops" : {
"Untagged" : [
"itemCollection_minor_Davion"
]
},
"RepShops" : [
{
"Reputation" : "LIKED",
"Items" : {
"Untagged" : [
"itemCollection_major_Davion"
]
}
}
]
For Davions itemCollection_minor_Davion will be added and then, if Davion reputation is LIKED (>= 25) itemCollection_major_Davion will be added over it
CollectionDef of FactionShops Content