<LittleRedSonja>

	<insertafter xpath="/lootcontainers/lootgroup[@name='empty']">			
		<lootgroup name="group_GoofySonjaWitch_Helmet" count="1">
			<item name="armorFemaleWitchBlueHelmet" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchGreenHelmet" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchPurpleHelmet" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchRedHelmet" count="1" loot_prob_template="veryLow"/>
		</lootgroup>
		<lootgroup name="group_GoofySonjaWitch_Outfit" count="1">
			<item name="armorFemaleWitchBlueOutfit" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchGreenOutfit" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchPurpleOutfit" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchRedOutfit" count="1" loot_prob_template="veryLow"/>
		</lootgroup>
		<lootgroup name="group_GoofySonjaWitch_Gloves" count="1">
			<item name="armorFemaleWitchBlueGloves" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchGreenGloves" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchPurpleGloves" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchRedGloves" count="1" loot_prob_template="veryLow"/>
		</lootgroup>
		<lootgroup name="group_GoofySonjaWitch_Boots" count="1">
			<item name="armorFemaleWitchBlueBoots" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchGreenBoots" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchPurpleBoots" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleWitchRedBoots" count="1" loot_prob_template="veryLow"/>
		</lootgroup>
			
		<lootgroup name="group_GoofyBunny_Helmet" count="1">
			<item name="armorFemaleBunnyBlackHelmet" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyGoldHelmet" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyWhiteHelmet" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyRedHelmet" count="1" loot_prob_template="veryLow"/>
		</lootgroup>
		<lootgroup name="group_GoofyBunny_Outfit" count="1">
			<item name="armorFemaleBunnyBlackOutfit" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyGoldOutfit" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyWhiteOutfit" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyRedOutfit" count="1" loot_prob_template="veryLow"/>
		</lootgroup>
		<lootgroup name="group_GoofyBunny_Gloves" count="1">
			<item name="armorFemaleBunnyBlackGloves" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyGoldGloves" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyWhiteGloves" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyRedGloves" count="1" loot_prob_template="veryLow"/>
		</lootgroup>
		<lootgroup name="group_GoofyBunny_Boots" count="1">
			<item name="armorFemaleBunnyBlackBoots" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyGoldBoots" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyWhiteBoots" count="1" loot_prob_template="veryLow"/>
			<item name="armorFemaleBunnyRedBoots" count="1" loot_prob_template="veryLow"/>
		</lootgroup>
	</insertafter>

	<conditional>
	<if cond="mod_loaded('zz_REBIRTH__Core') or mod_loaded('zz_REBIRTH__Core_2_0')">
			
		<append xpath="/lootcontainers/lootgroup[@name='groupArmorHelmets']">
			<item name="armorFemaleBadCopHelmet" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleSexySheriffHelmet" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorMaleMachoManHelmet" loot_prob_template="ProbT0Armor_FR" />
			<item group="group_GoofySonjaWitch_Helmet" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofyBunny_Helmet" loot_prob_template="ProbT1Armor_FR" />
		</append>
		
		<append xpath="/lootcontainers/lootgroup[@name='groupArmorOutfits']">
			<item name="armorFemaleBadCopOutfit" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleSexySheriffOutfit" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorMaleMachoManOutfit" loot_prob_template="ProbT0Armor_FR" />
			<item group="group_GoofySonjaWitch_Outfit" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofyBunny_Outfit" loot_prob_template="ProbT1Armor_FR" />
		</append>
		
		<append xpath="/lootcontainers/lootgroup[@name='groupArmorGloves']">
			<item name="armorFemaleBadCopGloves" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleSexySheriffGloves" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorMaleMachoManGloves" loot_prob_template="ProbT0Armor_FR" />
			<item group="group_GoofySonjaWitch_Gloves" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofyBunny_Gloves" loot_prob_template="ProbT1Armor_FR" />
		</append>
		
		<append xpath="/lootcontainers/lootgroup[@name='groupArmorBoots']">
			<item name="armorFemaleBadCopBoots" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleSexySheriffBoots" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorMaleMachoManBoots" loot_prob_template="ProbT0Armor_FR" />
			<item group="group_GoofySonjaWitch_Boots" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofyBunny_Boots" loot_prob_template="ProbT1Armor_FR" />
		</append>
		
		<append xpath="/lootcontainers/lootgroup[@name='groupAllArmor']">		
			<item name="armorFemaleBadCopHelmet" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleBadCopOutfit" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleBadCopGloves" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleBadCopBoots" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleSexySheriffHelmet" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleSexySheriffOutfit" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleSexySheriffGloves" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorFemaleSexySheriffBoots" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorMaleMachoManHelmet" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorMaleMachoManOutfit" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorMaleMachoManGloves" loot_prob_template="ProbT0Armor_FR" />
			<item name="armorMaleMachoManBoots" loot_prob_template="ProbT0Armor_FR" />
			<item group="group_GoofySonjaWitch_Helmet" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofySonjaWitch_Outfit" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofySonjaWitch_Gloves" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofySonjaWitch_Boots" loot_prob_template="ProbT1Armor_FR" />	
			<item group="group_GoofyBunny_Helmet" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofyBunny_Outfit" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofyBunny_Gloves" loot_prob_template="ProbT1Armor_FR" />
			<item group="group_GoofyBunny_Boots" loot_prob_template="ProbT1Armor_FR" />			
		</append>
		
		<append xpath="/lootcontainers/lootgroup[@name='FuriousRamsayGroupLegendaryArmorTier1']">
			<item name="armorFemaleBadCopHelmet" quality="6"/>
			<item name="armorFemaleBadCopOutfit" quality="6"/>
			<item name="armorFemaleBadCopGloves" quality="6"/>
			<item name="armorFemaleBadCopBoots" quality="6"/>
			<item name="armorFemaleSexySheriffHelmet" quality="6"/>
			<item name="armorFemaleSexySheriffOutfit" quality="6"/>
			<item name="armorFemaleSexySheriffGloves" quality="6"/>
			<item name="armorFemaleSexySheriffBoots" quality="6"/>
			<item name="armorMaleMachoManHelmet" quality="6"/>
			<item name="armorMaleMachoManOutfit" quality="6"/>
			<item name="armorMaleMachoManGloves" quality="6"/>
			<item name="armorMaleMachoManBoots" quality="6"/>
		</append>
		
		<append xpath="/lootcontainers/lootgroup[@name='FuriousRamsayGroupLegendaryArmorTier2']">
			<item group="group_GoofySonjaWitch_Helmet" quality="6"/>
			<item group="group_GoofySonjaWitch_Outfit" quality="6"/>
			<item group="group_GoofySonjaWitch_Gloves" quality="6"/>
			<item group="group_GoofySonjaWitch_Boots" quality="6"/>
			<item group="group_GoofyBunny_Helmet" quality="6"/>
			<item group="group_GoofyBunny_Outfit" quality="6"/>
			<item group="group_GoofyBunny_Gloves" quality="6"/>
			<item group="group_GoofyBunny_Boots" quality="6"/>
		</append>
	
	</if>
	<else>

		<append xpath="/lootcontainers/lootgroup[@name='groupAllArmor']">
		
			<item name="armorFemaleBadCopHelmet"/>
			<item name="armorFemaleBadCopOutfit"/>
			<item name="armorFemaleBadCopGloves"/>
			<item name="armorFemaleBadCopBoots"/>
			
			<item name="armorFemaleSexySheriffHelmet"/>
			<item name="armorFemaleSexySheriffOutfit"/>
			<item name="armorFemaleSexySheriffGloves"/>
			<item name="armorFemaleSexySheriffBoots"/>
			
			<item name="armorMaleMachoManHelmet"/>
			<item name="armorMaleMachoManOutfit"/>
			<item name="armorMaleMachoManGloves"/>		
			<item name="armorMaleMachoManBoots"/>
			
			<item group="group_GoofySonjaWitch_Helmet"/>
			<item group="group_GoofySonjaWitch_Outfit"/>
			<item group="group_GoofySonjaWitch_Gloves"/>		
			<item group="group_GoofySonjaWitch_Boots"/>
			
			<item group="group_GoofyBunny_Helmet"/>
			<item group="group_GoofyBunny_Outfit"/>
			<item group="group_GoofyBunny_Gloves"/>		
			<item group="group_GoofyBunny_Boots"/>
			
		</append>
		
	</else>
	</conditional>

</LittleRedSonja>