home *** CD-ROM | disk | FTP | other *** search
- ;////////////////////////////////////////
- ;// SHIP DESCRIPTION FILE
- ;////////////////////////////////////////
-
- [MAIN]
- DESC_TYPE = SHIP
- OBJECT_NAME = Aphid
-
- RACE = BORA
- NAME_ID = APHID
-
- EXTERIOR_PAK = termite.pak, termite.pal
- INTERIOR_PAK = NULL, NULL
-
- [ORIENT]
- ANIMFILE = aphid.anm
-
- [SOUND]
- EXTERNAL_SOUND = ENG_LGSHIP07_BOD, ENG_NPSHIP11_ABL ;// w/o-burner, with burner
- ;INTERNAL_SOUND = ENG_SHIP1_THR, ENG_SHIP1_ABL, ENG_SHIP1_VEL ;// thrust, with burner, velocity
- ;INTERNAL_VOLUME = 100, 250, 100 ;// thrust, with burner, velocity
- FALLOFF = 20000 ;// in feet
- ;INTERNAL_PITCH = 32768, 65536 ;// 0% thrust, 100% thrust
- ;INTERNAL_BURNER_PITCH = 65536
- ;INTERNAL_VELOCITY_PITCH = 22768, 65536 ;// speed 0, max ship speed
- EXTERNAL_PITCH = 25000, 65536 ;// ..
- EXTERNAL_BURNER_PITCH = 65536
- BURNER_IGNITE = ENG_NPSHIP11_ABON ;// played when burner ignites
- BURNER_OFF = ENG_NPSHIP11_ABOF ;// played when burner turns off
-
- [AI]
- OBJECT_CLASS = CLASS_BOMBER ;// what class are we?
- MAIN_TARGET_CLASS = CLASS_CAPSHIP ;// who do we really like killing?
- TARGET_CLASS = CLASS_FIGHTER+CLASS_BOMBER ;// who else do we kill?
-
- [ROTATION]
- YAW_ACCEL = 0.00026
- MAX_YAW_RATE = 50.0 ;// degrees per second
- YAW_DAMPEN = 0.05
-
- PITCH_ACCEL = 0.00026
- MAX_PITCH_RATE = 50.0 ;// degrees per second
- PITCH_DAMPEN = 0.05
-
- ROLL_ACCEL = 0.00040
- MAX_ROLL_RATE = 150.0 ;// degrees per second
- ROLL_DAMPEN = 0.05
-
- YAW_ROLL_RATIO = 0.25 ;// percentage of roll that occurs with yaw
-
- [SPEED]
- ACCELERATION = 100
- MAX_SPEED = 45000 ;//
- DRIFT = .985
-
- [AFTERBURNER]
- SUPPORTED = 1
- ACCELERATION = 2.0 ;// percent of normal acceleration (1.0 = 100%)
- TOP_SPEED_BOOST = 1.5 ;// percent of max speed
- RECHARGE_RATE = 0.025 ;// percent of energy recharged per frame
- MAX_ENERGY = 25000 ;// amount of energy it can store
- POWER_USE = 15 ;// amount of energy used per frame
-
- [SIDE_THRUSTERS]
- SUPPORTED = 0
- ACCELERATION = 0.1
- TOP_SPEED = 10
-
- [SHIELDS]
- MAX_ENERGY = 20000 ;// shield strength
- RECHARGE_RATE = 0.025 ;// percent of strength recharged per frame
- ENERGY_DAMAGE = 1.0 ;// percent of damage an energy hit can do
- PROJECTILE_DAMAGE = 0.25 ;// percent of damage a projectile hit can do
-
- [HULL]
- DAMAGE = 12000 ;// hull strength
- ENERGY_DAMAGE = 0.65 ;// percent of damage an energy hit can do
- PROJECTILE_DAMAGE = 0.95 ;// percent of damage a projectile hit can do
-
- [ENERGY]
- LASER_ENERGY = 24000
-
- [CAMERA]
- CAMERA_POINT_SLOT = 0
-
- [WEAPONS]
- NUM_WEAPONS = 2 ;// number of weapon systems
-
- [WEAP_1]
- TYPE = LASER_LIGHT_BORA
- NUM_MOUNTS = 2
- MOUNT_1_POINT_SLOT = 1 ;// slot number in 3do of object
- MOUNT_2_POINT_SLOT = 2 ;// slot number in 3do of object
- AMMO = 0
-
- [WEAP_2]
- TYPE = TORPEDO_FORTIS
- NUM_MOUNTS = 1
- MOUNT_1_POINT_SLOT = 3 ;// slot number in 3do of object
- AMMO = 8
-
- [HUD]
- SHIELD_POS = 200, 420 ;// position of shield image
- SHIELD_SHIP_PCX = HSHLD_1A.PCX ;// name of ship's hull pcx
- SHIELD_SHIELD_PCX = HSHLD_1B.PCX ;// name of ship's shield pcx
-
-
-
-
-
-
-
-