Civilization Wiki
Advertisement

Documentation for this module may be created at Module:Data/CivBE/RT/Belief Values/doc

local data ={

--Fields for the BuildingClassYieldChanges table
--[Field]                              [Type]
--BuildingClassType                    String
--YieldType                             Int64
--YieldChange                           Int64
BuildingClassYieldChanges = {
};
--Fields for the BuildingClassHealth table
--[Field]                              [Type]
--BuildingClassType                    String
--Health                                Int64
BuildingClassHealth = {
};
--Fields for the BuildingClassTourism table
--[Field]                              [Type]
--BuildingClassType                    String
--Tourism                               Int64
BuildingClassTourism = {
};
--Fields for the BuildingClassFaithPurchase table
--[Field]                              [Type]
--BuildingClassType                    String
BuildingClassFaithPurchase = {
};
--Fields for the CityYieldChanges table
--[Field]                              [Type]
--YieldType                             Int64
--Yield                                 Int64
CityYieldChanges = {
};
--Fields for the HolyCityYieldChanges table
--[Field]                              [Type]
--YieldType                             Int64
--Yield                                 Int64
HolyCityYieldChanges = {
};
--Fields for the EraFaithUnitPurchase table
--[Field]                              [Type]
--EraType                              String
EraFaithUnitPurchase = {
};
--Fields for the FeatureYieldChanges table
--[Field]                              [Type]
--FeatureType                          String
--YieldType                             Int64
--Yield                                 Int64
FeatureYieldChanges = {
};
--Fields for the ImprovementYieldChanges table
--[Field]                              [Type]
--ImprovementType                      String
--YieldType                            String
--Yield                                 Int64
ImprovementYieldChanges = {
};
--Fields for the MaxYieldModifierPerFollower table
--[Field]                              [Type]
--YieldType                             Int64
--Max                                   Int64
MaxYieldModifierPerFollower = {
};
--Fields for the ResourceQuantityModifiers table
--[Field]                              [Type]
--ResourceType                         String
--ResourceQuantityModifier              Int64
ResourceQuantityModifiers = {
};
--Fields for the ResourceHealth table
--[Field]                              [Type]
--ResourceType                         String
--HealthChange                          Int64
ResourceHealth = {
};
--Fields for the ResourceYieldChanges table
--[Field]                              [Type]
--ResourceType                         String
--YieldType                             Int64
--Yield                                 Int64
ResourceYieldChanges = {
};
--Fields for the TerrainYieldChanges table
--[Field]                              [Type]
--TerrainType                          String
--YieldType                             Int64
--Yield                                 Int64
TerrainYieldChanges = {
};
--Fields for the YieldChangeAnySpecialist table
--[Field]                              [Type]
--YieldType                             Int64
--Yield                                 Int64
YieldChangeAnySpecialist = {
};
--Fields for the YieldChangePerForeignCity table
--[Field]                              [Type]
--YieldType                             Int64
--Yield                                 Int64
YieldChangePerForeignCity = {
};
--Fields for the YieldChangePerXForeignFollowers table
--[Field]                              [Type]
--YieldType                             Int64
--ForeignFollowers                      Int64
YieldChangePerXForeignFollowers = {
};
--Fields for the YieldChangeTradeRoute table
--[Field]                              [Type]
--YieldType                             Int64
--Yield                                 Int64
YieldChangeTradeRoute = {
};
--Fields for the YieldChangeWorldWonder table
--[Field]                              [Type]
--YieldType                             Int64
--Yield                                 Int64
YieldChangeWorldWonder = {
};
}
return data
Advertisement