Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Fallen Empire: Legions
- Copyright (C) GarageGames.com, Inc.
- */
- datablock TriggerData(JumpPadTrigger)
- {
- jumpImpulse = 82500;
- jumpImpulseZ = 2500;
- jumpDamage = 0.01;
- tickPeriodMs = 300;
- };
- datablock TriggerData(jumpRingTrigger)
- {
- tickPeriodMs = 10;
- };
- datablock StaticShapeData(jumpRing)
- {
- shapeFile = "legions/data/shapes/capturePoints/jumpRing/jumpRing.dts";
- className = jumpRingClass;
- //debrisShapeName = "legions/data/shapes/human/explodable_human.dts";
- //debris = "PlayerGibDebris";
- maxDamage = 450;
- repairRate = 0.0;
- isInvincible = false;
- disabledLevel = 1.0;
- destroyedLevel = 1.0;
- inheritEnergyFromMount = false;
- deployRadiusMultiplier = 5;
- motionTrailTimeBeforeDelete = 3850;
- motionTrail[0] = "DeployMotionTrail2";
- motionTrail[1] = "DeployMotionTrail2";
- motionTrail[2] = "DeployMotionTrail2";
- motionTrail[3] = "DeployMotionTrail2";
- motionTrail[4] = "DeployMotionTrail2";
- motionTrail[5] = "DeployMotionTrail2";
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement