Actor InterventionProtect1 : PowerupGiver
{
	inventory.maxamount 0
	powerup.duration -6
	powerup.type "InterventionProtect"
	+INVENTORY.AUTOACTIVATE
	+INVENTORY.ALWAYSPICKUP
}

Actor InterventionProtect2 : InterventionProtect1 { powerup.duration -7 }
Actor InterventionProtect3 : InterventionProtect1 { powerup.duration -8 }
Actor InterventionProtect4 : InterventionProtect1 { powerup.duration -9 }
Actor InterventionProtect5 : InterventionProtect1 { powerup.duration -10 }
Actor InterventionProtect6 : InterventionProtect1 { powerup.duration -11 }
Actor InterventionProtect7 : InterventionProtect1 { powerup.duration -12 }
Actor InterventionProtect8 : InterventionProtect1 { powerup.duration -13 }
Actor InterventionProtect9 : InterventionProtect1 { powerup.duration -14 }
Actor InterventionProtect10 : InterventionProtect1 { powerup.duration -15 }

Actor PowerInterventionProtect : PowerProtection
{
	DamageFactor "normal", 0.5
}