FITini

// This is the hvindyc_a3 Building Data File

[ObjectClass]
l ObjectTypeNum = 1

[ObjectType]
st Name 		= "hvindyc_a3"		// Text string giving a descriptive name  (only 8 chars long!!)
l Type			= 19
l Appearance		= 0x07000069
l Duration		= -1			// Lasts forever = -1
l MaxDamage		= 0			// Number of damage points before BOOM!
l ExplosionObject	= 727			// Object Class Number of explosion for this building
l DestroyedObject	= 0			// Object Class Number of Destroyed shape for building
f ExtentRadius		= 35			// Extent Radius in Meters

[BuildingData]
l BuildingName = 305
b BlocksLineOfFire = TRUE
ul DmgLevel		= 46
ul BlownEffectId	= -1			//Sound Effect played when building dies.
ul NormalEffectId	= -1			//Sound Effect played when building is normal.
ul DamageEffectId	= -1			//Sound Effect Played when building is dmg/destroyed.
st NormalShadow		= "hvindyc_a3_gt"	//Tile to draw under building -- Not Required
st DestroyedShadow	= "hvindyc_a3_gt_dmg"	//Tile to draw under destroyed buiding -- Not required.
l BasePixelOffsetX	= -6			//Where on tile to draw this building.
l BasePixelOffsetY	= 93			//
l CollisionOffsetX	= -17			//Some buildings were not rendered to spec.  This fixes the problem.
l CollisionOffsetY	= 56
l LowTemplate		= 0x1e1e0000
l HighTemplate		= 0x0000181c

FITend