Is there a way to make the TSF cause damage to ships and stations?
yes, change your tempor file in special weapons to say this:
//Programming Stuff DO NOT CHANGE classLabel = "temporal"
//The number of units which are subtracted from the Special Energy Reserve specialEnergyCost = 5000
//The base amount of damage which the ordinance does with each hit damageBase = 4
//The amount of variance applied to the damage (i.e. 10 + or - 2) damageVariance = 1
//The threshold which must be exceeded to cause crew casualties prior //to shield exhaustion damageThreshold = 5
//The multiplier by which any damage which exceeds the threshold is //multiplied by to calculate the percentage of crew lost with that hit shieldCrewModifier = 0
//The multiplier by which any damage which is applied to the hull is //multiplied by to calculate the percentage of crew lost with that hit hullCrewModifier = 0
//Amount of time the graphical effect and the pause lasts lifeSpan = 45.0
//Radius of the pause effect and graphic Radius = 800.0
//the geometry for the stop time effect shotGeometry = "Wstoptim.sod"