? What's not true?
I'm looking at the phase jump data right now. That's in the Player files.
hyperspaceData
chargeUpEffectName "xy_dreamgate_standard"
chargeUpEffectNameBetweenStars "HyperspaceChargeUpSolarSystem"
chargeUpEffectNameDestabilized "HyperspaceChargeUpRed"
chargeUpEffectSoundID "xy_dreamgate_standard_charge"
travelEffectName "HyperspaceTravel"
travelEffectNameBetweenStars "HyperspaceTravelSolarSystem"
travelEffectNameDestabilized "HyperspaceTravelRed"
travelEffectSoundID "HYPERSPACE_TRAVEL"
exitEffectName "xy_dreamgate_standard_exit"
exitEffectSoundID "xy_dreamgate_standard_exit"
baseHyperspaceSpeed 89500.000000
hyperspaceSpeedBetweenStarsMultiplier 24.000000
hyperspaceSpeedToFriendlyOrbitBodiesMultiplier 1.000000
baseHyperspaceAntiMatterCost 100.000000
baseHyperspaceChargeUpTime 6.000000
If I look at the PlanetModule entity file for "JumpBlocker", I see;
TXT
entityType "PlanetModuleStandard"
minZoomDistanceMult 2.000000
ability:0 "AbilityHyperspaceDisruption"
^ Clearly an ability entity file. AbilityHyperspaceDisruption.entity
Which is exactly what I thought I would see
That file calls,
buffType "BuffHyperspaceDisruptionSpawner"
Which then leads to the Target, that has...
entityModifier
buffEntityModifierType "HyperspaceChargeUpRate"
value
Level:0 -7.000000
Level:1 0.000000
Level:2 0.000000
So, did you even put effort into looking at the files or did you just feel like trolling?