VERSION = 1,

option PompsItems.PonySpawnRate
{
	type = double,
	min = 0, max = 100,
	default = 1.0,
    page = PompsItemsMLP,
    translation = PompsItems_PonySpawnRate,
}

option PompsItems.PonyZombieSpawnRate
{
	type = double,
	min = 0, max = 100,
	default = 1.0,
    page = PompsItemsMLP,
    translation = PompsItems_PonyZombieSpawnRate,
}

option PompsItems.CustomSpawnlist {
    type = boolean,
    default = false,
    page = PompsItemsMLP,
    translation = PompsItems_CustomSpawnlist,
}

option PompsItems.WantMane6Pones
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantMane6Pones,
}

option PompsItems.WantG4Ponies
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantG4Ponies,
}

option PompsItems.WantG5Ponies
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantG5Ponies,
}

option PompsItems.WantClassicPonies
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantClassicPonies,
}

option PompsItems.WantOCs
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantOCs,
}

option PompsItems.WantFoE
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantFoE,
}

option PompsItems.WantCons
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantCons,
}

option PompsItems.WantMLPFNAF
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantMLPFNAF,
}

option PompsItems.WantSpacePonyos
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantSpacePonyos,
}

option PompsItems.WantEmpyreanPones
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantEmpyreanPones,
}

option PompsItems.WantNeetPones
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantNeetPones,
}

option PompsItems.WantPopularPones
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantPopularPones,
}

option PompsItems.WantBoardFillies
{
    type = boolean,
    default = true,
    page = PompsItemsMLP,
    translation = PompsItems_WantBoardPones,
}

option PompsItems.ReadablePonies
{
    type = boolean,
    default = true,
    page = PompsItems,
    translation = PompsItems_ReadablePonies,
}

option PompsItems.PonyJars
{
    type = boolean,
    default = true,
    page = PompsItems,
    translation = PompsItems_PonyJars,
}

option PompsItems.LiteratureSpawnRate
{
	type = double,
	min = 0, max = 100,
	default = 1.0,
    page = PompsItems,
    translation = PompsItems_LiteratureSpawnRate,
}