Skip to content

FactionInfo

Denadan edited this page Dec 22, 2018 · 1 revision

FactionInfo define System and Faction shop for StarSystem Owner

Faction

Define faction to check. Only first FactionInfo with same Faction will be checked, all other - ignored.

SystemShops

CollectionDef of SystemShop Content

RepShops

List of additional SystemShop content based on Reputation level. ItemCollections will be added if Reputation equal of greater then listed.

Example

"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

FactionShops

CollectionDef of FactionShops Content

Clone this wiki locally