Magic Material data on a [[Province]]. A bit rare for a province to have said data. Used in the [[Forge]]. --- See Raw Data section. # Enums - MaterialCategory required: enum of `Ore`, `SunlessOre`, `Liquid`, `Plant`, and `VoidStone`. - `MaterialCategory` is derived from the `Type` column. # Strings - `Name` required: taken from the Magic Material column. - `Description` optional: flavour text or inferred description for the material. - `GlobalBonus` optional: raw text from the Global bonus column. - `InfusionEffects1` optional: raw effect text from the Requires 1 column. - `InfusionEffects2` optional: raw effect text from the Requires 2 column. - `InfusionEffects3` optional: raw effect text from the Requires 3 column. # Ints - `IncreaseProduction?`: Annex resources production bonus. - `IncreaseMana?`: Annex resources mana bonus. - `IncreaseDraft?`: Annex resources draft bonus. - `IncreaseKnowledge?`: Annex resources knowledge bonus. - `IncreaseFood?`: Annex resources food bonus. - `IncreaseStability?`: Annex resources stability bonus. - `IncreaseImperium?`: Annex resources imperium bonus. - `IncreaseAllegianceFromWhisperingStones?`: Annex resources allegiance bonus. - `IncreaseRelationWithFreeCitiesAndRulers?`: Annex resources Relations with Free Cities and Rulers bonus. - `IncreaseCombatCastingPoints?`: combat casting points bonus from the data. - `IncreaseWorldCastingPoints?`: world map casting points bonus from the data. - `IncreaseHPRegen?`: HP regeneration bonus from the data. - `IncreaseHitPoints?`: direct hit point bonus from the data. - `IncreaseExperiencePercent?`: experience gain bonus from the data. - `IncreaseAllegianceFromUmbralDwellings?`: Annex resources allegiance bonus. - `DecreaseDraftCostPercent?`: draft cost reduction percentage from the data. - `DecreaseRecruitmentCostPercent?`: recruitment cost reduction percentage from the data. - `DecreaseKnowledgeResearchCostPercent?`: knowledge research cost reduction percentage from the data. - `DecreaseTurnsTakenToFoundAbsorbMigrateCities?`: turns to found, absorb or migrate cities reduction from the data. # Notes - The `Annex resources` column is the primary source for numeric resource increases. --- # Raw Data