Actor StatbuffCounter_KnockbackImmunity : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_DoubleSmallCharm : Ammo {
	inventory.amount 1
	inventory.maxamount 0xFFFF
	+IGNORESKILL
}

Actor StatbuffCounter_PelletsInCircle : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_ForbidArmor : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_PainSharedWithPets : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_SoulWepsDoFullDamage : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_SlainMonstersRIP : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_SpellsFullDamage : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_LuckyCrit : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_CurseImmunity : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_ExplosiveResistIgnore : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_PoisonTicTwiceFast : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_HomingDontReflect : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

Actor StatbuffCounter_LimitedSmallCharms : Ammo {
	inventory.amount 1
	inventory.maxamount 31
	+IGNORESKILL
}

/********************
 EXTRA NEEDED STUFF 
********************/

Actor DamagePerFlatHPBuffer : DnD_Info { }

Actor SummonedZombiePets : Inventory {
	inventory.maxamount 5
}