home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_object_civilian_civiliansubobjects.ini < prev    next >
Text File  |  2006-01-31  |  183KB  |  6,867 lines

  1. ; FILE: CivilianSubObjects.ini ///////////////////////////////////////////////////////
  2. ; In this file are related objects such as debris from the units or 
  3. ; objects created by proper Objects as weapons.
  4. ;//////////////////////////////////////////////////////////////////////////////
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. ;------------------------------------------------------------------------------
  12. ;------------------------------------------------------------------------------
  13. ;------------------------------------------------------------------------------
  14. ;------------------------------------------------------------------------------
  15. ;
  16. ;  Temp and Testing
  17. ;
  18. ;------------------------------------------------------------------------------
  19. ;------------------------------------------------------------------------------
  20. ;------------------------------------------------------------------------------
  21.  
  22.  
  23.  
  24. ;----------------------------------------------------------------------------
  25.  
  26. Object BuildingDamageBits01
  27.  
  28.   ; *** ART Parameters ***
  29.   Draw = W3DScriptedModelDraw ModuleTag_01
  30.     DefaultModelConditionState
  31.       Model               = GB_Brick
  32.       ParticleSysBone     = None BuildingDebrisBitsTrail
  33.     End
  34.   End
  35.  
  36.   ; *** AUDIO Parameters ***
  37.  
  38.   ; ***DESIGN parameters ***
  39.   EditorSorting     = SYSTEM
  40.   ArmorSet
  41.     Armor = NoArmor
  42.   End
  43.   VisionRange = 0.0
  44.  
  45.   ; *** ENGINEERING Parameters ***
  46.   KindOf = NO_COLLIDE UNATTACKABLE
  47.     
  48.     Body = ActiveBody ModuleTag_MakesKillWork
  49.         MaxHealth = 1
  50.     End
  51.   ShockwaveResistance = SHOCKWAVE_RESISTANCE_IMMUNE
  52.   Behavior = LifetimeUpdate ModuleTag_02
  53.     MinLifetime = 8000   ; min lifetime in msec
  54.     MaxLifetime = 8000   ; max lifetime in msec
  55.   End
  56.  
  57.   Behavior = PhysicsBehavior ModuleTag_03
  58.     AllowBouncing = Yes
  59.     KillWhenRestingOnGround = Yes
  60.   End
  61.  
  62.   Behavior = SlowDeathBehavior ModuleTag_04
  63.     SinkDelay         = 0
  64.     SinkRate          = 3     ; in Dist/Sec
  65.     DestructionDelay  = 2000
  66.   End
  67.  
  68.   Geometry = Sphere
  69.   GeometryIsSmall = Yes
  70.   GeometryMajorRadius = 0.8
  71. End
  72.  
  73. ;----------------------------------------------------------------------------
  74.  
  75. Object BuildingDamageBits02
  76.  
  77.   ; *** ART Parameters ***
  78.   Draw = W3DScriptedModelDraw ModuleTag_01
  79.     DefaultModelConditionState
  80.       Model               = GB_Debris01
  81. ;      ParticleSysBone     = None BuildingChunkBitsTrail
  82.     End
  83.   End
  84.  
  85.   ; *** AUDIO Parameters ***
  86.  
  87.   ; ***DESIGN parameters ***
  88.   EditorSorting     = SYSTEM
  89.   ArmorSet
  90.     Armor = NoArmor
  91.   End
  92.   VisionRange = 0.0
  93.  
  94.   ; *** ENGINEERING Parameters ***
  95.   KindOf = NO_COLLIDE UNATTACKABLE
  96.     
  97.     Body = ActiveBody ModuleTag_MakesKillWork
  98.         MaxHealth = 1
  99.     End
  100.     
  101.   Behavior = LifetimeUpdate ModuleTag_02
  102.     MinLifetime = 8000   ; min lifetime in msec
  103.     MaxLifetime = 8000   ; max lifetime in msec
  104.   End
  105.  
  106.   Behavior = PhysicsBehavior ModuleTag_03
  107.     AllowBouncing = Yes
  108.     KillWhenRestingOnGround = Yes
  109.   End
  110.  
  111.   Behavior = SlowDeathBehavior ModuleTag_04
  112.     SinkDelay         = 0
  113.     SinkRate          = 4     ; in Dist/Sec
  114.     DestructionDelay  = 2000
  115.   End
  116.  
  117.   Geometry = Sphere
  118.   GeometryIsSmall = Yes
  119.   GeometryMajorRadius = 1.6
  120. End
  121. ;----------------------------------------------------------------------------
  122.  
  123. Object BuildingDamageBits03
  124.  
  125.   ; *** ART Parameters ***
  126.   Draw = W3DScriptedModelDraw ModuleTag_01
  127.     DefaultModelConditionState
  128.       Model               = GB_Debris02
  129. ;      ParticleSysBone     = None BuildingChunkBitsTrail
  130.     End
  131.   End
  132.  
  133.   ; *** AUDIO Parameters ***
  134.  
  135.   ; ***DESIGN parameters ***
  136.   EditorSorting     = SYSTEM
  137.   ArmorSet
  138.     Armor = NoArmor
  139.   End
  140.   VisionRange = 0.0
  141.  
  142.   ; *** ENGINEERING Parameters ***
  143.   KindOf = NO_COLLIDE UNATTACKABLE
  144.     
  145.     Body = ActiveBody ModuleTag_MakesKillWork
  146.         MaxHealth = 1
  147.     End
  148.     
  149.   Behavior = LifetimeUpdate ModuleTag_02
  150.     MinLifetime = 8000   ; min lifetime in msec
  151.     MaxLifetime = 8000   ; max lifetime in msec
  152.   End
  153.  
  154.   Behavior = PhysicsBehavior ModuleTag_03
  155.     AllowBouncing = Yes
  156.     KillWhenRestingOnGround = Yes
  157.   End
  158.  
  159.   Behavior = SlowDeathBehavior ModuleTag_04
  160.     SinkDelay         = 0
  161.     SinkRate          = 4     ; in Dist/Sec
  162.     DestructionDelay  = 2000
  163.   End
  164.  
  165.   Geometry = Sphere
  166.   GeometryIsSmall = Yes
  167.   GeometryMajorRadius = 1.6
  168. End
  169.  
  170. ;----------------------------------------------------------------------------
  171.  
  172. Object BuildingDamageBits04
  173.  
  174.   ; *** ART Parameters ***
  175.   Draw = W3DScriptedModelDraw ModuleTag_01
  176.     DefaultModelConditionState
  177.       Model               = GB_Debris02
  178.       ParticleSysBone     = None BuildingChunkBitsTrail02
  179.     End
  180.   End
  181.  
  182.   ; *** AUDIO Parameters ***
  183.  
  184.   ; ***DESIGN parameters ***
  185.   EditorSorting     = SYSTEM
  186.   ArmorSet
  187.     Armor = NoArmor
  188.   End
  189.   VisionRange = 0.0
  190.  
  191.   ; *** ENGINEERING Parameters ***
  192.   KindOf = NO_COLLIDE UNATTACKABLE
  193.     
  194.     Body = ActiveBody ModuleTag_MakesKillWork
  195.         MaxHealth = 1
  196.     End
  197.     
  198.   Behavior = LifetimeUpdate ModuleTag_02
  199.     MinLifetime = 8000   ; min lifetime in msec
  200.     MaxLifetime = 8000   ; max lifetime in msec
  201.   End
  202.  
  203.   Behavior = PhysicsBehavior ModuleTag_03
  204.     AllowBouncing = Yes
  205.     KillWhenRestingOnGround = Yes
  206.   End
  207.  
  208.   Behavior = SlowDeathBehavior ModuleTag_04
  209.     SinkDelay         = 0
  210.     SinkRate          = 4     ; in Dist/Sec
  211.     DestructionDelay  = 2000
  212.   End
  213.  
  214.   Geometry = Sphere
  215.   GeometryIsSmall = Yes
  216.   GeometryMajorRadius = 2.4
  217. End
  218.  
  219. ;----------------------------------------------------------------------------
  220.  
  221. Object BuildingGenBitTemplate
  222.  
  223.   ; *** ART Parameters ***
  224.   Draw = W3DScriptedModelDraw ModuleTag_01
  225.     DefaultModelConditionState
  226.       Model               = GBGen01_D2a
  227.       ParticleSysBone     = None BuildingChunkBitsTrail
  228.     End
  229.   End
  230.  
  231.   ; ***DESIGN parameters ***
  232.   EditorSorting     = SYSTEM
  233.   ArmorSet
  234.     Armor = NoArmor
  235.   End
  236.   VisionRange = 0.0
  237.  
  238.   ; *** ENGINEERING Parameters ***
  239.   KindOf = NO_COLLIDE INERT
  240.   ShockwaveResistance = SHOCKWAVE_RESISTANCE_IMMUNE
  241.  
  242.   Behavior = PhysicsBehavior ModuleTag_03
  243.     AllowBouncing = Yes
  244.     OrientToFlightPath = Yes
  245.     KillWhenRestingOnGround = Yes
  246.     GravityMult = 1.0
  247.   End
  248.  
  249.   Body = ActiveBody ModuleTag_05    ; we need an active body to have a slowdeath bahavior called
  250.     MaxHealth       = 100.0
  251.   End
  252.   
  253.   Behavior = SlowDeathBehavior ModuleTag_04
  254.     DeathTypes          = ALL
  255.     SinkDelay         = 5000
  256.     SinkRate          = 1     ; in Dist/Sec
  257.     DestructionDelay  = 16000
  258.   End
  259.  
  260.   Geometry              = BOX
  261.   GeometryMajorRadius   = 6.4
  262.   GeometryMinorRadius   = 6.4
  263.   GeometryHeight        = 30.4
  264.   GeometryIsSmall       = No
  265.   Shadow                = SHADOW_VOLUME
  266. End
  267.  
  268. ;----------------------------------------------------------------------------
  269.  
  270. Object BuildingGenBitTemplateAnimated
  271.  
  272.   ; *** ART Parameters ***
  273.   Draw = W3DScriptedModelDraw ModuleTag_01
  274.     DefaultModelConditionState
  275.       Model               = GBGen01_D2a
  276.       ParticleSysBone     = None BuildingChunkBitsTrail
  277.     End
  278.   End
  279.  
  280.   ; ***DESIGN parameters ***
  281.   EditorSorting     = SYSTEM
  282.   ArmorSet
  283.     Armor = NoArmor
  284.   End
  285.   VisionRange = 0.0
  286.  
  287.   ; *** ENGINEERING Parameters ***
  288.   KindOf = NO_COLLIDE UNATTACKABLE INERT
  289.     
  290.     Body = ActiveBody ModuleTag_MakesKillWork
  291.         MaxHealth = 1
  292.     End
  293.   ShockwaveResistance = SHOCKWAVE_RESISTANCE_IMMUNE
  294.   Behavior = LifetimeUpdate ModuleTag_02
  295.     MinLifetime = 1000   ; min lifetime in msec
  296.     MaxLifetime = 1000   ; max lifetime in msec
  297.   End
  298.  
  299.   Behavior = SlowDeathBehavior ModuleTag_04
  300.     SinkDelay         = 0
  301.     SinkRate          = 0     ; in Dist/Sec
  302.     DestructionDelay  = 3000
  303.   End
  304.  
  305.   Geometry              = BOX
  306.   GeometryMajorRadius   = 6.4
  307.   GeometryMinorRadius   = 6.4
  308.   GeometryHeight        = 30.4
  309.   GeometryIsSmall       = No
  310.   Shadow                = SHADOW_VOLUME
  311. End
  312.  
  313. ;----------------------------------------------------------------------------
  314.  
  315. ObjectReskin BuildingGen01BitA BuildingGenBitTemplate
  316.  
  317.   ; *** ART Parameters ***
  318.   Draw = W3DScriptedModelDraw ModuleTag_01
  319.     DefaultModelConditionState
  320.       Model               = GBGen01_D2a
  321.       ParticleSysBone     = None BuildingChunkBitsTrail
  322.     End
  323.   End
  324.  
  325.   GeometryMajorRadius   = 6.4
  326.   GeometryMinorRadius   = 6.4
  327.   GeometryHeight        = 30.4
  328. End
  329.  
  330. ;----------------------------------------------------------------------------
  331.  
  332. ObjectReskin BuildingGen01BitB BuildingGenBitTemplate
  333.  
  334.   ; *** ART Parameters ***
  335.   Draw = W3DScriptedModelDraw ModuleTag_01
  336.     DefaultModelConditionState
  337.       Model               = GBGen01_D2b
  338.       ParticleSysBone     = None BuildingChunkBitsTrail
  339.     End
  340.   End
  341.  
  342.   GeometryMajorRadius   = 6.4
  343.   GeometryMinorRadius   = 4.8
  344.   GeometryHeight        = 35.2
  345. End
  346.  
  347. ;----------------------------------------------------------------------------
  348.  
  349. ObjectReskin BuildingGen01BitC BuildingGenBitTemplate
  350.  
  351.   ; *** ART Parameters ***
  352.   Draw = W3DScriptedModelDraw ModuleTag_01
  353.     DefaultModelConditionState
  354.       Model               = GBGen01_D2c
  355.       ParticleSysBone     = None BuildingChunkBitsTrail
  356.     End
  357.   End
  358.  
  359.   GeometryMajorRadius   = 9.6
  360.   GeometryMinorRadius   = 9.6
  361.   GeometryHeight        = 36.8
  362. End
  363.  
  364. ;----------------------------------------------------------------------------
  365.  
  366. ObjectReskin BuildingGen01BitD BuildingGenBitTemplate
  367.  
  368.   ; *** ART Parameters ***
  369.   Draw = W3DScriptedModelDraw ModuleTag_01
  370.     DefaultModelConditionState
  371.       Model               = GBGen01_D2d
  372.       ParticleSysBone     = None BuildingChunkBitsTrail
  373.     End
  374.   End
  375.  
  376.    GeometryMajorRadius   = 4.0
  377.   GeometryMinorRadius   = 4.8
  378.   GeometryHeight        = 36.8
  379. End
  380.  
  381. ;----------------------------------------------------------------------------
  382.  
  383. ObjectReskin BuildingGen02BitA BuildingGenBitTemplate
  384.  
  385.   ; *** ART Parameters ***
  386.   Draw = W3DScriptedModelDraw ModuleTag_01
  387.     DefaultModelConditionState
  388.       Model               = GBGen02_D2a
  389.       ParticleSysBone     = None BuildingChunkBitsTrail
  390.     End
  391.   End
  392.  
  393.   GeometryMajorRadius   = 5.6
  394.   GeometryMinorRadius   = 4.8
  395.   GeometryHeight        = 36.8
  396. End
  397.  
  398. ;----------------------------------------------------------------------------
  399.  
  400. ObjectReskin BuildingGen02BitB BuildingGenBitTemplate
  401.  
  402.   ; *** ART Parameters ***
  403.   Draw = W3DScriptedModelDraw ModuleTag_01
  404.     DefaultModelConditionState
  405.       Model               = GBGen02_D2b
  406.       ParticleSysBone     = None BuildingChunkBitsTrail
  407.     End
  408.   End
  409.  
  410.   GeometryMajorRadius   = 8.8
  411.   GeometryMinorRadius   = 7.2
  412.   GeometryHeight        = 25.6
  413. End
  414.  
  415. ;----------------------------------------------------------------------------
  416.  
  417. ObjectReskin BuildingGen02BitC BuildingGenBitTemplate
  418.  
  419.   ; *** ART Parameters ***
  420.   Draw = W3DScriptedModelDraw ModuleTag_01
  421.     DefaultModelConditionState
  422.       Model               = GBGen02_D2c
  423.       ParticleSysBone     = None BuildingChunkBitsTrail
  424.     End
  425.   End
  426.  
  427.   GeometryMajorRadius   = 8.8
  428.   GeometryMinorRadius   = 9.6
  429.   GeometryHeight        = 6.4
  430. End
  431.  
  432. ;----------------------------------------------------------------------------
  433.  
  434. ObjectReskin BuildingGen02BitD BuildingGenBitTemplate
  435.  
  436.   ; *** ART Parameters ***
  437.   Draw = W3DScriptedModelDraw ModuleTag_01
  438.     DefaultModelConditionState
  439.       Model               = GBGen02_D2d
  440.       ParticleSysBone     = None BuildingChunkBitsTrail
  441.     End
  442.   End
  443.  
  444.   GeometryMajorRadius   = 10.4
  445.   GeometryMinorRadius   = 9.6
  446.   GeometryHeight        = 30.4
  447. End
  448.  
  449. ;----------------------------------------------------------------------------
  450.  
  451. ObjectReskin BuildingGen03BitA BuildingGenBitTemplate
  452.  
  453.   ; *** ART Parameters ***
  454.   Draw = W3DScriptedModelDraw ModuleTag_01
  455.     DefaultModelConditionState
  456.       Model               = GBGen03_D2a
  457.       ParticleSysBone     = None BuildingChunkBitsTrail
  458.     End
  459.   End
  460.  
  461.   GeometryMajorRadius   = 7.2
  462.   GeometryMinorRadius   = 6.4
  463.   GeometryHeight        = 24.0
  464. End
  465.  
  466. ;----------------------------------------------------------------------------
  467.  
  468. ObjectReskin BuildingGen03BitB BuildingGenBitTemplate
  469.  
  470.   ; *** ART Parameters ***
  471.   Draw = W3DScriptedModelDraw ModuleTag_01
  472.     DefaultModelConditionState
  473.       Model               = GBGen03_D2b
  474.       ParticleSysBone     = None BuildingChunkBitsTrail
  475.     End
  476.   End
  477.  
  478.   GeometryMajorRadius   = 9.6
  479.   GeometryMinorRadius   = 6.4
  480.   GeometryHeight        = 22.4
  481. End
  482.  
  483. ;----------------------------------------------------------------------------
  484.  
  485. ObjectReskin BuildingGen03BitC BuildingGenBitTemplate
  486.  
  487.   ; *** ART Parameters ***
  488.   Draw = W3DScriptedModelDraw ModuleTag_01
  489.     DefaultModelConditionState
  490.       Model               = GBGen03_D2c
  491.       ParticleSysBone     = None BuildingChunkBitsTrail
  492.     End
  493.   End
  494.  
  495.   GeometryMajorRadius   = 8.0
  496.   GeometryMinorRadius   = 5.6
  497.   GeometryHeight        = 30.4
  498. End
  499.  
  500. ;----------------------------------------------------------------------------
  501.  
  502. ObjectReskin BuildingGen03BitD BuildingGenBitTemplate
  503.  
  504.   ; *** ART Parameters ***
  505.   Draw = W3DScriptedModelDraw ModuleTag_01
  506.     DefaultModelConditionState
  507.       Model               = GBGen03_D2d
  508.       ParticleSysBone     = None BuildingChunkBitsTrail
  509.     End
  510.   End
  511.  
  512.   GeometryMajorRadius   = 11.2
  513.   GeometryMinorRadius   = 5.6
  514.   GeometryHeight        = 35.2
  515. End
  516.  
  517. ;----------------------------------------------------------------------------
  518.  
  519. ObjectReskin BuildingGen04BitA BuildingGenBitTemplate
  520.  
  521.   ; *** ART Parameters ***
  522.   Draw = W3DScriptedModelDraw ModuleTag_01
  523.     DefaultModelConditionState
  524.       Model               = GBGen04_D2a
  525.       ParticleSysBone     = None BuildingChunkBitsTrail
  526.     End
  527.   End
  528.  
  529.   GeometryMajorRadius   = 9.6
  530.   GeometryMinorRadius   = 9.6
  531.   GeometryHeight        = 49.6
  532. End
  533.  
  534. ;----------------------------------------------------------------------------
  535.  
  536. ObjectReskin BuildingGen04BitB BuildingGenBitTemplate
  537.  
  538.   ; *** ART Parameters ***
  539.   Draw = W3DScriptedModelDraw ModuleTag_01
  540.     DefaultModelConditionState
  541.       Model               = GBGen04_D2b
  542.       ParticleSysBone     = None BuildingChunkBitsTrail
  543.     End
  544.   End
  545.  
  546.   GeometryMajorRadius   = 9.6
  547.   GeometryMinorRadius   = 9.6
  548.   GeometryHeight        = 54.4
  549. End
  550.  
  551. ;----------------------------------------------------------------------------
  552.  
  553. ObjectReskin BuildingGen04BitC BuildingGenBitTemplate
  554.  
  555.   ; *** ART Parameters ***
  556.   Draw = W3DScriptedModelDraw ModuleTag_01
  557.     DefaultModelConditionState
  558.       Model               = GBGen04_D2c
  559.       ParticleSysBone     = None BuildingChunkBitsTrail
  560.     End
  561.   End
  562.  
  563.   GeometryMajorRadius   = 2.4
  564.   GeometryMinorRadius   = 8.0
  565.   GeometryHeight        = 32.0
  566. End
  567.  
  568. ;----------------------------------------------------------------------------
  569.  
  570. ObjectReskin BuildingGen04BitD BuildingGenBitTemplate
  571.  
  572.   ; *** ART Parameters ***
  573.   Draw = W3DScriptedModelDraw ModuleTag_01
  574.     DefaultModelConditionState
  575.       Model               = GBGen04_D2d
  576.       ParticleSysBone     = None BuildingChunkBitsTrail
  577.     End
  578.   End
  579.  
  580.   GeometryMajorRadius   = 11.2
  581.   GeometryMinorRadius   = 2.4
  582.   GeometryHeight        = 54.4
  583. End
  584.  
  585. ;----------------------------------------------------------------------------
  586.  
  587. ObjectReskin BuildingGen05BitA BuildingGenBitTemplate
  588.  
  589.   ; *** ART Parameters ***
  590.   Draw = W3DScriptedModelDraw ModuleTag_01
  591.     DefaultModelConditionState
  592.       Model               = GBGen05_D2a
  593.       ParticleSysBone     = None BuildingChunkBitsTrail
  594.     End
  595.   End
  596.  
  597.   GeometryMajorRadius   = 7.2
  598.   GeometryMinorRadius   = 6.4
  599.   GeometryHeight        = 38.4
  600. End
  601.  
  602. ;----------------------------------------------------------------------------
  603.  
  604. ObjectReskin BuildingGen05BitB BuildingGenBitTemplate
  605.  
  606.   ; *** ART Parameters ***
  607.   Draw = W3DScriptedModelDraw ModuleTag_01
  608.     DefaultModelConditionState
  609.       Model               = GBGen05_D2b
  610.       ParticleSysBone     = None BuildingChunkBitsTrail
  611.     End
  612.   End
  613.  
  614.   GeometryMajorRadius   = 3.2
  615.   GeometryMinorRadius   = 15.2
  616.   GeometryHeight        = 27.2
  617. End
  618.  
  619. ;----------------------------------------------------------------------------
  620.  
  621. ObjectReskin BuildingGen05BitC BuildingGenBitTemplate
  622.  
  623.   ; *** ART Parameters ***
  624.   Draw = W3DScriptedModelDraw ModuleTag_01
  625.     DefaultModelConditionState
  626.       Model               = GBGen05_D2c
  627.       ParticleSysBone     = None BuildingChunkBitsTrail
  628.     End
  629.   End
  630.  
  631.   GeometryMajorRadius   = 7.2
  632.   GeometryMinorRadius   = 7.2
  633.   GeometryHeight        = 38.4
  634. End
  635.  
  636. ;----------------------------------------------------------------------------
  637.  
  638. ObjectReskin BuildingGen05BitD BuildingGenBitTemplate
  639.  
  640.   ; *** ART Parameters ***
  641.   Draw = W3DScriptedModelDraw ModuleTag_01
  642.     DefaultModelConditionState
  643.       Model               = GBGen05_D2d
  644.       ParticleSysBone     = None BuildingChunkBitsTrail
  645.     End
  646.   End
  647.  
  648.   GeometryMajorRadius   = 6.4
  649.   GeometryMinorRadius   = 7.2
  650.   GeometryHeight        = 33.6
  651. End
  652.  
  653. ;----------------------------------------------------------------------------
  654.  
  655. ObjectReskin BuildingGen06BitA BuildingGenBitTemplate
  656.  
  657.   ; *** ART Parameters ***
  658.   Draw = W3DScriptedModelDraw ModuleTag_01
  659.     DefaultModelConditionState
  660.       Model               = GBGen06_D2a
  661.       ParticleSysBone     = None BuildingChunkBitsTrail
  662.     End
  663.   End
  664.  
  665.   GeometryMajorRadius   = 5.6
  666.   GeometryMinorRadius   = 11.2
  667.   GeometryHeight        = 24.0
  668. End
  669.  
  670. ;----------------------------------------------------------------------------
  671.  
  672. ObjectReskin BuildingGen06BitB BuildingGenBitTemplate
  673.  
  674.   ; *** ART Parameters ***
  675.   Draw = W3DScriptedModelDraw ModuleTag_01
  676.     DefaultModelConditionState
  677.       Model               = GBGen06_D2b
  678.       ParticleSysBone     = None BuildingChunkBitsTrail
  679.     End
  680.   End
  681.  
  682.   GeometryMajorRadius   = 6.4
  683.   GeometryMinorRadius   = 6.4
  684.   GeometryHeight        = 38.4
  685. End
  686.  
  687. ;----------------------------------------------------------------------------
  688.  
  689. ObjectReskin BuildingGen06BitC BuildingGenBitTemplate
  690.  
  691.   ; *** ART Parameters ***
  692.   Draw = W3DScriptedModelDraw ModuleTag_01
  693.     DefaultModelConditionState
  694.       Model               = GBGen06_D2c
  695.       ParticleSysBone     = None BuildingChunkBitsTrail
  696.     End
  697.   End
  698.  
  699.   GeometryMajorRadius   = 8.8
  700.   GeometryMinorRadius   = 11.2
  701.   GeometryHeight        = 24.0
  702. End
  703.  
  704. ;----------------------------------------------------------------------------
  705.  
  706. ObjectReskin BuildingGen06BitD BuildingGenBitTemplate
  707.  
  708.   ; *** ART Parameters ***
  709.   Draw = W3DScriptedModelDraw ModuleTag_01
  710.     DefaultModelConditionState
  711.       Model               = GBGen06_D2d
  712.       ParticleSysBone     = None BuildingChunkBitsTrail
  713.     End
  714.   End
  715.  
  716.   GeometryMajorRadius   = 7.2
  717.   GeometryMinorRadius   = 5.6
  718.   GeometryHeight        = 24.0
  719. End
  720.  
  721. ;----------------------------------------------------------------------------
  722.  
  723. ObjectReskin BuildingGen07BitA BuildingGenBitTemplate
  724.  
  725.   ; *** ART Parameters ***
  726.   Draw = W3DScriptedModelDraw ModuleTag_01
  727.     DefaultModelConditionState
  728.       Model               = GBGen07_D2a
  729.       ParticleSysBone     = None BuildingChunkBitsTrail
  730.     End
  731.   End
  732.  
  733.   GeometryMajorRadius   = 10.4
  734.   GeometryMinorRadius   = 8.8
  735.   GeometryHeight        = 27.2
  736. End
  737.  
  738. ;----------------------------------------------------------------------------
  739.  
  740. ObjectReskin BuildingGen07BitB BuildingGenBitTemplate
  741.  
  742.   ; *** ART Parameters ***
  743.   Draw = W3DScriptedModelDraw ModuleTag_01
  744.     DefaultModelConditionState
  745.       Model               = GBGen07_D2b
  746.       ParticleSysBone     = None BuildingChunkBitsTrail
  747.     End
  748.   End
  749.  
  750.   GeometryMajorRadius   = 11.2
  751.   GeometryMinorRadius   = 11.2
  752.   GeometryHeight        = 43.2
  753. End
  754.  
  755. ;----------------------------------------------------------------------------
  756.  
  757. ObjectReskin BuildingGen07BitC BuildingGenBitTemplate
  758.  
  759.   ; *** ART Parameters ***
  760.   Draw = W3DScriptedModelDraw ModuleTag_01
  761.     DefaultModelConditionState
  762.       Model               = GBGen07_D2c
  763.       ParticleSysBone     = None BuildingChunkBitsTrail
  764.     End
  765.   End
  766.  
  767.   GeometryMajorRadius   = 7.2
  768.   GeometryMinorRadius   = 8.8
  769.   GeometryHeight        = 40.0
  770. End
  771.  
  772. ;----------------------------------------------------------------------------
  773.  
  774. ObjectReskin BuildingGen07BitD BuildingGenBitTemplate
  775.  
  776.   ; *** ART Parameters ***
  777.   Draw = W3DScriptedModelDraw ModuleTag_01
  778.     DefaultModelConditionState
  779.       Model               = GBGen07_D2d
  780.       ParticleSysBone     = None BuildingChunkBitsTrail
  781.     End
  782.   End
  783.  
  784.   GeometryMajorRadius   = 8.8
  785.   GeometryMinorRadius   = 13.6
  786.   GeometryHeight        = 32.0
  787. End
  788.  
  789. ;----------------------------------------------------------------------------
  790.  
  791. ObjectReskin BuildingGen08BitA BuildingGenBitTemplate
  792.  
  793.   ; *** ART Parameters ***
  794.   Draw = W3DScriptedModelDraw ModuleTag_01
  795.     DefaultModelConditionState
  796.       Model               = GBGen08_D2a
  797.       ParticleSysBone     = None BuildingChunkBitsTrail
  798.     End
  799.   End
  800.  
  801.   GeometryMajorRadius   = 10.4
  802.   GeometryMinorRadius   = 8.8
  803.   GeometryHeight        = 27.2
  804. End
  805.  
  806. ;----------------------------------------------------------------------------
  807.  
  808. ObjectReskin BuildingGen08BitB BuildingGenBitTemplate
  809.  
  810.   ; *** ART Parameters ***
  811.   Draw = W3DScriptedModelDraw ModuleTag_01
  812.     DefaultModelConditionState
  813.       Model               = GBGen08_D2b
  814.       ParticleSysBone     = None BuildingChunkBitsTrail
  815.     End
  816.   End
  817.  
  818.   GeometryMajorRadius   = 10.4
  819.   GeometryMinorRadius   = 8.8
  820.   GeometryHeight        = 27.2
  821. End
  822.  
  823. ;----------------------------------------------------------------------------
  824.  
  825. ObjectReskin BuildingGen08BitC BuildingGenBitTemplate
  826.  
  827.   ; *** ART Parameters ***
  828.   Draw = W3DScriptedModelDraw ModuleTag_01
  829.     DefaultModelConditionState
  830.       Model               = GBGen08_D2c
  831.       ParticleSysBone     = None BuildingChunkBitsTrail
  832.     End
  833.   End
  834.  
  835.   GeometryMajorRadius   = 8.8
  836.   GeometryMinorRadius   = 6.4
  837.   GeometryHeight        = 20.8
  838. End
  839.  
  840. ;----------------------------------------------------------------------------
  841.  
  842. ObjectReskin BuildingGen08BitD BuildingGenBitTemplate
  843.  
  844.   ; *** ART Parameters ***
  845.   Draw = W3DScriptedModelDraw ModuleTag_01
  846.     DefaultModelConditionState
  847.       Model               = GBGen08_D2d
  848.       ParticleSysBone     = None BuildingChunkBitsTrail
  849.     End
  850.   End
  851.  
  852.   GeometryMajorRadius   = 9.6
  853.   GeometryMinorRadius   = 8.0
  854.   GeometryHeight        = 14.4
  855. End
  856.  
  857. ;----------------------------------------------------------------------------
  858.  
  859. ObjectReskin BuildingGen09BitA BuildingGenBitTemplate
  860.  
  861.   ; *** ART Parameters ***
  862.   Draw = W3DScriptedModelDraw ModuleTag_01
  863.     DefaultModelConditionState
  864.       Model               = GBGen09_D2a
  865.       ParticleSysBone     = None BuildingChunkBitsTrail
  866.     End
  867.   End
  868.  
  869.   GeometryMajorRadius   = 4.8
  870.   GeometryMinorRadius   = 4.8
  871.   GeometryHeight        = 16.0
  872. End
  873.  
  874. ;----------------------------------------------------------------------------
  875.  
  876. ObjectReskin BuildingGen09BitB BuildingGenBitTemplate
  877.  
  878.   ; *** ART Parameters ***
  879.   Draw = W3DScriptedModelDraw ModuleTag_01
  880.     DefaultModelConditionState
  881.       Model               = GBGen09_D2b
  882.       ParticleSysBone     = None BuildingChunkBitsTrail
  883.     End
  884.   End
  885.  
  886.   GeometryMajorRadius   = 5.6
  887.   GeometryMinorRadius   = 5.6
  888.   GeometryHeight        = 28.8
  889. End
  890.  
  891. ;----------------------------------------------------------------------------
  892.  
  893. ObjectReskin BuildingGen09BitC BuildingGenBitTemplate
  894.  
  895.   ; *** ART Parameters ***
  896.   Draw = W3DScriptedModelDraw ModuleTag_01
  897.     DefaultModelConditionState
  898.       Model               = GBGen09_D2c
  899.       ParticleSysBone     = None BuildingChunkBitsTrail
  900.     End
  901.   End
  902.  
  903.   GeometryMajorRadius   = 5.6
  904.   GeometryMinorRadius   = 10.4
  905.   GeometryHeight        = 28.8
  906. End
  907.  
  908. ;----------------------------------------------------------------------------
  909.  
  910. ObjectReskin BuildingGen09BitD BuildingGenBitTemplate
  911.  
  912.   ; *** ART Parameters ***
  913.   Draw = W3DScriptedModelDraw ModuleTag_01
  914.     DefaultModelConditionState
  915.       Model               = GBGen09_D2d
  916.       ParticleSysBone     = None BuildingChunkBitsTrail
  917.     End
  918.   End
  919.  
  920.   GeometryMajorRadius   = 11.2
  921.   GeometryMinorRadius   = 20.8
  922.   GeometryHeight        = 22.4
  923. End
  924. ;----------------------------------------------------------------------------
  925.  
  926. ObjectReskin BuildingGen11BitA BuildingGenBitTemplate
  927.  
  928.   ; *** ART Parameters ***
  929.   Draw = W3DScriptedModelDraw ModuleTag_01
  930.     DefaultModelConditionState
  931.       Model               = GBGen11_D2a
  932.       ParticleSysBone     = None BuildingChunkBitsTrail
  933.     End
  934.   End
  935.  
  936.   GeometryMajorRadius   = 4.8
  937.   GeometryMinorRadius   = 4.8
  938.   GeometryHeight        = 16.0
  939. End
  940.  
  941. ;----------------------------------------------------------------------------
  942.  
  943. ObjectReskin BuildingGen11BitB BuildingGenBitTemplate
  944.  
  945.   ; *** ART Parameters ***
  946.   Draw = W3DScriptedModelDraw ModuleTag_01
  947.     DefaultModelConditionState
  948.       Model               = GBGen11_D2b
  949.       ParticleSysBone     = None BuildingChunkBitsTrail
  950.     End
  951.   End
  952.  
  953.   GeometryMajorRadius   = 5.6
  954.   GeometryMinorRadius   = 5.6
  955.   GeometryHeight        = 28.8
  956. End
  957.  
  958. ;----------------------------------------------------------------------------
  959.  
  960. ObjectReskin BuildingGen11BitC BuildingGenBitTemplate
  961.  
  962.   ; *** ART Parameters ***
  963.   Draw = W3DScriptedModelDraw ModuleTag_01
  964.     DefaultModelConditionState
  965.       Model               = GBGen11_D2c
  966.       ParticleSysBone     = None BuildingChunkBitsTrail
  967.     End
  968.   End
  969.  
  970.   GeometryMajorRadius   = 5.6
  971.   GeometryMinorRadius   = 10.4
  972.   GeometryHeight        = 28.8
  973. End
  974.  
  975. ;----------------------------------------------------------------------------
  976.  
  977. ObjectReskin BuildingGen11BitD BuildingGenBitTemplate
  978.  
  979.   ; *** ART Parameters ***
  980.   Draw = W3DScriptedModelDraw ModuleTag_01
  981.     DefaultModelConditionState
  982.       Model               = GBGen11_D2d
  983.       ParticleSysBone     = None BuildingChunkBitsTrail
  984.     End
  985.   End
  986.  
  987.   GeometryMajorRadius   = 11.2
  988.   GeometryMinorRadius   = 20.8
  989.   GeometryHeight        = 22.4
  990. End
  991.  
  992. ;----------------------------------------------------------------------------
  993.  
  994. ObjectReskin BuildingGen12BitA BuildingGenBitTemplate
  995.  
  996.   ; *** ART Parameters ***
  997.   Draw = W3DScriptedModelDraw ModuleTag_01
  998.     DefaultModelConditionState
  999.       Model               = GBGen12_D2a
  1000.       ParticleSysBone     = None BuildingChunkBitsTrail
  1001.     End
  1002.   End
  1003.  
  1004.   GeometryMajorRadius   = 8.8
  1005.   GeometryMinorRadius   = 6.4
  1006.   GeometryHeight        = 11.2
  1007. End
  1008.  
  1009. ;----------------------------------------------------------------------------
  1010.  
  1011. ObjectReskin BuildingGen12BitB BuildingGenBitTemplate
  1012.  
  1013.   ; *** ART Parameters ***
  1014.   Draw = W3DScriptedModelDraw ModuleTag_01
  1015.     DefaultModelConditionState
  1016.       Model               = GBGen12_D2b
  1017.       ParticleSysBone     = None BuildingChunkBitsTrail
  1018.     End
  1019.   End
  1020.  
  1021.   GeometryMajorRadius   = 8.8
  1022.   GeometryMinorRadius   = 5.6
  1023.   GeometryHeight        = 22.4
  1024. End
  1025.  
  1026. ;----------------------------------------------------------------------------
  1027.  
  1028. ObjectReskin BuildingGen12BitC BuildingGenBitTemplate
  1029.  
  1030.   ; *** ART Parameters ***
  1031.   Draw = W3DScriptedModelDraw ModuleTag_01
  1032.     DefaultModelConditionState
  1033.       Model               = GBGen12_D2c
  1034.       ParticleSysBone     = None BuildingChunkBitsTrail
  1035.     End
  1036.   End
  1037.  
  1038.   GeometryMajorRadius   = 3.2
  1039.   GeometryMinorRadius   = 3.2
  1040.   GeometryHeight        = 32.0
  1041. End
  1042.  
  1043. ;----------------------------------------------------------------------------
  1044.  
  1045. ObjectReskin BuildingGen12BitD BuildingGenBitTemplate
  1046.  
  1047.   ; *** ART Parameters ***
  1048.   Draw = W3DScriptedModelDraw ModuleTag_01
  1049.     DefaultModelConditionState
  1050.       Model               = GBGen12_D2d
  1051.       ParticleSysBone     = None BuildingChunkBitsTrail
  1052.     End
  1053.   End
  1054.  
  1055.   GeometryMajorRadius   = 5.6
  1056.   GeometryMinorRadius   = 7.2
  1057.   GeometryHeight        = 12.8
  1058. End
  1059.  
  1060. ;----------------------------------------------------------------------------
  1061.  
  1062. ObjectReskin BuildingGen13BitA BuildingGenBitTemplate
  1063.  
  1064.   ; *** ART Parameters ***
  1065.   Draw = W3DScriptedModelDraw ModuleTag_01
  1066.     DefaultModelConditionState
  1067.       Model               = GBGen13_D2a
  1068.       ParticleSysBone     = None BuildingChunkBitsTrail
  1069.     End
  1070.   End
  1071.  
  1072.   GeometryMajorRadius   = 7.2
  1073.   GeometryMinorRadius   = 7.2
  1074.   GeometryHeight        = 25.6
  1075. End
  1076.  
  1077. ;----------------------------------------------------------------------------
  1078.  
  1079. ObjectReskin BuildingGen13BitB BuildingGenBitTemplate
  1080.  
  1081.   ; *** ART Parameters ***
  1082.   Draw = W3DScriptedModelDraw ModuleTag_01
  1083.     DefaultModelConditionState
  1084.       Model               = GBGen13_D2b
  1085.       ParticleSysBone     = None BuildingChunkBitsTrail
  1086.     End
  1087.   End
  1088.  
  1089.   GeometryMajorRadius   = 10.4
  1090.   GeometryMinorRadius   = 16.0
  1091.   GeometryHeight        = 64.0
  1092. End
  1093.  
  1094. ;----------------------------------------------------------------------------
  1095.  
  1096. ObjectReskin BuildingGen13BitC BuildingGenBitTemplate
  1097.  
  1098.   ; *** ART Parameters ***
  1099.   Draw = W3DScriptedModelDraw ModuleTag_01
  1100.     DefaultModelConditionState
  1101.       Model               = GBGen13_D2c
  1102.       ParticleSysBone     = None BuildingChunkBitsTrail
  1103.     End
  1104.   End
  1105.  
  1106.   GeometryMajorRadius   = 12.8
  1107.   GeometryMinorRadius   = 19.2
  1108.   GeometryHeight        = 36.8
  1109. End
  1110.  
  1111. ;----------------------------------------------------------------------------
  1112.  
  1113. ObjectReskin BuildingGen13BitD BuildingGenBitTemplate
  1114.  
  1115.   ; *** ART Parameters ***
  1116.   Draw = W3DScriptedModelDraw ModuleTag_01
  1117.     DefaultModelConditionState
  1118.       Model               = GBGen13_D2d
  1119.       ParticleSysBone     = None BuildingChunkBitsTrail
  1120.     End
  1121.   End
  1122.  
  1123.   GeometryMajorRadius   = 11.2
  1124.   GeometryMinorRadius   = 17.6
  1125.   GeometryHeight        = 36.8
  1126. End
  1127.  
  1128. ;----------------------------------------------------------------------------
  1129.  
  1130. ObjectReskin BuildingGen14BitA BuildingGenBitTemplate
  1131.  
  1132.   ; *** ART Parameters ***
  1133.   Draw = W3DScriptedModelDraw ModuleTag_01
  1134.     DefaultModelConditionState
  1135.       Model               = GBGen14_D2a
  1136.       ParticleSysBone     = None BuildingChunkBitsTrail
  1137.     End
  1138.   End
  1139.  
  1140.   GeometryMajorRadius   = 11.2
  1141.   GeometryMinorRadius   = 13.6
  1142.   GeometryHeight        = 32.0
  1143. End
  1144.  
  1145. ;----------------------------------------------------------------------------
  1146.  
  1147. ObjectReskin BuildingGen14BitB BuildingGenBitTemplate
  1148.  
  1149.   ; *** ART Parameters ***
  1150.   Draw = W3DScriptedModelDraw ModuleTag_01
  1151.     DefaultModelConditionState
  1152.       Model               = GBGen14_D2b
  1153.       ParticleSysBone     = None BuildingChunkBitsTrail
  1154.     End
  1155.   End
  1156.  
  1157.   GeometryMajorRadius   = 4.8
  1158.   GeometryMinorRadius   = 7.2
  1159.   GeometryHeight        = 49.6
  1160. End
  1161.  
  1162. ;----------------------------------------------------------------------------
  1163.  
  1164. ObjectReskin BuildingGen14BitC BuildingGenBitTemplate
  1165.  
  1166.   ; *** ART Parameters ***
  1167.   Draw = W3DScriptedModelDraw ModuleTag_01
  1168.     DefaultModelConditionState
  1169.       Model               = GBGen14_D2c
  1170.       ParticleSysBone     = None BuildingChunkBitsTrail
  1171.     End
  1172.   End
  1173.  
  1174.   GeometryMajorRadius   = 10.4
  1175.   GeometryMinorRadius   = 6.4
  1176.   GeometryHeight        = 10.4
  1177. End
  1178.  
  1179. ;----------------------------------------------------------------------------
  1180.  
  1181. ObjectReskin BuildingGen14BitD BuildingGenBitTemplate
  1182.  
  1183.   ; *** ART Parameters ***
  1184.   Draw = W3DScriptedModelDraw ModuleTag_01
  1185.     DefaultModelConditionState
  1186.       Model               = GBGen14_D2d
  1187.       ParticleSysBone     = None BuildingChunkBitsTrail
  1188.     End
  1189.   End
  1190.  
  1191.   GeometryMajorRadius   = 10.4
  1192.   GeometryMinorRadius   = 12.8
  1193.   GeometryHeight        = 20.8
  1194. End
  1195. ;----------------------------------------------------------------------------
  1196. ObjectReskin BuildingGen15BitA BuildingGenBitTemplate
  1197.  
  1198.   ; *** ART Parameters ***
  1199.   Draw = W3DScriptedModelDraw ModuleTag_01
  1200.     DefaultModelConditionState
  1201.       Model               = GBGen15_D2a
  1202.       ParticleSysBone     = None BuildingChunkBitsTrail
  1203.     End
  1204.   End
  1205.  
  1206.   GeometryMajorRadius   = 8.8
  1207.   GeometryMinorRadius   = 8.8
  1208.   GeometryHeight        = 40.0
  1209. End
  1210.  
  1211. ;----------------------------------------------------------------------------
  1212.  
  1213. ObjectReskin BuildingGen15BitB BuildingGenBitTemplate
  1214.  
  1215.   ; *** ART Parameters ***
  1216.   Draw = W3DScriptedModelDraw ModuleTag_01
  1217.     DefaultModelConditionState
  1218.       Model               = GBGen15_D2b
  1219.       ParticleSysBone     = None BuildingChunkBitsTrail
  1220.     End
  1221.   End
  1222.  
  1223.   GeometryMajorRadius   = 6.4
  1224.   GeometryMinorRadius   = 6.4
  1225.   GeometryHeight        = 56.0
  1226. End
  1227.  
  1228. ;----------------------------------------------------------------------------
  1229.  
  1230. ObjectReskin BuildingGen15BitC BuildingGenBitTemplate
  1231.  
  1232.   ; *** ART Parameters ***
  1233.   Draw = W3DScriptedModelDraw ModuleTag_01
  1234.     DefaultModelConditionState
  1235.       Model               = GBGen15_D2c
  1236.       ParticleSysBone     = None BuildingChunkBitsTrail
  1237.     End
  1238.   End
  1239.  
  1240.   GeometryMajorRadius   = 8.8
  1241.   GeometryMinorRadius   = 15.2
  1242.   GeometryHeight        = 11.2
  1243. End
  1244.  
  1245. ;----------------------------------------------------------------------------
  1246.  
  1247. ObjectReskin BuildingGen15BitD BuildingGenBitTemplate
  1248.  
  1249.   ; *** ART Parameters ***
  1250.   Draw = W3DScriptedModelDraw ModuleTag_01
  1251.     DefaultModelConditionState
  1252.       Model               = GBGen15_D2d
  1253.       ParticleSysBone     = None BuildingChunkBitsTrail
  1254.     End
  1255.   End
  1256.  
  1257.   GeometryMajorRadius   = 4.0
  1258.   GeometryMinorRadius   = 7.2
  1259.   GeometryHeight        = 12.8
  1260. End
  1261.  
  1262. ;----------------------------------------------------------------------------
  1263.  
  1264. ObjectReskin BuildingGen16BitA BuildingGenBitTemplate
  1265.  
  1266.   ; *** ART Parameters ***
  1267.   Draw = W3DScriptedModelDraw ModuleTag_01
  1268.     DefaultModelConditionState
  1269.       Model               = GBGen16_D2a
  1270.       ParticleSysBone     = None BuildingChunkBitsTrail
  1271.     End
  1272.   End
  1273.  
  1274.   GeometryMajorRadius   = 7.2
  1275.   GeometryMinorRadius   = 12.0
  1276.   GeometryHeight        = 49.6
  1277. End
  1278.  
  1279. ;----------------------------------------------------------------------------
  1280.  
  1281. ObjectReskin BuildingGen16BitB BuildingGenBitTemplate
  1282.  
  1283.   ; *** ART Parameters ***
  1284.   Draw = W3DScriptedModelDraw ModuleTag_01
  1285.     DefaultModelConditionState
  1286.       Model               = GBGen16_D2b
  1287.       ParticleSysBone     = None BuildingChunkBitsTrail
  1288.     End
  1289.   End
  1290.  
  1291.   GeometryMajorRadius   = 15.2
  1292.   GeometryMinorRadius   = 8.8
  1293.   GeometryHeight        = 25.6
  1294. End
  1295.  
  1296. ;----------------------------------------------------------------------------
  1297.  
  1298. ObjectReskin BuildingGen16BitC BuildingGenBitTemplate
  1299.  
  1300.   ; *** ART Parameters ***
  1301.   Draw = W3DScriptedModelDraw ModuleTag_01
  1302.     DefaultModelConditionState
  1303.       Model               = GBGen16_D2c
  1304.       ParticleSysBone     = None BuildingChunkBitsTrail
  1305.     End
  1306.   End
  1307.  
  1308.   GeometryMajorRadius   = 4.8
  1309.   GeometryMinorRadius   = 8.0
  1310.   GeometryHeight        = 41.6
  1311. End
  1312.  
  1313. ;----------------------------------------------------------------------------
  1314.  
  1315. ObjectReskin BuildingGen16BitD BuildingGenBitTemplate
  1316.  
  1317.   ; *** ART Parameters ***
  1318.   Draw = W3DScriptedModelDraw ModuleTag_01
  1319.     DefaultModelConditionState
  1320.       Model               = GBGen16_D2d
  1321.       ParticleSysBone     = None BuildingChunkBitsTrail
  1322.     End
  1323.   End
  1324.  
  1325.   GeometryMajorRadius   = 5.6
  1326.   GeometryMinorRadius   = 4.8
  1327.   GeometryHeight        = 49.6
  1328. End
  1329.  
  1330. ;----------------------------------------------------------------------------
  1331.  
  1332. ObjectReskin BuildingGen17BitA BuildingGenBitTemplate
  1333.  
  1334.   ; *** ART Parameters ***
  1335.   Draw = W3DScriptedModelDraw ModuleTag_01
  1336.     DefaultModelConditionState
  1337.       Model               = GBGen17_D2a
  1338.       ParticleSysBone     = None BuildingChunkBitsTrail
  1339.     End
  1340.   End
  1341.  
  1342.   GeometryMajorRadius   = 4.8
  1343.   GeometryMinorRadius   = 4.8
  1344.   GeometryHeight        = 35.2
  1345. End
  1346.  
  1347. ;----------------------------------------------------------------------------
  1348.  
  1349. ObjectReskin BuildingGen17BitB BuildingGenBitTemplate
  1350.  
  1351.   ; *** ART Parameters ***
  1352.   Draw = W3DScriptedModelDraw ModuleTag_01
  1353.     DefaultModelConditionState
  1354.       Model               = GBGen17_D2b
  1355.       ParticleSysBone     = None BuildingChunkBitsTrail
  1356.     End
  1357.   End
  1358.  
  1359.   GeometryMajorRadius   = 3.2
  1360.   GeometryMinorRadius   = 11.2
  1361.   GeometryHeight        = 8.0
  1362. End
  1363.  
  1364. ;----------------------------------------------------------------------------
  1365.  
  1366. ObjectReskin BuildingGen17BitC BuildingGenBitTemplate
  1367.  
  1368.   ; *** ART Parameters ***
  1369.   Draw = W3DScriptedModelDraw ModuleTag_01
  1370.     DefaultModelConditionState
  1371.       Model               = GBGen17_D2c
  1372.       ParticleSysBone     = None BuildingChunkBitsTrail
  1373.     End
  1374.   End
  1375.  
  1376.   GeometryMajorRadius   = 9.6
  1377.   GeometryMinorRadius   = 7.2
  1378.   GeometryHeight        = 32.0
  1379. End
  1380.  
  1381. ;----------------------------------------------------------------------------
  1382.  
  1383. ObjectReskin BuildingGen17BitD BuildingGenBitTemplate
  1384.  
  1385.   ; *** ART Parameters ***
  1386.   Draw = W3DScriptedModelDraw ModuleTag_01
  1387.     DefaultModelConditionState
  1388.       Model               = GBGen17_D2d
  1389.       ParticleSysBone     = None BuildingChunkBitsTrail
  1390.     End
  1391.   End
  1392.  
  1393.   GeometryMajorRadius   = 8.0
  1394.   GeometryMinorRadius   = 3.2
  1395.   GeometryHeight        = 40.0
  1396. End
  1397.  
  1398. ;----------------------------------------------------------------------------
  1399.  
  1400. ObjectReskin BuildingGen18BitA BuildingGenBitTemplate
  1401.  
  1402.   ; *** ART Parameters ***
  1403.   Draw = W3DScriptedModelDraw ModuleTag_01
  1404.     DefaultModelConditionState
  1405.       Model               = GBGen18_D2a
  1406.       ParticleSysBone     = None BuildingChunkBitsTrail
  1407.     End
  1408.   End
  1409.  
  1410.   GeometryMajorRadius   = 10.4
  1411.   GeometryMinorRadius   = 8.0
  1412.   GeometryHeight        = 56.0
  1413. End
  1414.  
  1415. ;----------------------------------------------------------------------------
  1416.  
  1417. ObjectReskin BuildingGen18BitB BuildingGenBitTemplate
  1418.  
  1419.   ; *** ART Parameters ***
  1420.   Draw = W3DScriptedModelDraw ModuleTag_01
  1421.     DefaultModelConditionState
  1422.       Model               = GBGen18_D2b
  1423.       ParticleSysBone     = None BuildingChunkBitsTrail
  1424.     End
  1425.   End
  1426.  
  1427.   GeometryMajorRadius   = 3.2
  1428.   GeometryMinorRadius   = 4.0
  1429.   GeometryHeight        = 52.8
  1430. End
  1431.  
  1432. ;----------------------------------------------------------------------------
  1433.  
  1434. ObjectReskin BuildingGen18BitC BuildingGenBitTemplate
  1435.  
  1436.   ; *** ART Parameters ***
  1437.   Draw = W3DScriptedModelDraw ModuleTag_01
  1438.     DefaultModelConditionState
  1439.       Model               = GBGen18_D2c
  1440.       ParticleSysBone     = None BuildingChunkBitsTrail
  1441.     End
  1442.   End
  1443.  
  1444.   GeometryMajorRadius   = 2.4
  1445.   GeometryMinorRadius   = 4.0
  1446.   GeometryHeight        = 43.2
  1447. End
  1448.  
  1449. ;----------------------------------------------------------------------------
  1450.  
  1451. ObjectReskin BuildingGen18BitD BuildingGenBitTemplate
  1452.  
  1453.   ; *** ART Parameters ***
  1454.   Draw = W3DScriptedModelDraw ModuleTag_01
  1455.     DefaultModelConditionState
  1456.       Model               = GBGen18_D2d
  1457.       ParticleSysBone     = None BuildingChunkBitsTrail
  1458.     End
  1459.   End
  1460.  
  1461.   GeometryMajorRadius   = 3.2
  1462.   GeometryMinorRadius   = 4.0
  1463.   GeometryHeight        = 52.8
  1464. End
  1465.  
  1466. ;----------------------------------------------------------------------------
  1467.  
  1468. ObjectReskin BuildingGen19BitA BuildingGenBitTemplate
  1469.  
  1470.   ; *** ART Parameters ***
  1471.   Draw = W3DScriptedModelDraw ModuleTag_01
  1472.     DefaultModelConditionState
  1473.       Model               = GBGen19_D2a
  1474.       ParticleSysBone     = None BuildingChunkBitsTrail
  1475.     End
  1476.   End
  1477.  
  1478.   GeometryMajorRadius   = 3.2
  1479.   GeometryMinorRadius   = 4.0
  1480.   GeometryHeight        = 40.0
  1481. End
  1482.  
  1483. ;----------------------------------------------------------------------------
  1484.  
  1485. ObjectReskin BuildingGen19BitB BuildingGenBitTemplate
  1486.  
  1487.   ; *** ART Parameters ***
  1488.   Draw = W3DScriptedModelDraw ModuleTag_01
  1489.     DefaultModelConditionState
  1490.       Model               = GBGen19_D2b
  1491.       ParticleSysBone     = None BuildingChunkBitsTrail
  1492.     End
  1493.   End
  1494.  
  1495.   GeometryMajorRadius   = 4.8
  1496.   GeometryMinorRadius   = 8.0
  1497.   GeometryHeight        = 57.6
  1498. End
  1499.  
  1500. ;----------------------------------------------------------------------------
  1501.  
  1502. ObjectReskin BuildingGen19BitC BuildingGenBitTemplate
  1503.  
  1504.   ; *** ART Parameters ***
  1505.   Draw = W3DScriptedModelDraw ModuleTag_01
  1506.     DefaultModelConditionState
  1507.       Model               = GBGen19_D2c
  1508.       ParticleSysBone     = None BuildingChunkBitsTrail
  1509.     End
  1510.   End
  1511.  
  1512.   GeometryMajorRadius   = 8.8
  1513.   GeometryMinorRadius   = 8.8
  1514.   GeometryHeight        = 30.4
  1515. End
  1516.  
  1517. ;----------------------------------------------------------------------------
  1518.  
  1519. ObjectReskin BuildingGen19BitD BuildingGenBitTemplate
  1520.  
  1521.   ; *** ART Parameters ***
  1522.   Draw = W3DScriptedModelDraw ModuleTag_01
  1523.     DefaultModelConditionState
  1524.       Model               = GBGen19_D2d
  1525.       ParticleSysBone     = None BuildingChunkBitsTrail
  1526.     End
  1527.   End
  1528.  
  1529.   GeometryMajorRadius   = 9.6
  1530.   GeometryMinorRadius   = 7.2
  1531.   GeometryHeight        = 51.2
  1532. End
  1533.  
  1534. ;----------------------------------------------------------------------------
  1535.  
  1536. ObjectReskin BuildingGen20BitA BuildingGenBitTemplate
  1537.  
  1538.   ; *** ART Parameters ***
  1539.   Draw = W3DScriptedModelDraw ModuleTag_01
  1540.     DefaultModelConditionState
  1541.       Model               = GBGen20_D2a
  1542.       ParticleSysBone     = None BuildingChunkBitsTrail
  1543.     End
  1544.   End
  1545.  
  1546.   GeometryMajorRadius   = 10.4
  1547.   GeometryMinorRadius   = 4.0
  1548.   GeometryHeight        = 30.4
  1549. End
  1550.  
  1551. ;----------------------------------------------------------------------------
  1552.  
  1553. ObjectReskin BuildingGen20BitB BuildingGenBitTemplate
  1554.  
  1555.   ; *** ART Parameters ***
  1556.   Draw = W3DScriptedModelDraw ModuleTag_01
  1557.     DefaultModelConditionState
  1558.       Model               = GBGen20_D2b
  1559.       ParticleSysBone     = None BuildingChunkBitsTrail
  1560.     End
  1561.   End
  1562.  
  1563.   GeometryMajorRadius   = 10.4
  1564.   GeometryMinorRadius   = 8.8
  1565.   GeometryHeight        = 30.4
  1566. End
  1567.  
  1568. ;----------------------------------------------------------------------------
  1569.  
  1570. ObjectReskin BuildingGen20BitC BuildingGenBitTemplate
  1571.  
  1572.   ; *** ART Parameters ***
  1573.   Draw = W3DScriptedModelDraw ModuleTag_01
  1574.     DefaultModelConditionState
  1575.       Model               = GBGen20_D2c
  1576.       ParticleSysBone     = None BuildingChunkBitsTrail
  1577.     End
  1578.   End
  1579.  
  1580.   GeometryMajorRadius   = 5.6
  1581.   GeometryMinorRadius   = 10.4
  1582.   GeometryHeight        = 40.0
  1583. End
  1584.  
  1585. ;----------------------------------------------------------------------------
  1586.  
  1587. ObjectReskin BuildingGen20BitD BuildingGenBitTemplate
  1588.  
  1589.   ; *** ART Parameters ***
  1590.   Draw = W3DScriptedModelDraw ModuleTag_01
  1591.     DefaultModelConditionState
  1592.       Model               = GBGen20_D2d
  1593.       ParticleSysBone     = None BuildingChunkBitsTrail
  1594.     End
  1595.   End
  1596.  
  1597.   GeometryMajorRadius   = 8.0
  1598.   GeometryMinorRadius   = 6.4
  1599.   GeometryHeight        = 24.0
  1600. End
  1601. ;----------------------------------------------------------------------------
  1602.  
  1603. ObjectReskin BuildingGen21BitA BuildingGenBitTemplate
  1604.  
  1605.   ; *** ART Parameters ***
  1606.   Draw = W3DScriptedModelDraw ModuleTag_01
  1607.     DefaultModelConditionState
  1608.       Model               = GBGen21_D2a
  1609.       ParticleSysBone     = None BuildingChunkBitsTrail
  1610.     End
  1611.   End
  1612.  
  1613.   GeometryMajorRadius   = 12.0
  1614.   GeometryMinorRadius   = 8.8
  1615.   GeometryHeight        = 36.8
  1616. End
  1617.  
  1618. ;----------------------------------------------------------------------------
  1619.  
  1620. ObjectReskin BuildingGen21BitB BuildingGenBitTemplate
  1621.  
  1622.   ; *** ART Parameters ***
  1623.   Draw = W3DScriptedModelDraw ModuleTag_01
  1624.     DefaultModelConditionState
  1625.       Model               = GBGen21_D2b
  1626.       ParticleSysBone     = None BuildingChunkBitsTrail
  1627.     End
  1628.   End
  1629.  
  1630.   GeometryMajorRadius   = 8.8
  1631.   GeometryMinorRadius   = 5.6
  1632.   GeometryHeight        = 35.2
  1633. End
  1634.  
  1635. ;----------------------------------------------------------------------------
  1636.  
  1637. ObjectReskin BuildingGen21BitC BuildingGenBitTemplate
  1638.  
  1639.   ; *** ART Parameters ***
  1640.   Draw = W3DScriptedModelDraw ModuleTag_01
  1641.     DefaultModelConditionState
  1642.       Model               = GBGen21_D2c
  1643.       ParticleSysBone     = None BuildingChunkBitsTrail
  1644.     End
  1645.   End
  1646.  
  1647.   GeometryMajorRadius   = 8.8
  1648.   GeometryMinorRadius   = 12.0
  1649.   GeometryHeight        = 41.6
  1650. End
  1651.  
  1652. ;----------------------------------------------------------------------------
  1653.  
  1654. ObjectReskin BuildingGen21BitD BuildingGenBitTemplate
  1655.  
  1656.   ; *** ART Parameters ***
  1657.   Draw = W3DScriptedModelDraw ModuleTag_01
  1658.     DefaultModelConditionState
  1659.       Model               = GBGen21_D2d
  1660.       ParticleSysBone     = None BuildingChunkBitsTrail
  1661.     End
  1662.   End
  1663.  
  1664.   GeometryMajorRadius   = 10.4
  1665.   GeometryMinorRadius   = 12.0
  1666.   GeometryHeight        = 27.2
  1667. End
  1668. ;----------------------------------------------------------------------------
  1669.  
  1670. ObjectReskin BuildingGen22BitA BuildingGenBitTemplate
  1671.  
  1672.   ; *** ART Parameters ***
  1673.   Draw = W3DScriptedModelDraw ModuleTag_01
  1674.     DefaultModelConditionState
  1675.       Model               = GBGen22_D2a
  1676.       ParticleSysBone     = None BuildingChunkBitsTrail
  1677.     End
  1678.   End
  1679.  
  1680.   GeometryMajorRadius   = 7.2
  1681.   GeometryMinorRadius   = 8.0
  1682.   GeometryHeight        = 30.4
  1683. End
  1684.  
  1685. ;----------------------------------------------------------------------------
  1686.  
  1687. ObjectReskin BuildingGen22BitB BuildingGenBitTemplate
  1688.  
  1689.   ; *** ART Parameters ***
  1690.   Draw = W3DScriptedModelDraw ModuleTag_01
  1691.     DefaultModelConditionState
  1692.       Model               = GBGen22_D2b
  1693.       ParticleSysBone     = None BuildingChunkBitsTrail
  1694.     End
  1695.   End
  1696.  
  1697.   GeometryMajorRadius   = 6.4
  1698.   GeometryMinorRadius   = 6.4
  1699.   GeometryHeight        = 24.0
  1700. End
  1701.  
  1702. ;----------------------------------------------------------------------------
  1703.  
  1704. ObjectReskin BuildingGen22BitC BuildingGenBitTemplate
  1705.  
  1706.   ; *** ART Parameters ***
  1707.   Draw = W3DScriptedModelDraw ModuleTag_01
  1708.     DefaultModelConditionState
  1709.       Model               = GBGen22_D2c
  1710.       ParticleSysBone     = None BuildingChunkBitsTrail
  1711.     End
  1712.   End
  1713.  
  1714.   GeometryMajorRadius   = 5.6
  1715.   GeometryMinorRadius   = 5.6
  1716.   GeometryHeight        = 38.4
  1717. End
  1718.  
  1719. ;----------------------------------------------------------------------------
  1720.  
  1721. ObjectReskin BuildingGen22BitD BuildingGenBitTemplate
  1722.  
  1723.   ; *** ART Parameters ***
  1724.   Draw = W3DScriptedModelDraw ModuleTag_01
  1725.     DefaultModelConditionState
  1726.       Model               = GBGen22_D2d
  1727.       ParticleSysBone     = None BuildingChunkBitsTrail
  1728.     End
  1729.   End
  1730.  
  1731.   GeometryMajorRadius   = 5.6
  1732.   GeometryMinorRadius   = 5.6
  1733.   GeometryHeight        = 27.2
  1734. End
  1735.  
  1736. ;----------------------------------------------------------------------------
  1737.  
  1738. ObjectReskin BuildingGen23BitA BuildingGenBitTemplate
  1739.  
  1740.   ; *** ART Parameters ***
  1741.   Draw = W3DScriptedModelDraw ModuleTag_01
  1742.     DefaultModelConditionState
  1743.       Model               = GBGen23_D2a
  1744.       ParticleSysBone     = None BuildingChunkBitsTrail
  1745.     End
  1746.   End
  1747.  
  1748.   GeometryMajorRadius   = 8.8
  1749.   GeometryMinorRadius   = 8.0
  1750.   GeometryHeight        = 57.6
  1751. End
  1752.  
  1753. ;----------------------------------------------------------------------------
  1754.  
  1755. ObjectReskin BuildingGen23BitB BuildingGenBitTemplate
  1756.  
  1757.   ; *** ART Parameters ***
  1758.   Draw = W3DScriptedModelDraw ModuleTag_01
  1759.     DefaultModelConditionState
  1760.       Model               = GBGen23_D2b
  1761.       ParticleSysBone     = None BuildingChunkBitsTrail
  1762.     End
  1763.   End
  1764.  
  1765.   GeometryMajorRadius   = 3.2
  1766.   GeometryMinorRadius   = 4.8
  1767.   GeometryHeight        = 56.0
  1768. End
  1769.  
  1770. ;----------------------------------------------------------------------------
  1771.  
  1772. ObjectReskin BuildingGen23BitC BuildingGenBitTemplate
  1773.  
  1774.   ; *** ART Parameters ***
  1775.   Draw = W3DScriptedModelDraw ModuleTag_01
  1776.     DefaultModelConditionState
  1777.       Model               = GBGen23_D2c
  1778.       ParticleSysBone     = None BuildingChunkBitsTrail
  1779.     End
  1780.   End
  1781.  
  1782.   GeometryMajorRadius   = 5.6
  1783.   GeometryMinorRadius   = 7.2
  1784.   GeometryHeight        = 56.0
  1785. End
  1786.  
  1787. ;----------------------------------------------------------------------------
  1788.  
  1789. ObjectReskin BuildingGen23BitD BuildingGenBitTemplate
  1790.  
  1791.   ; *** ART Parameters ***
  1792.   Draw = W3DScriptedModelDraw ModuleTag_01
  1793.     DefaultModelConditionState
  1794.       Model               = GBGen23_D2d
  1795.       ParticleSysBone     = None BuildingChunkBitsTrail
  1796.     End
  1797.   End
  1798.  
  1799.   GeometryMajorRadius   = 3.2
  1800.   GeometryMinorRadius   = 4.0
  1801.   GeometryHeight        = 64.0
  1802. End
  1803.  
  1804. ;----------------------------------------------------------------------------
  1805.  
  1806. ObjectReskin BuildingGen24BitA BuildingGenBitTemplate
  1807.  
  1808.   ; *** ART Parameters ***
  1809.   Draw = W3DScriptedModelDraw ModuleTag_01
  1810.     DefaultModelConditionState
  1811.       Model               = GBGen24_D2a
  1812.       ParticleSysBone     = None BuildingChunkBitsTrail
  1813.     End
  1814.   End
  1815.  
  1816.   GeometryMajorRadius   = 7.2
  1817.   GeometryMinorRadius   = 8.0
  1818.   GeometryHeight        = 73.6
  1819. End
  1820.  
  1821. ;----------------------------------------------------------------------------
  1822.  
  1823. ObjectReskin BuildingGen24BitB BuildingGenBitTemplate
  1824.  
  1825.   ; *** ART Parameters ***
  1826.   Draw = W3DScriptedModelDraw ModuleTag_01
  1827.     DefaultModelConditionState
  1828.       Model               = GBGen24_D2b
  1829.       ParticleSysBone     = None BuildingChunkBitsTrail
  1830.     End
  1831.   End
  1832.  
  1833.   GeometryMajorRadius   = 6.4
  1834.   GeometryMinorRadius   = 5.6
  1835.   GeometryHeight        = 59.2
  1836. End
  1837.  
  1838. ;----------------------------------------------------------------------------
  1839.  
  1840. ObjectReskin BuildingGen24BitC BuildingGenBitTemplate
  1841.  
  1842.   ; *** ART Parameters ***
  1843.   Draw = W3DScriptedModelDraw ModuleTag_01
  1844.     DefaultModelConditionState
  1845.       Model               = GBGen24_D2c
  1846.       ParticleSysBone     = None BuildingChunkBitsTrail
  1847.     End
  1848.   End
  1849.  
  1850.   GeometryMajorRadius   = 10.4
  1851.   GeometryMinorRadius   = 5.6
  1852.   GeometryHeight        = 59.2
  1853. End
  1854.  
  1855. ;----------------------------------------------------------------------------
  1856.  
  1857. ObjectReskin BuildingGen24BitD BuildingGenBitTemplate
  1858.  
  1859.   ; *** ART Parameters ***
  1860.   Draw = W3DScriptedModelDraw ModuleTag_01
  1861.     DefaultModelConditionState
  1862.       Model               = GBGen24_D2d
  1863.       ParticleSysBone     = None BuildingChunkBitsTrail
  1864.     End
  1865.   End
  1866.  
  1867.   GeometryMajorRadius   = 2.4
  1868.   GeometryMinorRadius   = 4.0
  1869.   GeometryHeight        = 76.8
  1870. End
  1871.  
  1872. ;----------------------------------------------------------------------------
  1873.  
  1874. ObjectReskin BuildingGen25BitA BuildingGenBitTemplate
  1875.  
  1876.   ; *** ART Parameters ***
  1877.   Draw = W3DScriptedModelDraw ModuleTag_01
  1878.     DefaultModelConditionState
  1879.       Model               = GBGen25_D2a
  1880.       ParticleSysBone     = None BuildingChunkBitsTrail
  1881.     End
  1882.   End
  1883.  
  1884.   GeometryMajorRadius   = 5.6
  1885.   GeometryMinorRadius   = 2.4
  1886.   GeometryHeight        = 49.6
  1887. End
  1888.  
  1889. ;----------------------------------------------------------------------------
  1890.  
  1891. ObjectReskin BuildingGen25BitB BuildingGenBitTemplate
  1892.  
  1893.   ; *** ART Parameters ***
  1894.   Draw = W3DScriptedModelDraw ModuleTag_01
  1895.     DefaultModelConditionState
  1896.       Model               = GBGen25_D2b
  1897.       ParticleSysBone     = None BuildingChunkBitsTrail
  1898.     End
  1899.   End
  1900.  
  1901.   GeometryMajorRadius   = 6.4
  1902.   GeometryMinorRadius   = 5.6
  1903.   GeometryHeight        = 49.6
  1904. End
  1905.  
  1906. ;----------------------------------------------------------------------------
  1907.  
  1908. ObjectReskin BuildingGen25BitC BuildingGenBitTemplate
  1909.  
  1910.   ; *** ART Parameters ***
  1911.   Draw = W3DScriptedModelDraw ModuleTag_01
  1912.     DefaultModelConditionState
  1913.       Model               = GBGen25_D2c
  1914.       ParticleSysBone     = None BuildingChunkBitsTrail
  1915.     End
  1916.   End
  1917.  
  1918.   GeometryMajorRadius   = 10.4
  1919.   GeometryMinorRadius   = 6.4
  1920.   GeometryHeight        = 19.2
  1921. End
  1922.  
  1923. ;----------------------------------------------------------------------------
  1924.  
  1925. ObjectReskin BuildingGen25BitD BuildingGenBitTemplate
  1926.  
  1927.   ; *** ART Parameters ***
  1928.   Draw = W3DScriptedModelDraw ModuleTag_01
  1929.     DefaultModelConditionState
  1930.       Model               = GBGen25_D2d
  1931.       ParticleSysBone     = None BuildingChunkBitsTrail
  1932.     End
  1933.   End
  1934.  
  1935.   GeometryMajorRadius   = 10.4
  1936.   GeometryMinorRadius   = 12.0
  1937.   GeometryHeight        = 38.4
  1938. End
  1939.  
  1940. ;----------------------------------------------------------------------------
  1941.  
  1942. ObjectReskin BuildingGen26BitA BuildingGenBitTemplate
  1943.  
  1944.   ; *** ART Parameters ***
  1945.   Draw = W3DScriptedModelDraw ModuleTag_01
  1946.     DefaultModelConditionState
  1947.       Model               = GBGen26_D2a
  1948.       ParticleSysBone     = None BuildingChunkBitsTrail
  1949.     End
  1950.   End
  1951.  
  1952.   GeometryMajorRadius   = 8.0
  1953.   GeometryMinorRadius   = 4.8
  1954.   GeometryHeight        = 36.8
  1955. End
  1956.  
  1957. ;----------------------------------------------------------------------------
  1958.  
  1959. ObjectReskin BuildingGen26BitB BuildingGenBitTemplate
  1960.  
  1961.   ; *** ART Parameters ***
  1962.   Draw = W3DScriptedModelDraw ModuleTag_01
  1963.     DefaultModelConditionState
  1964.       Model               = GBGen26_D2b
  1965.       ParticleSysBone     = None BuildingChunkBitsTrail
  1966.     End
  1967.   End
  1968.  
  1969.   GeometryMajorRadius   = 8.0
  1970.   GeometryMinorRadius   = 8.0
  1971.   GeometryHeight        = 30.4
  1972. End
  1973.  
  1974. ;----------------------------------------------------------------------------
  1975.  
  1976. ObjectReskin BuildingGen26BitC BuildingGenBitTemplate
  1977.  
  1978.   ; *** ART Parameters ***
  1979.   Draw = W3DScriptedModelDraw ModuleTag_01
  1980.     DefaultModelConditionState
  1981.       Model               = GBGen26_D2c
  1982.       ParticleSysBone     = None BuildingChunkBitsTrail
  1983.     End
  1984.   End
  1985.  
  1986.   GeometryMajorRadius   = 8.0
  1987.   GeometryMinorRadius   = 12.8
  1988.   GeometryHeight        = 32.0
  1989. End
  1990.  
  1991. ;----------------------------------------------------------------------------
  1992.  
  1993. ObjectReskin BuildingGen26BitD BuildingGenBitTemplate
  1994.  
  1995.   ; *** ART Parameters ***
  1996.   Draw = W3DScriptedModelDraw ModuleTag_01
  1997.     DefaultModelConditionState
  1998.       Model               = GBGen26_D2d
  1999.       ParticleSysBone     = None BuildingChunkBitsTrail
  2000.     End
  2001.   End
  2002.  
  2003.   GeometryMajorRadius   = 8.0
  2004.   GeometryMinorRadius   = 7.2
  2005.   GeometryHeight        = 16.0
  2006. End
  2007.  
  2008. ;----------------------------------------------------------------------------
  2009.  
  2010. ObjectReskin BuildingGen27BitA BuildingGenBitTemplate
  2011.  
  2012.   ; *** ART Parameters ***
  2013.   Draw = W3DScriptedModelDraw ModuleTag_01
  2014.     DefaultModelConditionState
  2015.       Model               = GBGen27_D2a
  2016.       ParticleSysBone     = None BuildingChunkBitsTrail
  2017.     End
  2018.   End
  2019.  
  2020.   GeometryMajorRadius   = 7.2
  2021.   GeometryMinorRadius   = 12.8
  2022.   GeometryHeight        = 49.6
  2023. End
  2024.  
  2025. ;----------------------------------------------------------------------------
  2026.  
  2027. ObjectReskin BuildingGen27BitB BuildingGenBitTemplate
  2028.  
  2029.   ; *** ART Parameters ***
  2030.   Draw = W3DScriptedModelDraw ModuleTag_01
  2031.     DefaultModelConditionState
  2032.       Model               = GBGen27_D2b
  2033.       ParticleSysBone     = None BuildingChunkBitsTrail
  2034.     End
  2035.   End
  2036.  
  2037.   GeometryMajorRadius   = 7.2
  2038.   GeometryMinorRadius   = 5.6
  2039.   GeometryHeight        = 27.2
  2040. End
  2041.  
  2042. ;----------------------------------------------------------------------------
  2043.  
  2044. ObjectReskin BuildingGen27BitC BuildingGenBitTemplate
  2045.  
  2046.   ; *** ART Parameters ***
  2047.   Draw = W3DScriptedModelDraw ModuleTag_01
  2048.     DefaultModelConditionState
  2049.       Model               = GBGen27_D2c
  2050.       ParticleSysBone     = None BuildingChunkBitsTrail
  2051.     End
  2052.   End
  2053.  
  2054.   GeometryMajorRadius   = 7.2
  2055.   GeometryMinorRadius   = 6.4
  2056.   GeometryHeight        = 28.8
  2057. End
  2058.  
  2059. ;----------------------------------------------------------------------------
  2060.  
  2061. ObjectReskin BuildingGen27BitD BuildingGenBitTemplate
  2062.  
  2063.   ; *** ART Parameters ***
  2064.   Draw = W3DScriptedModelDraw ModuleTag_01
  2065.     DefaultModelConditionState
  2066.       Model               = GBGen27_D2d
  2067.       ParticleSysBone     = None BuildingChunkBitsTrail
  2068.     End
  2069.   End
  2070.  
  2071.   GeometryMajorRadius   = 1.6
  2072.   GeometryMinorRadius   = 5.6
  2073.   GeometryHeight        = 20.8
  2074. End
  2075.  
  2076. ;----------------------------------------------------------------------------
  2077.  
  2078. ObjectReskin BuildingGen28BitA BuildingGenBitTemplate
  2079.  
  2080.   ; *** ART Parameters ***
  2081.   Draw = W3DScriptedModelDraw ModuleTag_01
  2082.     DefaultModelConditionState
  2083.       Model               = GBGen28_D2a
  2084.       ParticleSysBone     = None BuildingChunkBitsTrail
  2085.     End
  2086.   End
  2087.  
  2088.   GeometryMajorRadius   = 8.8
  2089.   GeometryMinorRadius   = 13.6
  2090.   GeometryHeight        = 43.2
  2091. End
  2092.  
  2093. ;----------------------------------------------------------------------------
  2094.  
  2095. ObjectReskin BuildingGen28BitB BuildingGenBitTemplate
  2096.  
  2097.   ; *** ART Parameters ***
  2098.   Draw = W3DScriptedModelDraw ModuleTag_01
  2099.     DefaultModelConditionState
  2100.       Model               = GBGen28_D2b
  2101.       ParticleSysBone     = None BuildingChunkBitsTrail
  2102.     End
  2103.   End
  2104.  
  2105.   GeometryMajorRadius   = 4.8
  2106.   GeometryMinorRadius   = 5.6
  2107.   GeometryHeight        = 32.0
  2108. End
  2109.  
  2110. ;----------------------------------------------------------------------------
  2111.  
  2112. ObjectReskin BuildingGen28BitC BuildingGenBitTemplate
  2113.  
  2114.   ; *** ART Parameters ***
  2115.   Draw = W3DScriptedModelDraw ModuleTag_01
  2116.     DefaultModelConditionState
  2117.       Model               = GBGen28_D2c
  2118.       ParticleSysBone     = None BuildingChunkBitsTrail
  2119.     End
  2120.   End
  2121.  
  2122.   GeometryMajorRadius   = 4.8
  2123.   GeometryMinorRadius   = 10.4
  2124.   GeometryHeight        = 27.2
  2125. End
  2126.  
  2127. ;----------------------------------------------------------------------------
  2128.  
  2129. ObjectReskin BuildingGen28BitD BuildingGenBitTemplate
  2130.  
  2131.   ; *** ART Parameters ***
  2132.   Draw = W3DScriptedModelDraw ModuleTag_01
  2133.     DefaultModelConditionState
  2134.       Model               = GBGen28_D2d
  2135.       ParticleSysBone     = None BuildingChunkBitsTrail
  2136.     End
  2137.   End
  2138.  
  2139.   GeometryMajorRadius   = 4.8
  2140.   GeometryMinorRadius   = 8.0
  2141.   GeometryHeight        = 19.2
  2142. End
  2143.  
  2144. ;----------------------------------------------------------------------------
  2145.  
  2146. ObjectReskin BuildingGen29BitA BuildingGenBitTemplate
  2147.  
  2148.   ; *** ART Parameters ***
  2149.   Draw = W3DScriptedModelDraw ModuleTag_01
  2150.     DefaultModelConditionState
  2151.       Model               = GBGen29_D2a
  2152.       ParticleSysBone     = None BuildingChunkBitsTrail
  2153.     End
  2154.   End
  2155.  
  2156.   GeometryMajorRadius   = 10.4
  2157.   GeometryMinorRadius   = 10.4
  2158.   GeometryHeight        = 32.0
  2159. End
  2160.  
  2161. ;----------------------------------------------------------------------------
  2162.  
  2163. ObjectReskin BuildingGen29BitB BuildingGenBitTemplate
  2164.  
  2165.   ; *** ART Parameters ***
  2166.   Draw = W3DScriptedModelDraw ModuleTag_01
  2167.     DefaultModelConditionState
  2168.       Model               = GBGen29_D2b
  2169.       ParticleSysBone     = None BuildingChunkBitsTrail
  2170.     End
  2171.   End
  2172.  
  2173.   GeometryMajorRadius   = 6.4
  2174.   GeometryMinorRadius   = 5.6
  2175.   GeometryHeight        = 76.8
  2176. End
  2177.  
  2178. ;----------------------------------------------------------------------------
  2179.  
  2180. ObjectReskin BuildingGen29BitC BuildingGenBitTemplate
  2181.  
  2182.   ; *** ART Parameters ***
  2183.   Draw = W3DScriptedModelDraw ModuleTag_01
  2184.     DefaultModelConditionState
  2185.       Model               = GBGen29_D2c
  2186.       ParticleSysBone     = None BuildingChunkBitsTrail
  2187.     End
  2188.   End
  2189.  
  2190.   GeometryMajorRadius   = 3.2
  2191.   GeometryMinorRadius   = 6.4
  2192.   GeometryHeight        = 81.6
  2193. End
  2194.  
  2195. ;----------------------------------------------------------------------------
  2196.  
  2197. ObjectReskin BuildingGen29BitD BuildingGenBitTemplate
  2198.  
  2199.   ; *** ART Parameters ***
  2200.   Draw = W3DScriptedModelDraw ModuleTag_01
  2201.     DefaultModelConditionState
  2202.       Model               = GBGen29_D2d
  2203.       ParticleSysBone     = None BuildingChunkBitsTrail
  2204.     End
  2205.   End
  2206.  
  2207.   GeometryMajorRadius   = 6.4
  2208.   GeometryMinorRadius   = 5.6
  2209.   GeometryHeight        = 76.8
  2210. End
  2211. ;----------------------------------------------------------------------------
  2212.  
  2213. ObjectReskin BuildingGen30BitA BuildingGenBitTemplate
  2214.  
  2215.   ; *** ART Parameters ***
  2216.   Draw = W3DScriptedModelDraw ModuleTag_01
  2217.     DefaultModelConditionState
  2218.       Model               = GBGen30_D2a
  2219.       ParticleSysBone     = None BuildingChunkBitsTrail
  2220.     End
  2221.   End
  2222.  
  2223.   GeometryMajorRadius   = 5.6
  2224.   GeometryMinorRadius   = 8.0
  2225.   GeometryHeight        = 32.0
  2226. End
  2227.  
  2228. ;----------------------------------------------------------------------------
  2229.  
  2230. ObjectReskin BuildingGen30BitB BuildingGenBitTemplate
  2231.  
  2232.   ; *** ART Parameters ***
  2233.   Draw = W3DScriptedModelDraw ModuleTag_01
  2234.     DefaultModelConditionState
  2235.       Model               = GBGen30_D2b
  2236.       ParticleSysBone     = None BuildingChunkBitsTrail
  2237.     End
  2238.   End
  2239.  
  2240.   GeometryMajorRadius   = 11.2
  2241.   GeometryMinorRadius   = 8.0
  2242.   GeometryHeight        = 20.8
  2243. End
  2244.  
  2245. ;----------------------------------------------------------------------------
  2246.  
  2247. ObjectReskin BuildingGen30BitC BuildingGenBitTemplate
  2248.  
  2249.   ; *** ART Parameters ***
  2250.   Draw = W3DScriptedModelDraw ModuleTag_01
  2251.     DefaultModelConditionState
  2252.       Model               = GBGen30_D2c
  2253.       ParticleSysBone     = None BuildingChunkBitsTrail
  2254.     End
  2255.   End
  2256.  
  2257.   GeometryMajorRadius   = 11.2
  2258.   GeometryMinorRadius   = 8.0
  2259.   GeometryHeight        = 44.8
  2260. End
  2261.  
  2262. ;----------------------------------------------------------------------------
  2263.  
  2264. ObjectReskin BuildingGen30BitD BuildingGenBitTemplate
  2265.  
  2266.   ; *** ART Parameters ***
  2267.   Draw = W3DScriptedModelDraw ModuleTag_01
  2268.     DefaultModelConditionState
  2269.       Model               = GBGen30_D2d
  2270.       ParticleSysBone     = None BuildingChunkBitsTrail
  2271.     End
  2272.   End
  2273.  
  2274.   GeometryMajorRadius   = 7.2
  2275.   GeometryMinorRadius   = 8.0
  2276.   GeometryHeight        = 15.2
  2277. End
  2278.  
  2279. ;----------------------------------------------------------------------------
  2280.  
  2281. ObjectReskin BuildingGen31BitA BuildingGenBitTemplate
  2282.  
  2283.   ; *** ART Parameters ***
  2284.   Draw = W3DScriptedModelDraw ModuleTag_01
  2285.     DefaultModelConditionState
  2286.       Model               = GBGen31_D2a
  2287.       ParticleSysBone     = None BuildingChunkBitsTrail
  2288.     End
  2289.   End
  2290.  
  2291.   GeometryMajorRadius   = 0.0
  2292.   GeometryMinorRadius   = 0.0
  2293.   GeometryHeight        = 0.0
  2294. End
  2295.  
  2296. ;----------------------------------------------------------------------------
  2297.  
  2298. ObjectReskin BuildingGen31BitB BuildingGenBitTemplate
  2299.  
  2300.   ; *** ART Parameters ***
  2301.   Draw = W3DScriptedModelDraw ModuleTag_01
  2302.     DefaultModelConditionState
  2303.       Model               = GBGen31_D2b
  2304.       ParticleSysBone     = None BuildingChunkBitsTrail
  2305.     End
  2306.   End
  2307.  
  2308.   GeometryMajorRadius   = 0.0
  2309.   GeometryMinorRadius   = 0.0
  2310.   GeometryHeight        = 0.0
  2311. End
  2312.  
  2313. ;----------------------------------------------------------------------------
  2314.  
  2315. ObjectReskin BuildingGen31BitC BuildingGenBitTemplate
  2316.  
  2317.   ; *** ART Parameters ***
  2318.   Draw = W3DScriptedModelDraw ModuleTag_01
  2319.     DefaultModelConditionState
  2320.       Model               = GBGen31_D2c
  2321.       ParticleSysBone     = None BuildingChunkBitsTrail
  2322.     End
  2323.   End
  2324.  
  2325.   GeometryMajorRadius   = 0.0
  2326.   GeometryMinorRadius   = 0.0
  2327.   GeometryHeight        = 0.0
  2328. End
  2329.  
  2330. ;----------------------------------------------------------------------------
  2331.  
  2332. ObjectReskin BuildingGen31BitD BuildingGenBitTemplate
  2333.  
  2334.   ; *** ART Parameters ***
  2335.   Draw = W3DScriptedModelDraw ModuleTag_01
  2336.     DefaultModelConditionState
  2337.       Model               = GBGen31_D2d
  2338.       ParticleSysBone     = None BuildingChunkBitsTrail
  2339.     End
  2340.   End
  2341.  
  2342.   GeometryMajorRadius   = 0.0
  2343.   GeometryMinorRadius   = 0.0
  2344.   GeometryHeight        = 0.0
  2345. End
  2346.  
  2347. ;----------------------------------------------------------------------------
  2348.  
  2349. ObjectReskin BuildingGen32BitA BuildingGenBitTemplate
  2350.  
  2351.   ; *** ART Parameters ***
  2352.   Draw = W3DScriptedModelDraw ModuleTag_01
  2353.     DefaultModelConditionState
  2354.       Model               = GBGen32_D2a
  2355.       ParticleSysBone     = None BuildingChunkBitsTrail
  2356.     End
  2357.   End
  2358.  
  2359.   GeometryMajorRadius   = 8.0
  2360.   GeometryMinorRadius   = 8.8
  2361.   GeometryHeight        = 32.0
  2362. End
  2363.  
  2364. ;----------------------------------------------------------------------------
  2365.  
  2366. ObjectReskin BuildingGen32BitB BuildingGenBitTemplate
  2367.  
  2368.   ; *** ART Parameters ***
  2369.   Draw = W3DScriptedModelDraw ModuleTag_01
  2370.     DefaultModelConditionState
  2371.       Model               = GBGen32_D2b
  2372.       ParticleSysBone     = None BuildingChunkBitsTrail
  2373.     End
  2374.   End
  2375.  
  2376.   GeometryMajorRadius   = 9.6
  2377.   GeometryMinorRadius   = 11.2
  2378.   GeometryHeight        = 22.4
  2379. End
  2380.  
  2381. ;----------------------------------------------------------------------------
  2382.  
  2383. ObjectReskin BuildingGen32BitC BuildingGenBitTemplate
  2384.  
  2385.   ; *** ART Parameters ***
  2386.   Draw = W3DScriptedModelDraw ModuleTag_01
  2387.     DefaultModelConditionState
  2388.       Model               = GBGen32_D2c
  2389.       ParticleSysBone     = None BuildingChunkBitsTrail
  2390.     End
  2391.   End
  2392.  
  2393.   GeometryMajorRadius   = 9.6
  2394.   GeometryMinorRadius   = 11.2
  2395.   GeometryHeight        = 43.2
  2396. End
  2397.  
  2398. ;----------------------------------------------------------------------------
  2399.  
  2400. ObjectReskin BuildingGen32BitD BuildingGenBitTemplate
  2401.  
  2402.   ; *** ART Parameters ***
  2403.   Draw = W3DScriptedModelDraw ModuleTag_01
  2404.     DefaultModelConditionState
  2405.       Model               = GBGen32_D2d
  2406.       ParticleSysBone     = None BuildingChunkBitsTrail
  2407.     End
  2408.   End
  2409.  
  2410.   GeometryMajorRadius   = 9.6
  2411.   GeometryMinorRadius   = 6.4
  2412.   GeometryHeight        = 36.8
  2413. End
  2414.  
  2415. ;----------------------------------------------------------------------------
  2416.  
  2417. ObjectReskin BuildingGen33BitA BuildingGenBitTemplate
  2418.  
  2419.   ; *** ART Parameters ***
  2420.   Draw = W3DScriptedModelDraw ModuleTag_01
  2421.     DefaultModelConditionState
  2422.       Model               = GBGen33_D2a
  2423.       ParticleSysBone     = None BuildingChunkBitsTrail
  2424.     End
  2425.   End
  2426.  
  2427.   GeometryMajorRadius   = 7.2
  2428.   GeometryMinorRadius   = 8.0
  2429.   GeometryHeight        = 43.2
  2430. End
  2431.  
  2432. ;----------------------------------------------------------------------------
  2433.  
  2434. ObjectReskin BuildingGen33BitB BuildingGenBitTemplate
  2435.  
  2436.   ; *** ART Parameters ***
  2437.   Draw = W3DScriptedModelDraw ModuleTag_01
  2438.     DefaultModelConditionState
  2439.       Model               = GBGen33_D2b
  2440.       ParticleSysBone     = None BuildingChunkBitsTrail
  2441.     End
  2442.   End
  2443.  
  2444.   GeometryMajorRadius   = 4.8
  2445.   GeometryMinorRadius   = 6.4
  2446.   GeometryHeight        = 17.6
  2447. End
  2448.  
  2449. ;----------------------------------------------------------------------------
  2450.  
  2451. ObjectReskin BuildingGen33BitC BuildingGenBitTemplate
  2452.  
  2453.   ; *** ART Parameters ***
  2454.   Draw = W3DScriptedModelDraw ModuleTag_01
  2455.     DefaultModelConditionState
  2456.       Model               = GBGen33_D2c
  2457.       ParticleSysBone     = None BuildingChunkBitsTrail
  2458.     End
  2459.   End
  2460.  
  2461.   GeometryMajorRadius   = 8.8
  2462.   GeometryMinorRadius   = 6.4
  2463.   GeometryHeight        = 25.6
  2464. End
  2465.  
  2466. ;----------------------------------------------------------------------------
  2467.  
  2468. ObjectReskin BuildingGen33BitD BuildingGenBitTemplate
  2469.  
  2470.   ; *** ART Parameters ***
  2471.   Draw = W3DScriptedModelDraw ModuleTag_01
  2472.     DefaultModelConditionState
  2473.       Model               = GBGen33_D2d
  2474.       ParticleSysBone     = None BuildingChunkBitsTrail
  2475.     End
  2476.   End
  2477.  
  2478.   GeometryMajorRadius   = 4.0
  2479.   GeometryMinorRadius   = 8.8
  2480.   GeometryHeight        = 40.0
  2481. End
  2482.  
  2483. ;----------------------------------------------------------------------------
  2484.  
  2485. ObjectReskin BuildingGen34BitA BuildingGenBitTemplate
  2486.  
  2487.   ; *** ART Parameters ***
  2488.   Draw = W3DScriptedModelDraw ModuleTag_01
  2489.     DefaultModelConditionState
  2490.       Model               = GBGen34_D2a
  2491.       ParticleSysBone     = None BuildingChunkBitsTrail
  2492.     End
  2493.   End
  2494.  
  2495.   GeometryMajorRadius   = 4.0
  2496.   GeometryMinorRadius   = 6.4
  2497.   GeometryHeight        = 28.8
  2498. End
  2499.  
  2500. ;----------------------------------------------------------------------------
  2501.  
  2502. ObjectReskin BuildingGen34BitB BuildingGenBitTemplate
  2503.  
  2504.   ; *** ART Parameters ***
  2505.   Draw = W3DScriptedModelDraw ModuleTag_01
  2506.     DefaultModelConditionState
  2507.       Model               = GBGen34_D2b
  2508.       ParticleSysBone     = None BuildingChunkBitsTrail
  2509.     End
  2510.   End
  2511.  
  2512.   GeometryMajorRadius   = 4.0
  2513.   GeometryMinorRadius   = 4.8
  2514.   GeometryHeight        = 28.8
  2515. End
  2516.  
  2517. ;----------------------------------------------------------------------------
  2518.  
  2519. ObjectReskin BuildingGen34BitC BuildingGenBitTemplate
  2520.  
  2521.   ; *** ART Parameters ***
  2522.   Draw = W3DScriptedModelDraw ModuleTag_01
  2523.     DefaultModelConditionState
  2524.       Model               = GBGen34_D2c
  2525.       ParticleSysBone     = None BuildingChunkBitsTrail
  2526.     End
  2527.   End
  2528.  
  2529.   GeometryMajorRadius   = 5.6
  2530.   GeometryMinorRadius   = 5.6
  2531.   GeometryHeight        = 12.0
  2532. End
  2533.  
  2534. ;----------------------------------------------------------------------------
  2535.  
  2536. ObjectReskin BuildingGen34BitD BuildingGenBitTemplate
  2537.  
  2538.   ; *** ART Parameters ***
  2539.   Draw = W3DScriptedModelDraw ModuleTag_01
  2540.     DefaultModelConditionState
  2541.       Model               = GBGen34_D2d
  2542.       ParticleSysBone     = None BuildingChunkBitsTrail
  2543.     End
  2544.   End
  2545.  
  2546.   GeometryMajorRadius   = 2.4
  2547.   GeometryMinorRadius   = 5.6
  2548.   GeometryHeight        = 20.8
  2549. End
  2550.  
  2551. ;----------------------------------------------------------------------------
  2552.  
  2553. ObjectReskin BuildingGen35BitA BuildingGenBitTemplate
  2554.  
  2555.   ; *** ART Parameters ***
  2556.   Draw = W3DScriptedModelDraw ModuleTag_01
  2557.     DefaultModelConditionState
  2558.       Model               = GBGen35_D2a
  2559.       ParticleSysBone     = None BuildingChunkBitsTrail
  2560.     End
  2561.   End
  2562.  
  2563.   GeometryMajorRadius   = 4.0
  2564.   GeometryMinorRadius   = 2.4
  2565.   GeometryHeight        = 17.6
  2566. End
  2567.  
  2568. ;----------------------------------------------------------------------------
  2569.  
  2570. ObjectReskin BuildingGen35BitB BuildingGenBitTemplate
  2571.  
  2572.   ; *** ART Parameters ***
  2573.   Draw = W3DScriptedModelDraw ModuleTag_01
  2574.     DefaultModelConditionState
  2575.       Model               = GBGen35_D2b
  2576.       ParticleSysBone     = None BuildingChunkBitsTrail
  2577.     End
  2578.   End
  2579.  
  2580.   GeometryMajorRadius   = 3.2
  2581.   GeometryMinorRadius   = 4.0
  2582.   GeometryHeight        = 20.8
  2583. End
  2584.  
  2585. ;----------------------------------------------------------------------------
  2586.  
  2587. ObjectReskin BuildingGen35BitC BuildingGenBitTemplate
  2588.  
  2589.   ; *** ART Parameters ***
  2590.   Draw = W3DScriptedModelDraw ModuleTag_01
  2591.     DefaultModelConditionState
  2592.       Model               = GBGen35_D2c
  2593.       ParticleSysBone     = None BuildingChunkBitsTrail
  2594.     End
  2595.   End
  2596.  
  2597.   GeometryMajorRadius   = 5.6
  2598.   GeometryMinorRadius   = 6.4
  2599.   GeometryHeight        = 8.0
  2600. End
  2601.  
  2602. ;----------------------------------------------------------------------------
  2603.  
  2604. ObjectReskin BuildingGen35BitD BuildingGenBitTemplate
  2605.  
  2606.   ; *** ART Parameters ***
  2607.   Draw = W3DScriptedModelDraw ModuleTag_01
  2608.     DefaultModelConditionState
  2609.       Model               = GBGen35_D2d
  2610.       ParticleSysBone     = None BuildingChunkBitsTrail
  2611.     End
  2612.   End
  2613.  
  2614.   GeometryMajorRadius   = 7.2
  2615.   GeometryMinorRadius   = 4.8
  2616.   GeometryHeight        = 9.6
  2617. End
  2618.  
  2619. ;----------------------------------------------------------------------------
  2620.  
  2621. ObjectReskin BuildingGen36BitA BuildingGenBitTemplate
  2622.  
  2623.   ; *** ART Parameters ***
  2624.   Draw = W3DScriptedModelDraw ModuleTag_01
  2625.     DefaultModelConditionState
  2626.       Model               = GBGen36_D2a
  2627.       ParticleSysBone     = None BuildingChunkBitsTrail
  2628.     End
  2629.   End
  2630.  
  2631.   GeometryMajorRadius   = 8.0
  2632.   GeometryMinorRadius   = 9.6
  2633.   GeometryHeight        = 17.6
  2634. End
  2635.  
  2636. ;----------------------------------------------------------------------------
  2637.  
  2638. ObjectReskin BuildingGen36BitB BuildingGenBitTemplate
  2639.  
  2640.   ; *** ART Parameters ***
  2641.   Draw = W3DScriptedModelDraw ModuleTag_01
  2642.     DefaultModelConditionState
  2643.       Model               = GBGen36_D2b
  2644.       ParticleSysBone     = None BuildingChunkBitsTrail
  2645.     End
  2646.   End
  2647.  
  2648.   GeometryMajorRadius   = 4.0
  2649.   GeometryMinorRadius   = 5.6
  2650.   GeometryHeight        = 25.6
  2651. End
  2652.  
  2653. ;----------------------------------------------------------------------------
  2654.  
  2655. ObjectReskin BuildingGen36BitC BuildingGenBitTemplate
  2656.  
  2657.   ; *** ART Parameters ***
  2658.   Draw = W3DScriptedModelDraw ModuleTag_01
  2659.     DefaultModelConditionState
  2660.       Model               = GBGen36_D2c
  2661.       ParticleSysBone     = None BuildingChunkBitsTrail
  2662.     End
  2663.   End
  2664.  
  2665.   GeometryMajorRadius   = 4.8
  2666.   GeometryMinorRadius   = 5.6
  2667.   GeometryHeight        = 17.6
  2668. End
  2669.  
  2670. ;----------------------------------------------------------------------------
  2671.  
  2672. ObjectReskin BuildingGen36BitD BuildingGenBitTemplate
  2673.  
  2674.   ; *** ART Parameters ***
  2675.   Draw = W3DScriptedModelDraw ModuleTag_01
  2676.     DefaultModelConditionState
  2677.       Model               = GBGen36_D2d
  2678.       ParticleSysBone     = None BuildingChunkBitsTrail
  2679.     End
  2680.   End
  2681.  
  2682.   GeometryMajorRadius   = 8.8
  2683.   GeometryMinorRadius   = 9.6
  2684.   GeometryHeight        = 16.0
  2685. End
  2686.  
  2687. ;----------------------------------------------------------------------------
  2688.  
  2689. ObjectReskin BuildingGen37BitA BuildingGenBitTemplate
  2690.  
  2691.   ; *** ART Parameters ***
  2692.   Draw = W3DScriptedModelDraw ModuleTag_01
  2693.     DefaultModelConditionState
  2694.       Model               = GBGen37_D2a
  2695.       ParticleSysBone     = None BuildingChunkBitsTrail
  2696.     End
  2697.   End
  2698.  
  2699.   GeometryMajorRadius   = 5.6
  2700.   GeometryMinorRadius   = 4.0
  2701.   GeometryHeight        = 24.0
  2702. End
  2703.  
  2704. ;----------------------------------------------------------------------------
  2705.  
  2706. ObjectReskin BuildingGen37BitB BuildingGenBitTemplate
  2707.  
  2708.   ; *** ART Parameters ***
  2709.   Draw = W3DScriptedModelDraw ModuleTag_01
  2710.     DefaultModelConditionState
  2711.       Model               = GBGen37_D2b
  2712.       ParticleSysBone     = None BuildingChunkBitsTrail
  2713.     End
  2714.   End
  2715.  
  2716.   GeometryMajorRadius   = 3.2
  2717.   GeometryMinorRadius   = 6.4
  2718.   GeometryHeight        = 11.2
  2719. End
  2720.  
  2721. ;----------------------------------------------------------------------------
  2722.  
  2723. ObjectReskin BuildingGen37BitC BuildingGenBitTemplate
  2724.  
  2725.   ; *** ART Parameters ***
  2726.   Draw = W3DScriptedModelDraw ModuleTag_01
  2727.     DefaultModelConditionState
  2728.       Model               = GBGen37_D2c
  2729.       ParticleSysBone     = None BuildingChunkBitsTrail
  2730.     End
  2731.   End
  2732.  
  2733.   GeometryMajorRadius   = 6.4
  2734.   GeometryMinorRadius   = 8.0
  2735.   GeometryHeight        = 28.8
  2736. End
  2737.  
  2738. ;----------------------------------------------------------------------------
  2739.  
  2740. ObjectReskin BuildingGen37BitD BuildingGenBitTemplate
  2741.  
  2742.   ; *** ART Parameters ***
  2743.   Draw = W3DScriptedModelDraw ModuleTag_01
  2744.     DefaultModelConditionState
  2745.       Model               = GBGen37_D2d
  2746.       ParticleSysBone     = None BuildingChunkBitsTrail
  2747.     End
  2748.   End
  2749.  
  2750.   GeometryMajorRadius   = 4.8
  2751.   GeometryMinorRadius   = 8.0
  2752.   GeometryHeight        = 20.8
  2753. End
  2754.  
  2755. ;----------------------------------------------------------------------------
  2756.  
  2757. ObjectReskin BuildingGen38BitA BuildingGenBitTemplate
  2758.  
  2759.   ; *** ART Parameters ***
  2760.   Draw = W3DScriptedModelDraw ModuleTag_01
  2761.     DefaultModelConditionState
  2762.       Model               = GBGen38_D2a
  2763.       ParticleSysBone     = None BuildingChunkBitsTrail
  2764.     End
  2765.   End
  2766.  
  2767.   GeometryMajorRadius   = 6.4
  2768.   GeometryMinorRadius   = 5.6
  2769.   GeometryHeight        = 40.0
  2770. End
  2771.  
  2772. ;----------------------------------------------------------------------------
  2773.  
  2774. ObjectReskin BuildingGen38BitB BuildingGenBitTemplate
  2775.  
  2776.   ; *** ART Parameters ***
  2777.   Draw = W3DScriptedModelDraw ModuleTag_01
  2778.     DefaultModelConditionState
  2779.       Model               = GBGen38_D2b
  2780.       ParticleSysBone     = None BuildingChunkBitsTrail
  2781.     End
  2782.   End
  2783.  
  2784.   GeometryMajorRadius   = 6.4
  2785.   GeometryMinorRadius   = 8.8
  2786.   GeometryHeight        = 16.0
  2787. End
  2788.  
  2789. ;----------------------------------------------------------------------------
  2790.  
  2791. ObjectReskin BuildingGen38BitC BuildingGenBitTemplate
  2792.  
  2793.   ; *** ART Parameters ***
  2794.   Draw = W3DScriptedModelDraw ModuleTag_01
  2795.     DefaultModelConditionState
  2796.       Model               = GBGen38_D2c
  2797.       ParticleSysBone     = None BuildingChunkBitsTrail
  2798.     End
  2799.   End
  2800.  
  2801.   GeometryMajorRadius   = 8.0
  2802.   GeometryMinorRadius   = 6.4
  2803.   GeometryHeight        = 25.6
  2804. End
  2805.  
  2806. ;----------------------------------------------------------------------------
  2807.  
  2808. ObjectReskin BuildingGen38BitD BuildingGenBitTemplate
  2809.  
  2810.   ; *** ART Parameters ***
  2811.   Draw = W3DScriptedModelDraw ModuleTag_01
  2812.     DefaultModelConditionState
  2813.       Model               = GBGen38_D2d
  2814.       ParticleSysBone     = None BuildingChunkBitsTrail
  2815.     End
  2816.   End
  2817.  
  2818.   GeometryMajorRadius   = 7.2
  2819.   GeometryMinorRadius   = 9.6
  2820.   GeometryHeight        = 25.6
  2821. End
  2822.  
  2823. ;----------------------------------------------------------------------------
  2824.  
  2825. ObjectReskin BuildingGen39BitA BuildingGenBitTemplate
  2826.  
  2827.   ; *** ART Parameters ***
  2828.   Draw = W3DScriptedModelDraw ModuleTag_01
  2829.     DefaultModelConditionState
  2830.       Model               = GBGen39_D2a
  2831.       ParticleSysBone     = None BuildingChunkBitsTrail
  2832.     End
  2833.   End
  2834.  
  2835.   GeometryMajorRadius   = 6.4
  2836.   GeometryMinorRadius   = 6.4
  2837.   GeometryHeight        = 38.4
  2838. End
  2839.  
  2840. ;----------------------------------------------------------------------------
  2841.  
  2842. ObjectReskin BuildingGen39BitB BuildingGenBitTemplate
  2843.  
  2844.   ; *** ART Parameters ***
  2845.   Draw = W3DScriptedModelDraw ModuleTag_01
  2846.     DefaultModelConditionState
  2847.       Model               = GBGen39_D2b
  2848.       ParticleSysBone     = None BuildingChunkBitsTrail
  2849.     End
  2850.   End
  2851.  
  2852.   GeometryMajorRadius   = 2.4
  2853.   GeometryMinorRadius   = 3.2
  2854.   GeometryHeight        = 12.8
  2855. End
  2856.  
  2857. ;----------------------------------------------------------------------------
  2858.  
  2859. ObjectReskin BuildingGen39BitC BuildingGenBitTemplate
  2860.  
  2861.   ; *** ART Parameters ***
  2862.   Draw = W3DScriptedModelDraw ModuleTag_01
  2863.     DefaultModelConditionState
  2864.       Model               = GBGen39_D2c
  2865.       ParticleSysBone     = None BuildingChunkBitsTrail
  2866.     End
  2867.   End
  2868.  
  2869.   GeometryMajorRadius   = 2.4
  2870.   GeometryMinorRadius   = 4.0
  2871.   GeometryHeight        = 48.0
  2872. End
  2873.  
  2874. ;----------------------------------------------------------------------------
  2875.  
  2876. ObjectReskin BuildingGen39BitD BuildingGenBitTemplate
  2877.  
  2878.   ; *** ART Parameters ***
  2879.   Draw = W3DScriptedModelDraw ModuleTag_01
  2880.     DefaultModelConditionState
  2881.       Model               = GBGen39_D2d
  2882.       ParticleSysBone     = None BuildingChunkBitsTrail
  2883.     End
  2884.   End
  2885.  
  2886.   GeometryMajorRadius   = 4.8
  2887.   GeometryMinorRadius   = 3.2
  2888.   GeometryHeight        = 20.8
  2889. End
  2890.  
  2891. ;----------------------------------------------------------------------------
  2892.  
  2893. ObjectReskin BuildingGen40BitA BuildingGenBitTemplate
  2894.  
  2895.   ; *** ART Parameters ***
  2896.   Draw = W3DScriptedModelDraw ModuleTag_01
  2897.     DefaultModelConditionState
  2898.       Model               = GBGen40_D2a
  2899.       ParticleSysBone     = None BuildingChunkBitsTrail
  2900.     End
  2901.   End
  2902.  
  2903.   GeometryMajorRadius   = 4.0
  2904.   GeometryMinorRadius   = 4.8
  2905.   GeometryHeight        = 35.2
  2906. End
  2907.  
  2908. ;----------------------------------------------------------------------------
  2909.  
  2910. ObjectReskin BuildingGen40BitB BuildingGenBitTemplate
  2911.  
  2912.   ; *** ART Parameters ***
  2913.   Draw = W3DScriptedModelDraw ModuleTag_01
  2914.     DefaultModelConditionState
  2915.       Model               = GBGen40_D2b
  2916.       ParticleSysBone     = None BuildingChunkBitsTrail
  2917.     End
  2918.   End
  2919.  
  2920.   GeometryMajorRadius   = 12.0
  2921.   GeometryMinorRadius   = 4.0
  2922.   GeometryHeight        = 22.4
  2923. End
  2924.  
  2925. ;----------------------------------------------------------------------------
  2926.  
  2927. ObjectReskin BuildingGen40BitC BuildingGenBitTemplate
  2928.  
  2929.   ; *** ART Parameters ***
  2930.   Draw = W3DScriptedModelDraw ModuleTag_01
  2931.     DefaultModelConditionState
  2932.       Model               = GBGen40_D2c
  2933.       ParticleSysBone     = None BuildingChunkBitsTrail
  2934.     End
  2935.   End
  2936.  
  2937.   GeometryMajorRadius   = 4.8
  2938.   GeometryMinorRadius   = 10.4
  2939.   GeometryHeight        = 22.4
  2940. End
  2941.  
  2942. ;----------------------------------------------------------------------------
  2943.  
  2944. ObjectReskin BuildingGen40BitD BuildingGenBitTemplate
  2945.  
  2946.   ; *** ART Parameters ***
  2947.   Draw = W3DScriptedModelDraw ModuleTag_01
  2948.     DefaultModelConditionState
  2949.       Model               = GBGen40_D2d
  2950.       ParticleSysBone     = None BuildingChunkBitsTrail
  2951.     End
  2952.   End
  2953.  
  2954.   GeometryMajorRadius   = 8.0
  2955.   GeometryMinorRadius   = 2.4
  2956.   GeometryHeight        = 19.2
  2957. End
  2958.  
  2959. ;----------------------------------------------------------------------------
  2960.  
  2961. ObjectReskin BuildingGen41BitA BuildingGenBitTemplate
  2962.  
  2963.   ; *** ART Parameters ***
  2964.   Draw = W3DScriptedModelDraw ModuleTag_01
  2965.     DefaultModelConditionState
  2966.       Model               = GBGen41_D2a
  2967.       ParticleSysBone     = None BuildingChunkBitsTrail
  2968.     End
  2969.   End
  2970.  
  2971.   GeometryMajorRadius   = 3.2
  2972.   GeometryMinorRadius   = 4.0
  2973.   GeometryHeight        = 19.2
  2974. End
  2975.  
  2976. ;----------------------------------------------------------------------------
  2977.  
  2978. ObjectReskin BuildingGen41BitB BuildingGenBitTemplate
  2979.  
  2980.   ; *** ART Parameters ***
  2981.   Draw = W3DScriptedModelDraw ModuleTag_01
  2982.     DefaultModelConditionState
  2983.       Model               = GBGen41_D2b
  2984.       ParticleSysBone     = None BuildingChunkBitsTrail
  2985.     End
  2986.   End
  2987.  
  2988.   GeometryMajorRadius   = 6.4
  2989.   GeometryMinorRadius   = 4.0
  2990.   GeometryHeight        = 22.4
  2991. End
  2992.  
  2993. ;----------------------------------------------------------------------------
  2994.  
  2995. ObjectReskin BuildingGen41BitC BuildingGenBitTemplate
  2996.  
  2997.   ; *** ART Parameters ***
  2998.   Draw = W3DScriptedModelDraw ModuleTag_01
  2999.     DefaultModelConditionState
  3000.       Model               = GBGen41_D2c
  3001.       ParticleSysBone     = None BuildingChunkBitsTrail
  3002.     End
  3003.   End
  3004.  
  3005.   GeometryMajorRadius   = 5.6
  3006.   GeometryMinorRadius   = 4.0
  3007.   GeometryHeight        = 32.0
  3008. End
  3009.  
  3010. ;----------------------------------------------------------------------------
  3011.  
  3012. ObjectReskin BuildingGen41BitD BuildingGenBitTemplate
  3013.  
  3014.   ; *** ART Parameters ***
  3015.   Draw = W3DScriptedModelDraw ModuleTag_01
  3016.     DefaultModelConditionState
  3017.       Model               = GBGen41_D2d
  3018.       ParticleSysBone     = None BuildingChunkBitsTrail
  3019.     End
  3020.   End
  3021.  
  3022.   GeometryMajorRadius   = 8.0
  3023.   GeometryMinorRadius   = 6.4
  3024.   GeometryHeight        = 16.0
  3025. End
  3026.  
  3027. ;----------------------------------------------------------------------------
  3028.  
  3029. ObjectReskin BuildingGen42BitA BuildingGenBitTemplate
  3030.  
  3031.   ; *** ART Parameters ***
  3032.   Draw = W3DScriptedModelDraw ModuleTag_01
  3033.     DefaultModelConditionState
  3034.       Model               = GBGen42_D2a
  3035.       ParticleSysBone     = None BuildingChunkBitsTrail
  3036.     End
  3037.   End
  3038.  
  3039.   GeometryMajorRadius   = 5.6
  3040.   GeometryMinorRadius   = 8.0
  3041.   GeometryHeight        = 27.2
  3042. End
  3043.  
  3044. ;----------------------------------------------------------------------------
  3045.  
  3046. ObjectReskin BuildingGen42BitB BuildingGenBitTemplate
  3047.  
  3048.   ; *** ART Parameters ***
  3049.   Draw = W3DScriptedModelDraw ModuleTag_01
  3050.     DefaultModelConditionState
  3051.       Model               = GBGen42_D2b
  3052.       ParticleSysBone     = None BuildingChunkBitsTrail
  3053.     End
  3054.   End
  3055.  
  3056.   GeometryMajorRadius   = 6.4
  3057.   GeometryMinorRadius   = 4.8
  3058.   GeometryHeight        = 22.4
  3059. End
  3060.  
  3061. ;----------------------------------------------------------------------------
  3062.  
  3063. ObjectReskin BuildingGen42BitC BuildingGenBitTemplate
  3064.  
  3065.   ; *** ART Parameters ***
  3066.   Draw = W3DScriptedModelDraw ModuleTag_01
  3067.     DefaultModelConditionState
  3068.       Model               = GBGen42_D2c
  3069.       ParticleSysBone     = None BuildingChunkBitsTrail
  3070.     End
  3071.   End
  3072.  
  3073.   GeometryMajorRadius   = 8.0
  3074.   GeometryMinorRadius   = 7.2
  3075.   GeometryHeight        = 12.8
  3076. End
  3077.  
  3078. ;----------------------------------------------------------------------------
  3079.  
  3080. ObjectReskin BuildingGen42BitD BuildingGenBitTemplate
  3081.  
  3082.   ; *** ART Parameters ***
  3083.   Draw = W3DScriptedModelDraw ModuleTag_01
  3084.     DefaultModelConditionState
  3085.       Model               = GBGen42_D2d
  3086.       ParticleSysBone     = None BuildingChunkBitsTrail
  3087.     End
  3088.   End
  3089.  
  3090.   GeometryMajorRadius   = 8.0
  3091.   GeometryMinorRadius   = 9.6
  3092.   GeometryHeight        = 48.0
  3093. End
  3094.  
  3095. ;----------------------------------------------------------------------------
  3096.  
  3097. ObjectReskin BuildingGen43BitA BuildingGenBitTemplate
  3098.  
  3099.   ; *** ART Parameters ***
  3100.   Draw = W3DScriptedModelDraw ModuleTag_01
  3101.     DefaultModelConditionState
  3102.       Model               = GBGen43_D2a
  3103.       ParticleSysBone     = None BuildingChunkBitsTrail
  3104.     End
  3105.   End
  3106.  
  3107.   GeometryMajorRadius   = 6.4
  3108.   GeometryMinorRadius   = 7.2
  3109.   GeometryHeight        = 32.0
  3110. End
  3111.  
  3112. ;----------------------------------------------------------------------------
  3113.  
  3114. ObjectReskin BuildingGen43BitB BuildingGenBitTemplate
  3115.  
  3116.   ; *** ART Parameters ***
  3117.   Draw = W3DScriptedModelDraw ModuleTag_01
  3118.     DefaultModelConditionState
  3119.       Model               = GBGen43_D2b
  3120.       ParticleSysBone     = None BuildingChunkBitsTrail
  3121.     End
  3122.   End
  3123.  
  3124.   GeometryMajorRadius   = 4.8
  3125.   GeometryMinorRadius   = 4.8
  3126.   GeometryHeight        = 19.2
  3127. End
  3128.  
  3129. ;----------------------------------------------------------------------------
  3130.  
  3131. ObjectReskin BuildingGen43BitC BuildingGenBitTemplate
  3132.  
  3133.   ; *** ART Parameters ***
  3134.   Draw = W3DScriptedModelDraw ModuleTag_01
  3135.     DefaultModelConditionState
  3136.       Model               = GBGen43_D2c
  3137.       ParticleSysBone     = None BuildingChunkBitsTrail
  3138.     End
  3139.   End
  3140.  
  3141.   GeometryMajorRadius   = 4.8
  3142.   GeometryMinorRadius   = 4.8
  3143.   GeometryHeight        = 20.8
  3144. End
  3145.  
  3146. ;----------------------------------------------------------------------------
  3147.  
  3148. ObjectReskin BuildingGen43BitD BuildingGenBitTemplate
  3149.  
  3150.   ; *** ART Parameters ***
  3151.   Draw = W3DScriptedModelDraw ModuleTag_01
  3152.     DefaultModelConditionState
  3153.       Model               = GBGen43_D2d
  3154.       ParticleSysBone     = None BuildingChunkBitsTrail
  3155.     End
  3156.   End
  3157.  
  3158.   GeometryMajorRadius   = 8.8
  3159.   GeometryMinorRadius   = 6.4
  3160.   GeometryHeight        = 38.4
  3161. End
  3162.  
  3163. ;----------------------------------------------------------------------------
  3164.  
  3165. ObjectReskin BuildingGen44BitA BuildingGenBitTemplate
  3166.  
  3167.   ; *** ART Parameters ***
  3168.   Draw = W3DScriptedModelDraw ModuleTag_01
  3169.     DefaultModelConditionState
  3170.       Model               = GBGen44_D2a
  3171.       ParticleSysBone     = None BuildingChunkBitsTrail
  3172.     End
  3173.   End
  3174.  
  3175.   GeometryMajorRadius   = 0.0
  3176.   GeometryMinorRadius   = 0.0
  3177.   GeometryHeight        = 0.0
  3178. End
  3179.  
  3180. ;----------------------------------------------------------------------------
  3181.  
  3182. ObjectReskin BuildingGen44BitB BuildingGenBitTemplate
  3183.  
  3184.   ; *** ART Parameters ***
  3185.   Draw = W3DScriptedModelDraw ModuleTag_01
  3186.     DefaultModelConditionState
  3187.       Model               = GBGen44_D2b
  3188.       ParticleSysBone     = None BuildingChunkBitsTrail
  3189.     End
  3190.   End
  3191.  
  3192.   GeometryMajorRadius   = 0.0
  3193.   GeometryMinorRadius   = 0.0
  3194.   GeometryHeight        = 0.0
  3195. End
  3196.  
  3197. ;----------------------------------------------------------------------------
  3198.  
  3199. ObjectReskin BuildingGen44BitC BuildingGenBitTemplate
  3200.  
  3201.   ; *** ART Parameters ***
  3202.   Draw = W3DScriptedModelDraw ModuleTag_01
  3203.     DefaultModelConditionState
  3204.       Model               = GBGen44_D2c
  3205.       ParticleSysBone     = None BuildingChunkBitsTrail
  3206.     End
  3207.   End
  3208.  
  3209.   GeometryMajorRadius   = 0.0
  3210.   GeometryMinorRadius   = 0.0
  3211.   GeometryHeight        = 0.0
  3212. End
  3213.  
  3214. ;----------------------------------------------------------------------------
  3215.  
  3216. ObjectReskin BuildingGen44BitD BuildingGenBitTemplate
  3217.  
  3218.   ; *** ART Parameters ***
  3219.   Draw = W3DScriptedModelDraw ModuleTag_01
  3220.     DefaultModelConditionState
  3221.       Model               = GBGen44_D2d
  3222.       ParticleSysBone     = None BuildingChunkBitsTrail
  3223.     End
  3224.   End
  3225.  
  3226.   GeometryMajorRadius   = 0.0
  3227.   GeometryMinorRadius   = 0.0
  3228.   GeometryHeight        = 0.0
  3229. End
  3230.  
  3231. ;----------------------------------------------------------------------------
  3232.  
  3233. ObjectReskin BuildingGen45BitA BuildingGenBitTemplate
  3234.  
  3235.   ; *** ART Parameters ***
  3236.   Draw = W3DScriptedModelDraw ModuleTag_01
  3237.     DefaultModelConditionState
  3238.       Model               = GBGen45_D2a
  3239.       ParticleSysBone     = None BuildingChunkBitsTrail
  3240.     End
  3241.   End
  3242.  
  3243.   GeometryMajorRadius   = 13.6
  3244.   GeometryMinorRadius   = 10.4
  3245.   GeometryHeight        = 19.2
  3246. End
  3247.  
  3248. ;----------------------------------------------------------------------------
  3249.  
  3250. ObjectReskin BuildingGen45BitB BuildingGenBitTemplate
  3251.  
  3252.   ; *** ART Parameters ***
  3253.   Draw = W3DScriptedModelDraw ModuleTag_01
  3254.     DefaultModelConditionState
  3255.       Model               = GBGen45_D2b
  3256.       ParticleSysBone     = None BuildingChunkBitsTrail
  3257.     End
  3258.   End
  3259.  
  3260.   GeometryMajorRadius   = 3.2
  3261.   GeometryMinorRadius   = 7.2
  3262.   GeometryHeight        = 38.4
  3263. End
  3264.  
  3265. ;----------------------------------------------------------------------------
  3266.  
  3267. ObjectReskin BuildingGen45BitC BuildingGenBitTemplate
  3268.  
  3269.   ; *** ART Parameters ***
  3270.   Draw = W3DScriptedModelDraw ModuleTag_01
  3271.     DefaultModelConditionState
  3272.       Model               = GBGen45_D2c
  3273.       ParticleSysBone     = None BuildingChunkBitsTrail
  3274.     End
  3275.   End
  3276.  
  3277.   GeometryMajorRadius   = 8.8
  3278.   GeometryMinorRadius   = 8.8
  3279.   GeometryHeight        = 40.0
  3280. End
  3281.  
  3282. ;----------------------------------------------------------------------------
  3283.  
  3284. ObjectReskin BuildingGen45BitD BuildingGenBitTemplate
  3285.  
  3286.   ; *** ART Parameters ***
  3287.   Draw = W3DScriptedModelDraw ModuleTag_01
  3288.     DefaultModelConditionState
  3289.       Model               = GBGen45_D2d
  3290.       ParticleSysBone     = None BuildingChunkBitsTrail
  3291.     End
  3292.   End
  3293.  
  3294.   GeometryMajorRadius   = 6.4
  3295.   GeometryMinorRadius   = 11.2
  3296.   GeometryHeight        = 41.6
  3297. End
  3298.  
  3299. ;----------------------------------------------------------------------------
  3300.  
  3301. ObjectReskin BuildingGen46BitA BuildingGenBitTemplate
  3302.  
  3303.   ; *** ART Parameters ***
  3304.   Draw = W3DScriptedModelDraw ModuleTag_01
  3305.     DefaultModelConditionState
  3306.       Model               = GBGen46_D2a
  3307.       ParticleSysBone     = None BuildingChunkBitsTrail
  3308.     End
  3309.   End
  3310.  
  3311.   GeometryMajorRadius   = 5.6
  3312.   GeometryMinorRadius   = 5.6
  3313.   GeometryHeight        = 22.4
  3314. End
  3315.  
  3316. ;----------------------------------------------------------------------------
  3317.  
  3318. ObjectReskin BuildingGen46BitB BuildingGenBitTemplate
  3319.  
  3320.   ; *** ART Parameters ***
  3321.   Draw = W3DScriptedModelDraw ModuleTag_01
  3322.     DefaultModelConditionState
  3323.       Model               = GBGen46_D2b
  3324.       ParticleSysBone     = None BuildingChunkBitsTrail
  3325.     End
  3326.   End
  3327.  
  3328.   GeometryMajorRadius   = 8.0
  3329.   GeometryMinorRadius   = 12.0
  3330.   GeometryHeight        = 52.8
  3331. End
  3332.  
  3333. ;----------------------------------------------------------------------------
  3334.  
  3335. ObjectReskin BuildingGen46BitC BuildingGenBitTemplate
  3336.  
  3337.   ; *** ART Parameters ***
  3338.   Draw = W3DScriptedModelDraw ModuleTag_01
  3339.     DefaultModelConditionState
  3340.       Model               = GBGen46_D2c
  3341.       ParticleSysBone     = None BuildingChunkBitsTrail
  3342.     End
  3343.   End
  3344.  
  3345.   GeometryMajorRadius   = 11.2
  3346.   GeometryMinorRadius   = 6.4
  3347.   GeometryHeight        = 46.4
  3348. End
  3349.  
  3350. ;----------------------------------------------------------------------------
  3351.  
  3352. ObjectReskin BuildingGen46BitD BuildingGenBitTemplate
  3353.  
  3354.   ; *** ART Parameters ***
  3355.   Draw = W3DScriptedModelDraw ModuleTag_01
  3356.     DefaultModelConditionState
  3357.       Model               = GBGen46_D2d
  3358.       ParticleSysBone     = None BuildingChunkBitsTrail
  3359.     End
  3360.   End
  3361.  
  3362.   GeometryMajorRadius   = 4.8
  3363.   GeometryMinorRadius   = 8.8
  3364.   GeometryHeight        = 64.0
  3365. End
  3366. ;----------------------------------------------------------------------------
  3367.  
  3368. ObjectReskin BuildingGen47BitA BuildingGenBitTemplate
  3369.  
  3370.   ; *** ART Parameters ***
  3371.   Draw = W3DScriptedModelDraw ModuleTag_01
  3372.     DefaultModelConditionState
  3373.       Model               = GBGen47_D2a
  3374.       ParticleSysBone     = None BuildingChunkBitsTrail
  3375.     End
  3376.   End
  3377.  
  3378.   GeometryMajorRadius   = 6.4
  3379.   GeometryMinorRadius   = 7.2
  3380.   GeometryHeight        = 64.8
  3381. End
  3382.  
  3383. ;----------------------------------------------------------------------------
  3384.  
  3385. ObjectReskin BuildingGen47BitB BuildingGenBitTemplate
  3386.  
  3387.   ; *** ART Parameters ***
  3388.   Draw = W3DScriptedModelDraw ModuleTag_01
  3389.     DefaultModelConditionState
  3390.       Model               = GBGen47_D2b
  3391.       ParticleSysBone     = None BuildingChunkBitsTrail
  3392.     End
  3393.   End
  3394.  
  3395.   GeometryMajorRadius   = 5.6
  3396.   GeometryMinorRadius   = 16.0
  3397.   GeometryHeight        = 30.4
  3398. End
  3399.  
  3400. ;----------------------------------------------------------------------------
  3401.  
  3402. ObjectReskin BuildingGen47BitC BuildingGenBitTemplate
  3403.  
  3404.   ; *** ART Parameters ***
  3405.   Draw = W3DScriptedModelDraw ModuleTag_01
  3406.     DefaultModelConditionState
  3407.       Model               = GBGen47_D2c
  3408.       ParticleSysBone     = None BuildingChunkBitsTrail
  3409.     End
  3410.   End
  3411.  
  3412.   GeometryMajorRadius   = 10.4
  3413.   GeometryMinorRadius   = 7.2
  3414.   GeometryHeight        = 41.6
  3415. End
  3416.  
  3417. ;----------------------------------------------------------------------------
  3418.  
  3419. ObjectReskin BuildingGen47BitD BuildingGenBitTemplate
  3420.  
  3421.   ; *** ART Parameters ***
  3422.   Draw = W3DScriptedModelDraw ModuleTag_01
  3423.     DefaultModelConditionState
  3424.       Model               = GBGen47_D2d
  3425.       ParticleSysBone     = None BuildingChunkBitsTrail
  3426.     End
  3427.   End
  3428.  
  3429.   GeometryMajorRadius   = 12.0
  3430.   GeometryMinorRadius   = 16.0
  3431.   GeometryHeight        = 17.6
  3432. End
  3433. ;----------------------------------------------------------------------------
  3434.  
  3435. ObjectReskin BuildingGen48BitA BuildingGenBitTemplate
  3436.  
  3437.   ; *** ART Parameters ***
  3438.   Draw = W3DScriptedModelDraw ModuleTag_01
  3439.     DefaultModelConditionState
  3440.       Model               = GBGen48_D2a
  3441.       ParticleSysBone     = None BuildingChunkBitsTrail
  3442.     End
  3443.   End
  3444.  
  3445.   GeometryMajorRadius   = 6.4
  3446.   GeometryMinorRadius   = 9.6
  3447.   GeometryHeight        = 32.0
  3448. End
  3449.  
  3450. ;----------------------------------------------------------------------------
  3451.  
  3452. ObjectReskin BuildingGen48BitB BuildingGenBitTemplate
  3453.  
  3454.   ; *** ART Parameters ***
  3455.   Draw = W3DScriptedModelDraw ModuleTag_01
  3456.     DefaultModelConditionState
  3457.       Model               = GBGen48_D2b
  3458.       ParticleSysBone     = None BuildingChunkBitsTrail
  3459.     End
  3460.   End
  3461.  
  3462.   GeometryMajorRadius   = 8.0
  3463.   GeometryMinorRadius   = 8.0
  3464.   GeometryHeight        = 20.8
  3465. End
  3466.  
  3467. ;----------------------------------------------------------------------------
  3468.  
  3469. ObjectReskin BuildingGen48BitC BuildingGenBitTemplate
  3470.  
  3471.   ; *** ART Parameters ***
  3472.   Draw = W3DScriptedModelDraw ModuleTag_01
  3473.     DefaultModelConditionState
  3474.       Model               = GBGen48_D2c
  3475.       ParticleSysBone     = None BuildingChunkBitsTrail
  3476.     End
  3477.   End
  3478.  
  3479.   GeometryMajorRadius   = 9.6
  3480.   GeometryMinorRadius   = 8.0
  3481.   GeometryHeight        = 20.8
  3482. End
  3483.  
  3484. ;----------------------------------------------------------------------------
  3485.  
  3486. ObjectReskin BuildingGen48BitD BuildingGenBitTemplate
  3487.  
  3488.   ; *** ART Parameters ***
  3489.   Draw = W3DScriptedModelDraw ModuleTag_01
  3490.     DefaultModelConditionState
  3491.       Model               = GBGen48_D2d
  3492.       ParticleSysBone     = None BuildingChunkBitsTrail
  3493.     End
  3494.   End
  3495.  
  3496.   GeometryMajorRadius   = 6.4
  3497.   GeometryMinorRadius   = 4.8
  3498.   GeometryHeight        = 32.0
  3499. End
  3500. ;----------------------------------------------------------------------------
  3501.  
  3502. ObjectReskin BuildingGen49BitA BuildingGenBitTemplate
  3503.  
  3504.   ; *** ART Parameters ***
  3505.   Draw = W3DScriptedModelDraw ModuleTag_01
  3506.     DefaultModelConditionState
  3507.       Model               = GBGen49_D2a
  3508.       ParticleSysBone     = None BuildingChunkBitsTrail
  3509.     End
  3510.   End
  3511.  
  3512.   GeometryMajorRadius   = 5.6
  3513.   GeometryMinorRadius   = 7.2
  3514.   GeometryHeight        = 46.4
  3515. End
  3516.  
  3517. ;----------------------------------------------------------------------------
  3518.  
  3519. ObjectReskin BuildingGen49BitB BuildingGenBitTemplate
  3520.  
  3521.   ; *** ART Parameters ***
  3522.   Draw = W3DScriptedModelDraw ModuleTag_01
  3523.     DefaultModelConditionState
  3524.       Model               = GBGen49_D2b
  3525.       ParticleSysBone     = None BuildingChunkBitsTrail
  3526.     End
  3527.   End
  3528.  
  3529.   GeometryMajorRadius   = 10.4
  3530.   GeometryMinorRadius   = 8.0
  3531.   GeometryHeight        = 38.4
  3532. End
  3533.  
  3534. ;----------------------------------------------------------------------------
  3535.  
  3536. ObjectReskin BuildingGen49BitC BuildingGenBitTemplate
  3537.  
  3538.   ; *** ART Parameters ***
  3539.   Draw = W3DScriptedModelDraw ModuleTag_01
  3540.     DefaultModelConditionState
  3541.       Model               = GBGen49_D2c
  3542.       ParticleSysBone     = None BuildingChunkBitsTrail
  3543.     End
  3544.   End
  3545.  
  3546.   GeometryMajorRadius   = 7.2
  3547.   GeometryMinorRadius   = 7.2
  3548.   GeometryHeight        = 38.4
  3549. End
  3550.  
  3551. ;----------------------------------------------------------------------------
  3552.  
  3553. ObjectReskin BuildingGen49BitD BuildingGenBitTemplate
  3554.  
  3555.   ; *** ART Parameters ***
  3556.   Draw = W3DScriptedModelDraw ModuleTag_01
  3557.     DefaultModelConditionState
  3558.       Model               = GBGen49_D2d
  3559.       ParticleSysBone     = None BuildingChunkBitsTrail
  3560.     End
  3561.   End
  3562.  
  3563.   GeometryMajorRadius   = 10.4
  3564.   GeometryMinorRadius   = 7.2
  3565.   GeometryHeight        = 22.4
  3566. End
  3567.  
  3568. ;----------------------------------------------------------------------------
  3569.  
  3570. ObjectReskin BuildingGen50BitA BuildingGenBitTemplate
  3571.  
  3572.   ; *** ART Parameters ***
  3573.   Draw = W3DScriptedModelDraw ModuleTag_01
  3574.     DefaultModelConditionState
  3575.       Model               = GBGen50_D2a
  3576.       ParticleSysBone     = None BuildingChunkBitsTrail
  3577.     End
  3578.   End
  3579.  
  3580.   GeometryMajorRadius   = 4.8
  3581.   GeometryMinorRadius   = 5.6
  3582.   GeometryHeight        = 57.6
  3583. End
  3584.  
  3585. ;----------------------------------------------------------------------------
  3586.  
  3587. ObjectReskin BuildingGen50BitB BuildingGenBitTemplate
  3588.  
  3589.   ; *** ART Parameters ***
  3590.   Draw = W3DScriptedModelDraw ModuleTag_01
  3591.     DefaultModelConditionState
  3592.       Model               = GBGen50_D2b
  3593.       ParticleSysBone     = None BuildingChunkBitsTrail
  3594.     End
  3595.   End
  3596.  
  3597.   GeometryMajorRadius   = 10.4
  3598.   GeometryMinorRadius   = 7.2
  3599.   GeometryHeight        = 30.4
  3600. End
  3601.  
  3602. ;----------------------------------------------------------------------------
  3603.  
  3604. ObjectReskin BuildingGen50BitC BuildingGenBitTemplate
  3605.  
  3606.   ; *** ART Parameters ***
  3607.   Draw = W3DScriptedModelDraw ModuleTag_01
  3608.     DefaultModelConditionState
  3609.       Model               = GBGen50_D2c
  3610.       ParticleSysBone     = None BuildingChunkBitsTrail
  3611.     End
  3612.   End
  3613.  
  3614.   GeometryMajorRadius   = 10.4
  3615.   GeometryMinorRadius   = 10.4
  3616.   GeometryHeight        = 36.8
  3617. End
  3618.  
  3619. ;----------------------------------------------------------------------------
  3620.  
  3621. ObjectReskin BuildingGen50BitD BuildingGenBitTemplate
  3622.  
  3623.   ; *** ART Parameters ***
  3624.   Draw = W3DScriptedModelDraw ModuleTag_01
  3625.     DefaultModelConditionState
  3626.       Model               = GBGen50_D2d
  3627.       ParticleSysBone     = None BuildingChunkBitsTrail
  3628.     End
  3629.   End
  3630.  
  3631.   GeometryMajorRadius   = 4.0
  3632.   GeometryMinorRadius   = 7.2
  3633.   GeometryHeight        = 38.4
  3634. End
  3635.  
  3636. ;----------------------------------------------------------------------------
  3637.  
  3638. ObjectReskin BuildingGen51BitA BuildingGenBitTemplate
  3639.  
  3640.   ; *** ART Parameters ***
  3641.   Draw = W3DScriptedModelDraw ModuleTag_01
  3642.     DefaultModelConditionState
  3643.       Model               = GBGen51_D2a
  3644.       ParticleSysBone     = None BuildingChunkBitsTrail
  3645.     End
  3646.   End
  3647.  
  3648.   GeometryMajorRadius   = 3.2
  3649.   GeometryMinorRadius   = 5.6
  3650.   GeometryHeight        = 51.2
  3651. End
  3652.  
  3653. ;----------------------------------------------------------------------------
  3654.  
  3655. ObjectReskin BuildingGen51BitB BuildingGenBitTemplate
  3656.  
  3657.   ; *** ART Parameters ***
  3658.   Draw = W3DScriptedModelDraw ModuleTag_01
  3659.     DefaultModelConditionState
  3660.       Model               = GBGen51_D2b
  3661.       ParticleSysBone     = None BuildingChunkBitsTrail
  3662.     End
  3663.   End
  3664.  
  3665.   GeometryMajorRadius   = 4.0
  3666.   GeometryMinorRadius   = 4.8
  3667.   GeometryHeight        = 57.6
  3668. End
  3669.  
  3670. ;----------------------------------------------------------------------------
  3671.  
  3672. ObjectReskin BuildingGen51BitC BuildingGenBitTemplate
  3673.  
  3674.   ; *** ART Parameters ***
  3675.   Draw = W3DScriptedModelDraw ModuleTag_01
  3676.     DefaultModelConditionState
  3677.       Model               = GBGen51_D2c
  3678.       ParticleSysBone     = None BuildingChunkBitsTrail
  3679.     End
  3680.   End
  3681.  
  3682.   GeometryMajorRadius   = 4.0
  3683.   GeometryMinorRadius   = 4.8
  3684.   GeometryHeight        = 33.6
  3685. End
  3686.  
  3687. ;----------------------------------------------------------------------------
  3688.  
  3689. ObjectReskin BuildingGen51BitD BuildingGenBitTemplate
  3690.  
  3691.   ; *** ART Parameters ***
  3692.   Draw = W3DScriptedModelDraw ModuleTag_01
  3693.     DefaultModelConditionState
  3694.       Model               = GBGen51_D2d
  3695.       ParticleSysBone     = None BuildingChunkBitsTrail
  3696.     End
  3697.   End
  3698.  
  3699.   GeometryMajorRadius   = 4.0
  3700.   GeometryMinorRadius   = 4.8
  3701.   GeometryHeight        = 57.6
  3702. End
  3703.  
  3704. ;----------------------------------------------------------------------------
  3705.  
  3706. ObjectReskin BuildingGen52BitA BuildingGenBitTemplate
  3707.  
  3708.   ; *** ART Parameters ***
  3709.   Draw = W3DScriptedModelDraw ModuleTag_01
  3710.     DefaultModelConditionState
  3711.       Model               = GBGen52_D2a
  3712.       ParticleSysBone     = None BuildingChunkBitsTrail
  3713.     End
  3714.   End
  3715.  
  3716.   GeometryMajorRadius   = 14.4
  3717.   GeometryMinorRadius   = 6.4
  3718.   GeometryHeight        = 56.0
  3719. End
  3720.  
  3721. ;----------------------------------------------------------------------------
  3722.  
  3723. ObjectReskin BuildingGen52BitB BuildingGenBitTemplate
  3724.  
  3725.   ; *** ART Parameters ***
  3726.   Draw = W3DScriptedModelDraw ModuleTag_01
  3727.     DefaultModelConditionState
  3728.       Model               = GBGen52_D2b
  3729.       ParticleSysBone     = None BuildingChunkBitsTrail
  3730.     End
  3731.   End
  3732.  
  3733.   GeometryMajorRadius   = 9.6
  3734.   GeometryMinorRadius   = 11.2
  3735.   GeometryHeight        = 49.6
  3736. End
  3737.  
  3738. ;----------------------------------------------------------------------------
  3739.  
  3740. ObjectReskin BuildingGen52BitC BuildingGenBitTemplate
  3741.  
  3742.   ; *** ART Parameters ***
  3743.   Draw = W3DScriptedModelDraw ModuleTag_01
  3744.     DefaultModelConditionState
  3745.       Model               = GBGen52_D2c
  3746.       ParticleSysBone     = None BuildingChunkBitsTrail
  3747.     End
  3748.   End
  3749.  
  3750.   GeometryMajorRadius   = 6.4
  3751.   GeometryMinorRadius   = 6.4
  3752.   GeometryHeight        = 68.8
  3753. End
  3754.  
  3755. ;----------------------------------------------------------------------------
  3756.  
  3757. ObjectReskin BuildingGen52BitD BuildingGenBitTemplate
  3758.  
  3759.   ; *** ART Parameters ***
  3760.   Draw = W3DScriptedModelDraw ModuleTag_01
  3761.     DefaultModelConditionState
  3762.       Model               = GBGen52_D2d
  3763.       ParticleSysBone     = None BuildingChunkBitsTrail
  3764.     End
  3765.   End
  3766.  
  3767.   GeometryMajorRadius   = 7.2
  3768.   GeometryMinorRadius   = 10.4
  3769.   GeometryHeight        = 49.6
  3770. End
  3771.  
  3772. ;----------------------------------------------------------------------------
  3773.  
  3774. ObjectReskin BuildingGen53BitA BuildingGenBitTemplate
  3775.  
  3776.   ; *** ART Parameters ***
  3777.   Draw = W3DScriptedModelDraw ModuleTag_01
  3778.     DefaultModelConditionState
  3779.       Model               = GBGen53_D2a
  3780.       ParticleSysBone     = None BuildingChunkBitsTrail
  3781.     End
  3782.   End
  3783.  
  3784.   GeometryMajorRadius   = 4.0
  3785.   GeometryMinorRadius   = 9.6
  3786.   GeometryHeight        = 38.4
  3787. End
  3788.  
  3789. ;----------------------------------------------------------------------------
  3790.  
  3791. ObjectReskin BuildingGen53BitB BuildingGenBitTemplate
  3792.  
  3793.   ; *** ART Parameters ***
  3794.   Draw = W3DScriptedModelDraw ModuleTag_01
  3795.     DefaultModelConditionState
  3796.       Model               = GBGen53_D2b
  3797.       ParticleSysBone     = None BuildingChunkBitsTrail
  3798.     End
  3799.   End
  3800.  
  3801.   GeometryMajorRadius   = 4.0
  3802.   GeometryMinorRadius   = 3.2
  3803.   GeometryHeight        = 38.4
  3804. End
  3805.  
  3806. ;----------------------------------------------------------------------------
  3807.  
  3808. ObjectReskin BuildingGen53BitC BuildingGenBitTemplate
  3809.  
  3810.   ; *** ART Parameters ***
  3811.   Draw = W3DScriptedModelDraw ModuleTag_01
  3812.     DefaultModelConditionState
  3813.       Model               = GBGen53_D2c
  3814.       ParticleSysBone     = None BuildingChunkBitsTrail
  3815.     End
  3816.   End
  3817.  
  3818.   GeometryMajorRadius   = 4.0
  3819.   GeometryMinorRadius   = 3.2
  3820.   GeometryHeight        = 62.4
  3821. End
  3822.  
  3823. ;----------------------------------------------------------------------------
  3824.  
  3825. ObjectReskin BuildingGen53BitD BuildingGenBitTemplate
  3826.  
  3827.   ; *** ART Parameters ***
  3828.   Draw = W3DScriptedModelDraw ModuleTag_01
  3829.     DefaultModelConditionState
  3830.       Model               = GBGen53_D2d
  3831.       ParticleSysBone     = None BuildingChunkBitsTrail
  3832.     End
  3833.   End
  3834.  
  3835.   GeometryMajorRadius   = 4.8
  3836.   GeometryMinorRadius   = 9.6
  3837.   GeometryHeight        = 54.4
  3838. End
  3839.  
  3840. ;----------------------------------------------------------------------------
  3841.  
  3842. ObjectReskin BuildingGen54BitA BuildingGenBitTemplate
  3843.  
  3844.   ; *** ART Parameters ***
  3845.   Draw = W3DScriptedModelDraw ModuleTag_01
  3846.     DefaultModelConditionState
  3847.       Model               = GBGen54_D2a
  3848.       ParticleSysBone     = None BuildingChunkBitsTrail
  3849.     End
  3850.   End
  3851.  
  3852.   GeometryMajorRadius   = 7.2
  3853.   GeometryMinorRadius   = 8.0
  3854.   GeometryHeight        = 33.6
  3855. End
  3856.  
  3857. ;----------------------------------------------------------------------------
  3858.  
  3859. ObjectReskin BuildingGen54BitB BuildingGenBitTemplate
  3860.  
  3861.   ; *** ART Parameters ***
  3862.   Draw = W3DScriptedModelDraw ModuleTag_01
  3863.     DefaultModelConditionState
  3864.       Model               = GBGen54_D2b
  3865.       ParticleSysBone     = None BuildingChunkBitsTrail
  3866.     End
  3867.   End
  3868.  
  3869.   GeometryMajorRadius   = 4.0
  3870.   GeometryMinorRadius   = 4.8
  3871.   GeometryHeight        = 43.2
  3872. End
  3873.  
  3874. ;----------------------------------------------------------------------------
  3875.  
  3876. ObjectReskin BuildingGen54BitC BuildingGenBitTemplate
  3877.  
  3878.   ; *** ART Parameters ***
  3879.   Draw = W3DScriptedModelDraw ModuleTag_01
  3880.     DefaultModelConditionState
  3881.       Model               = GBGen54_D2c
  3882.       ParticleSysBone     = None BuildingChunkBitsTrail
  3883.     End
  3884.   End
  3885.  
  3886.   GeometryMajorRadius   = 4.0
  3887.   GeometryMinorRadius   = 4.8
  3888.   GeometryHeight        = 30.4
  3889. End
  3890.  
  3891. ;----------------------------------------------------------------------------
  3892.  
  3893. ObjectReskin BuildingGen54BitD BuildingGenBitTemplate
  3894.  
  3895.   ; *** ART Parameters ***
  3896.   Draw = W3DScriptedModelDraw ModuleTag_01
  3897.     DefaultModelConditionState
  3898.       Model               = GBGen54_D2d
  3899.       ParticleSysBone     = None BuildingChunkBitsTrail
  3900.     End
  3901.   End
  3902.  
  3903.   GeometryMajorRadius   = 4.0
  3904.   GeometryMinorRadius   = 23.2
  3905.   GeometryHeight        = 6.4
  3906. End
  3907.  
  3908. ;----------------------------------------------------------------------------
  3909.  
  3910. ObjectReskin BuildingGen55BitA BuildingGenBitTemplate
  3911.  
  3912.   ; *** ART Parameters ***
  3913.   Draw = W3DScriptedModelDraw ModuleTag_01
  3914.     DefaultModelConditionState
  3915.       Model               = GBGen55_D2a
  3916.       ParticleSysBone     = None BuildingChunkBitsTrail
  3917.     End
  3918.   End
  3919.  
  3920.   GeometryMajorRadius   = 6.4
  3921.   GeometryMinorRadius   = 5.6
  3922.   GeometryHeight        = 86.4
  3923. End
  3924.  
  3925. ;----------------------------------------------------------------------------
  3926.  
  3927. ObjectReskin BuildingGen55BitB BuildingGenBitTemplate
  3928.  
  3929.   ; *** ART Parameters ***
  3930.   Draw = W3DScriptedModelDraw ModuleTag_01
  3931.     DefaultModelConditionState
  3932.       Model               = GBGen55_D2b
  3933.       ParticleSysBone     = None BuildingChunkBitsTrail
  3934.     End
  3935.   End
  3936.  
  3937.   GeometryMajorRadius   = 4.8
  3938.   GeometryMinorRadius   = 14.4
  3939.   GeometryHeight        = 56.0
  3940. End
  3941.  
  3942. ;----------------------------------------------------------------------------
  3943.  
  3944. ObjectReskin BuildingGen55BitC BuildingGenBitTemplate
  3945.  
  3946.   ; *** ART Parameters ***
  3947.   Draw = W3DScriptedModelDraw ModuleTag_01
  3948.     DefaultModelConditionState
  3949.       Model               = GBGen55_D2c
  3950.       ParticleSysBone     = None BuildingChunkBitsTrail
  3951.     End
  3952.   End
  3953.  
  3954.   GeometryMajorRadius   = 4.0
  3955.   GeometryMinorRadius   = 10.4
  3956.   GeometryHeight        = 86.4
  3957. End
  3958.  
  3959. ;----------------------------------------------------------------------------
  3960.  
  3961. ObjectReskin BuildingGen55BitD BuildingGenBitTemplate
  3962.  
  3963.   ; *** ART Parameters ***
  3964.   Draw = W3DScriptedModelDraw ModuleTag_01
  3965.     DefaultModelConditionState
  3966.       Model               = GBGen55_D2d
  3967.       ParticleSysBone     = None BuildingChunkBitsTrail
  3968.     End
  3969.   End
  3970.  
  3971.   GeometryMajorRadius   = 4.8
  3972.   GeometryMinorRadius   = 8.0
  3973.   GeometryHeight        = 86.4
  3974. End
  3975.  
  3976. ;----------------------------------------------------------------------------
  3977.  
  3978. ObjectReskin BuildingGen56BitA BuildingGenBitTemplate
  3979.  
  3980.   ; *** ART Parameters ***
  3981.   Draw = W3DScriptedModelDraw ModuleTag_01
  3982.     DefaultModelConditionState
  3983.       Model               = GBGen56_D2a
  3984.       ParticleSysBone     = None BuildingChunkBitsTrail
  3985.     End
  3986.   End
  3987.  
  3988.   GeometryMajorRadius   = 8.8
  3989.   GeometryMinorRadius   = 15.2
  3990.   GeometryHeight        = 80.0
  3991. End
  3992.  
  3993. ;----------------------------------------------------------------------------
  3994.  
  3995. ObjectReskin BuildingGen56BitB BuildingGenBitTemplate
  3996.  
  3997.   ; *** ART Parameters ***
  3998.   Draw = W3DScriptedModelDraw ModuleTag_01
  3999.     DefaultModelConditionState
  4000.       Model               = GBGen56_D2b
  4001.       ParticleSysBone     = None BuildingChunkBitsTrail
  4002.     End
  4003.   End
  4004.  
  4005.   GeometryMajorRadius   = 3.2
  4006.   GeometryMinorRadius   = 10.4
  4007.   GeometryHeight        = 24.0
  4008. End
  4009.  
  4010. ;----------------------------------------------------------------------------
  4011.  
  4012. ObjectReskin BuildingGen56BitC BuildingGenBitTemplate
  4013.  
  4014.   ; *** ART Parameters ***
  4015.   Draw = W3DScriptedModelDraw ModuleTag_01
  4016.     DefaultModelConditionState
  4017.       Model               = GBGen56_D2c
  4018.       ParticleSysBone     = None BuildingChunkBitsTrail
  4019.     End
  4020.   End
  4021.  
  4022.   GeometryMajorRadius   = 11.2
  4023.   GeometryMinorRadius   = 10.4
  4024.   GeometryHeight        = 46.4
  4025. End
  4026.  
  4027. ;----------------------------------------------------------------------------
  4028.  
  4029. ObjectReskin BuildingGen56BitD BuildingGenBitTemplate
  4030.  
  4031.   ; *** ART Parameters ***
  4032.   Draw = W3DScriptedModelDraw ModuleTag_01
  4033.     DefaultModelConditionState
  4034.       Model               = GBGen56_D2d
  4035.       ParticleSysBone     = None BuildingChunkBitsTrail
  4036.     End
  4037.   End
  4038.  
  4039.   GeometryMajorRadius   = 7.2
  4040.   GeometryMinorRadius   = 10.4
  4041.   GeometryHeight        = 36.8
  4042. End
  4043.  
  4044. ;----------------------------------------------------------------------------
  4045.  
  4046. ObjectReskin BuildingGen57BitA BuildingGenBitTemplate
  4047.  
  4048.   ; *** ART Parameters ***
  4049.   Draw = W3DScriptedModelDraw ModuleTag_01
  4050.     DefaultModelConditionState
  4051.       Model               = GBGen57_D2a
  4052.       ParticleSysBone     = None BuildingChunkBitsTrail
  4053.     End
  4054.   End
  4055.  
  4056.   GeometryMajorRadius   = 7.2
  4057.   GeometryMinorRadius   = 6.4
  4058.   GeometryHeight        = 60.8
  4059. End
  4060.  
  4061. ;----------------------------------------------------------------------------
  4062.  
  4063. ObjectReskin BuildingGen57BitB BuildingGenBitTemplate
  4064.  
  4065.   ; *** ART Parameters ***
  4066.   Draw = W3DScriptedModelDraw ModuleTag_01
  4067.     DefaultModelConditionState
  4068.       Model               = GBGen57_D2b
  4069.       ParticleSysBone     = None BuildingChunkBitsTrail
  4070.     End
  4071.   End
  4072.  
  4073.   GeometryMajorRadius   = 8.0
  4074.   GeometryMinorRadius   = 6.4
  4075.   GeometryHeight        = 65.6
  4076. End
  4077.  
  4078. ;----------------------------------------------------------------------------
  4079.  
  4080. ObjectReskin BuildingGen57BitC BuildingGenBitTemplate
  4081.  
  4082.   ; *** ART Parameters ***
  4083.   Draw = W3DScriptedModelDraw ModuleTag_01
  4084.     DefaultModelConditionState
  4085.       Model               = GBGen57_D2c
  4086.       ParticleSysBone     = None BuildingChunkBitsTrail
  4087.     End
  4088.   End
  4089.  
  4090.   GeometryMajorRadius   = 10.4
  4091.   GeometryMinorRadius   = 10.4
  4092.   GeometryHeight        = 30.4
  4093. End
  4094.  
  4095. ;----------------------------------------------------------------------------
  4096.  
  4097. ObjectReskin BuildingGen57BitD BuildingGenBitTemplate
  4098.  
  4099.   ; *** ART Parameters ***
  4100.   Draw = W3DScriptedModelDraw ModuleTag_01
  4101.     DefaultModelConditionState
  4102.       Model               = GBGen57_D2d
  4103.       ParticleSysBone     = None BuildingChunkBitsTrail
  4104.     End
  4105.   End
  4106.  
  4107.   GeometryMajorRadius   = 8.8
  4108.   GeometryMinorRadius   = 12.8
  4109.   GeometryHeight        = 32.0
  4110. End
  4111.  
  4112. ;----------------------------------------------------------------------------
  4113.  
  4114. ObjectReskin BuildingGen58BitA BuildingGenBitTemplate
  4115.  
  4116.   ; *** ART Parameters ***
  4117.   Draw = W3DScriptedModelDraw ModuleTag_01
  4118.     DefaultModelConditionState
  4119.       Model               = GBGen58_D2a
  4120.       ParticleSysBone     = None BuildingChunkBitsTrail
  4121.     End
  4122.   End
  4123.  
  4124.   GeometryMajorRadius   = 7.2
  4125.   GeometryMinorRadius   = 8.8
  4126.   GeometryHeight        = 44.8
  4127. End
  4128.  
  4129. ;----------------------------------------------------------------------------
  4130.  
  4131. ObjectReskin BuildingGen58BitB BuildingGenBitTemplate
  4132.  
  4133.   ; *** ART Parameters ***
  4134.   Draw = W3DScriptedModelDraw ModuleTag_01
  4135.     DefaultModelConditionState
  4136.       Model               = GBGen58_D2b
  4137.       ParticleSysBone     = None BuildingChunkBitsTrail
  4138.     End
  4139.   End
  4140.  
  4141.   GeometryMajorRadius   = 4.0
  4142.   GeometryMinorRadius   = 7.2
  4143.   GeometryHeight        = 73.6
  4144. End
  4145.  
  4146. ;----------------------------------------------------------------------------
  4147.  
  4148. ObjectReskin BuildingGen58BitC BuildingGenBitTemplate
  4149.  
  4150.   ; *** ART Parameters ***
  4151.   Draw = W3DScriptedModelDraw ModuleTag_01
  4152.     DefaultModelConditionState
  4153.       Model               = GBGen58_D2c
  4154.       ParticleSysBone     = None BuildingChunkBitsTrail
  4155.     End
  4156.   End
  4157.  
  4158.   GeometryMajorRadius   = 4.0
  4159.   GeometryMinorRadius   = 7.2
  4160.   GeometryHeight        = 73.6
  4161. End
  4162.  
  4163. ;----------------------------------------------------------------------------
  4164.  
  4165. ObjectReskin BuildingGen58BitD BuildingGenBitTemplate
  4166.  
  4167.   ; *** ART Parameters ***
  4168.   Draw = W3DScriptedModelDraw ModuleTag_01
  4169.     DefaultModelConditionState
  4170.       Model               = GBGen58_D2d
  4171.       ParticleSysBone     = None BuildingChunkBitsTrail
  4172.     End
  4173.   End
  4174.  
  4175.   GeometryMajorRadius   = 7.2
  4176.   GeometryMinorRadius   = 16.0
  4177.   GeometryHeight        = 22.4
  4178. End
  4179.  
  4180. ;----------------------------------------------------------------------------
  4181.  
  4182. ObjectReskin BuildingGen59BitA BuildingGenBitTemplate
  4183.  
  4184.   ; *** ART Parameters ***
  4185.   Draw = W3DScriptedModelDraw ModuleTag_01
  4186.     DefaultModelConditionState
  4187.       Model               = GBGen59_D2a
  4188.       ParticleSysBone     = None BuildingChunkBitsTrail
  4189.     End
  4190.   End
  4191.  
  4192.   GeometryMajorRadius   = 7.2
  4193.   GeometryMinorRadius   = 6.4
  4194.   GeometryHeight        = 65.6
  4195. End
  4196.  
  4197. ;----------------------------------------------------------------------------
  4198.  
  4199. ObjectReskin BuildingGen59BitB BuildingGenBitTemplate
  4200.  
  4201.   ; *** ART Parameters ***
  4202.   Draw = W3DScriptedModelDraw ModuleTag_01
  4203.     DefaultModelConditionState
  4204.       Model               = GBGen59_D2b
  4205.       ParticleSysBone     = None BuildingChunkBitsTrail
  4206.     End
  4207.   End
  4208.  
  4209.   GeometryMajorRadius   = 11.2
  4210.   GeometryMinorRadius   = 6.4
  4211.   GeometryHeight        = 41.6
  4212. End
  4213.  
  4214. ;----------------------------------------------------------------------------
  4215.  
  4216. ObjectReskin BuildingGen59BitC BuildingGenBitTemplate
  4217.  
  4218.   ; *** ART Parameters ***
  4219.   Draw = W3DScriptedModelDraw ModuleTag_01
  4220.     DefaultModelConditionState
  4221.       Model               = GBGen59_D2c
  4222.       ParticleSysBone     = None BuildingChunkBitsTrail
  4223.     End
  4224.   End
  4225.  
  4226.   GeometryMajorRadius   = 11.2
  4227.   GeometryMinorRadius   = 8.0
  4228.   GeometryHeight        = 41.6
  4229. End
  4230.  
  4231. ;----------------------------------------------------------------------------
  4232.  
  4233. ObjectReskin BuildingGen59BitD BuildingGenBitTemplate
  4234.  
  4235.   ; *** ART Parameters ***
  4236.   Draw = W3DScriptedModelDraw ModuleTag_01
  4237.     DefaultModelConditionState
  4238.       Model               = GBGen59_D2d
  4239.       ParticleSysBone     = None BuildingChunkBitsTrail
  4240.     End
  4241.   End
  4242.  
  4243.   GeometryMajorRadius   = 6.4
  4244.   GeometryMinorRadius   = 8.0
  4245.   GeometryHeight        = 41.6
  4246. End
  4247.  
  4248. ;----------------------------------------------------------------------------
  4249.  
  4250. ObjectReskin BuildingGen60BitA BuildingGenBitTemplate
  4251.  
  4252.   ; *** ART Parameters ***
  4253.   Draw = W3DScriptedModelDraw ModuleTag_01
  4254.     DefaultModelConditionState
  4255.       Model               = GBGen60_D2a
  4256.       ParticleSysBone     = None BuildingChunkBitsTrail
  4257.     End
  4258.   End
  4259.  
  4260.   GeometryMajorRadius   = 10.4
  4261.   GeometryMinorRadius   = 8.8
  4262.   GeometryHeight        = 41.6
  4263. End
  4264.  
  4265. ;----------------------------------------------------------------------------
  4266.  
  4267. ObjectReskin BuildingGen60BitB BuildingGenBitTemplate
  4268.  
  4269.   ; *** ART Parameters ***
  4270.   Draw = W3DScriptedModelDraw ModuleTag_01
  4271.     DefaultModelConditionState
  4272.       Model               = GBGen60_D2b
  4273.       ParticleSysBone     = None BuildingChunkBitsTrail
  4274.     End
  4275.   End
  4276.  
  4277.   GeometryMajorRadius   = 4.8
  4278.   GeometryMinorRadius   = 8.0
  4279.   GeometryHeight        = 36.8
  4280. End
  4281.  
  4282. ;----------------------------------------------------------------------------
  4283.  
  4284. ObjectReskin BuildingGen60BitC BuildingGenBitTemplate
  4285.  
  4286.   ; *** ART Parameters ***
  4287.   Draw = W3DScriptedModelDraw ModuleTag_01
  4288.     DefaultModelConditionState
  4289.       Model               = GBGen60_D2c
  4290.       ParticleSysBone     = None BuildingChunkBitsTrail
  4291.     End
  4292.   End
  4293.  
  4294.   GeometryMajorRadius   = 4.8
  4295.   GeometryMinorRadius   = 8.8
  4296.   GeometryHeight        = 17.6
  4297. End
  4298.  
  4299. ;----------------------------------------------------------------------------
  4300.  
  4301. ObjectReskin BuildingGen60BitD BuildingGenBitTemplate
  4302.  
  4303.   ; *** ART Parameters ***
  4304.   Draw = W3DScriptedModelDraw ModuleTag_01
  4305.     DefaultModelConditionState
  4306.       Model               = GBGen60_D2d
  4307.       ParticleSysBone     = None BuildingChunkBitsTrail
  4308.     End
  4309.   End
  4310.  
  4311.   GeometryMajorRadius   = 4.8
  4312.   GeometryMinorRadius   = 11.2
  4313.   GeometryHeight        = 22.4
  4314.  
  4315. End;----------------------------------------------------------------------------
  4316.  
  4317. ObjectReskin BuildingGen61BitA BuildingGenBitTemplate
  4318.  
  4319.   ; *** ART Parameters ***
  4320.   Draw = W3DScriptedModelDraw ModuleTag_01
  4321.     DefaultModelConditionState
  4322.       Model               = GBGen61_D2a
  4323.       ParticleSysBone     = None BuildingChunkBitsTrail
  4324.     End
  4325.   End
  4326.  
  4327.   GeometryMajorRadius   = 4.8
  4328.   GeometryMinorRadius   = 3.2
  4329.   GeometryHeight        = 52.8
  4330. End
  4331.  
  4332. ;----------------------------------------------------------------------------
  4333.  
  4334. ObjectReskin BuildingGen61BitB BuildingGenBitTemplate
  4335.  
  4336.   ; *** ART Parameters ***
  4337.   Draw = W3DScriptedModelDraw ModuleTag_01
  4338.     DefaultModelConditionState
  4339.       Model               = GBGen61_D2b
  4340.       ParticleSysBone     = None BuildingChunkBitsTrail
  4341.     End
  4342.   End
  4343.  
  4344.   GeometryMajorRadius   = 7.2
  4345.   GeometryMinorRadius   = 4.0
  4346.   GeometryHeight        = 52.8
  4347. End
  4348.  
  4349. ;----------------------------------------------------------------------------
  4350.  
  4351. ObjectReskin BuildingGen61BitC BuildingGenBitTemplate
  4352.  
  4353.   ; *** ART Parameters ***
  4354.   Draw = W3DScriptedModelDraw ModuleTag_01
  4355.     DefaultModelConditionState
  4356.       Model               = GBGen61_D2c
  4357.       ParticleSysBone     = None BuildingChunkBitsTrail
  4358.     End
  4359.   End
  4360.  
  4361.   GeometryMajorRadius   = 6.4
  4362.   GeometryMinorRadius   = 7.2
  4363.   GeometryHeight        = 19.2
  4364. End
  4365.  
  4366. ;----------------------------------------------------------------------------
  4367.  
  4368. ObjectReskin BuildingGen61BitD BuildingGenBitTemplate
  4369.  
  4370.   ; *** ART Parameters ***
  4371.   Draw = W3DScriptedModelDraw ModuleTag_01
  4372.     DefaultModelConditionState
  4373.       Model               = GBGen61_D2d
  4374.       ParticleSysBone     = None BuildingChunkBitsTrail
  4375.     End
  4376.   End
  4377.  
  4378.   GeometryMajorRadius   = 6.4
  4379.   GeometryMinorRadius   = 7.2
  4380.   GeometryHeight        = 17.6
  4381. End
  4382.  
  4383. ;----------------------------------------------------------------------------
  4384.  
  4385. ObjectReskin BuildingGen62BitA BuildingGenBitTemplate
  4386.  
  4387.   ; *** ART Parameters ***
  4388.   Draw = W3DScriptedModelDraw ModuleTag_01
  4389.     DefaultModelConditionState
  4390.       Model               = GBGen62_D2a
  4391.       ParticleSysBone     = None BuildingChunkBitsTrail
  4392.     End
  4393.   End
  4394.  
  4395.   GeometryMajorRadius   = 5.6
  4396.   GeometryMinorRadius   = 10.4
  4397.   GeometryHeight        = 75.2
  4398. End
  4399.  
  4400. ;----------------------------------------------------------------------------
  4401.  
  4402. ObjectReskin BuildingGen62BitB BuildingGenBitTemplate
  4403.  
  4404.   ; *** ART Parameters ***
  4405.   Draw = W3DScriptedModelDraw ModuleTag_01
  4406.     DefaultModelConditionState
  4407.       Model               = GBGen62_D2b
  4408.       ParticleSysBone     = None BuildingChunkBitsTrail
  4409.     End
  4410.   End
  4411.  
  4412.   GeometryMajorRadius   = 5.6
  4413.   GeometryMinorRadius   = 8.0
  4414.   GeometryHeight        = 36.8
  4415. End
  4416.  
  4417. ;----------------------------------------------------------------------------
  4418.  
  4419. ObjectReskin BuildingGen62BitC BuildingGenBitTemplate
  4420.  
  4421.   ; *** ART Parameters ***
  4422.   Draw = W3DScriptedModelDraw ModuleTag_01
  4423.     DefaultModelConditionState
  4424.       Model               = GBGen62_D2c
  4425.       ParticleSysBone     = None BuildingChunkBitsTrail
  4426.     End
  4427.   End
  4428.  
  4429.   GeometryMajorRadius   = 8.0
  4430.   GeometryMinorRadius   = 7.2
  4431.   GeometryHeight        = 35.2
  4432. End
  4433.  
  4434. ;----------------------------------------------------------------------------
  4435.  
  4436. ObjectReskin BuildingGen62BitD BuildingGenBitTemplate
  4437.  
  4438.   ; *** ART Parameters ***
  4439.   Draw = W3DScriptedModelDraw ModuleTag_01
  4440.     DefaultModelConditionState
  4441.       Model               = GBGen62_D2d
  4442.       ParticleSysBone     = None BuildingChunkBitsTrail
  4443.     End
  4444.   End
  4445.  
  4446.   GeometryMajorRadius   = 4.8
  4447.   GeometryMinorRadius   = 15.2
  4448.   GeometryHeight        = 41.6
  4449. End
  4450.  
  4451. ;----------------------------------------------------------------------------
  4452.  
  4453. ObjectReskin BuildingGen63BitA BuildingGenBitTemplate
  4454.  
  4455.   ; *** ART Parameters ***
  4456.   Draw = W3DScriptedModelDraw ModuleTag_01
  4457.     DefaultModelConditionState
  4458.       Model               = GBGen63_D2a
  4459.       ParticleSysBone     = None BuildingChunkBitsTrail
  4460.     End
  4461.   End
  4462.  
  4463.   GeometryMajorRadius   = 4.8
  4464.   GeometryMinorRadius   = 4.0
  4465.   GeometryHeight        = 38.4
  4466. End
  4467.  
  4468. ;----------------------------------------------------------------------------
  4469.  
  4470. ObjectReskin BuildingGen63BitB BuildingGenBitTemplate
  4471.  
  4472.   ; *** ART Parameters ***
  4473.   Draw = W3DScriptedModelDraw ModuleTag_01
  4474.     DefaultModelConditionState
  4475.       Model               = GBGen63_D2b
  4476.       ParticleSysBone     = None BuildingChunkBitsTrail
  4477.     End
  4478.   End
  4479.  
  4480.   GeometryMajorRadius   = 4.8
  4481.   GeometryMinorRadius   = 4.0
  4482.   GeometryHeight        = 36.8
  4483. End
  4484.  
  4485. ;----------------------------------------------------------------------------
  4486.  
  4487. ObjectReskin BuildingGen63BitC BuildingGenBitTemplate
  4488.  
  4489.   ; *** ART Parameters ***
  4490.   Draw = W3DScriptedModelDraw ModuleTag_01
  4491.     DefaultModelConditionState
  4492.       Model               = GBGen63_D2c
  4493.       ParticleSysBone     = None BuildingChunkBitsTrail
  4494.     End
  4495.   End
  4496.  
  4497.   GeometryMajorRadius   = 6.4
  4498.   GeometryMinorRadius   = 6.4
  4499.   GeometryHeight        = 59.2
  4500. End
  4501.  
  4502. ;----------------------------------------------------------------------------
  4503.  
  4504. ObjectReskin BuildingGen63BitD BuildingGenBitTemplate
  4505.  
  4506.   ; *** ART Parameters ***
  4507.   Draw = W3DScriptedModelDraw ModuleTag_01
  4508.     DefaultModelConditionState
  4509.       Model               = GBGen63_D2d
  4510.       ParticleSysBone     = None BuildingChunkBitsTrail
  4511.     End
  4512.   End
  4513.  
  4514.   GeometryMajorRadius   = 11.2
  4515.   GeometryMinorRadius   = 9.6
  4516.   GeometryHeight        = 20.8
  4517. End
  4518.  
  4519. ;----------------------------------------------------------------------------
  4520.  
  4521. ObjectReskin BuildingGen64BitA BuildingGenBitTemplate
  4522.  
  4523.   ; *** ART Parameters ***
  4524.   Draw = W3DScriptedModelDraw ModuleTag_01
  4525.     DefaultModelConditionState
  4526.       Model               = GBGen64_D2a
  4527.       ParticleSysBone     = None BuildingChunkBitsTrail
  4528.     End
  4529.   End
  4530.  
  4531.   GeometryMajorRadius   = 5.6
  4532.   GeometryMinorRadius   = 10.4
  4533.   GeometryHeight        = 57.6
  4534. End
  4535.  
  4536. ;----------------------------------------------------------------------------
  4537.  
  4538. ObjectReskin BuildingGen64BitB BuildingGenBitTemplate
  4539.  
  4540.   ; *** ART Parameters ***
  4541.   Draw = W3DScriptedModelDraw ModuleTag_01
  4542.     DefaultModelConditionState
  4543.       Model               = GBGen64_D2b
  4544.       ParticleSysBone     = None BuildingChunkBitsTrail
  4545.     End
  4546.   End
  4547.  
  4548.   GeometryMajorRadius   = 8.8
  4549.   GeometryMinorRadius   = 9.6
  4550.   GeometryHeight        = 67.2
  4551. End
  4552.  
  4553. ;----------------------------------------------------------------------------
  4554.  
  4555. ObjectReskin BuildingGen64BitC BuildingGenBitTemplate
  4556.  
  4557.   ; *** ART Parameters ***
  4558.   Draw = W3DScriptedModelDraw ModuleTag_01
  4559.     DefaultModelConditionState
  4560.       Model               = GBGen64_D2c
  4561.       ParticleSysBone     = None BuildingChunkBitsTrail
  4562.     End
  4563.   End
  4564.  
  4565.   GeometryMajorRadius   = 5.6
  4566.   GeometryMinorRadius   = 6.4
  4567.   GeometryHeight        = 67.2
  4568. End
  4569.  
  4570. ;----------------------------------------------------------------------------
  4571.  
  4572. ObjectReskin BuildingGen64BitD BuildingGenBitTemplate
  4573.  
  4574.   ; *** ART Parameters ***
  4575.   Draw = W3DScriptedModelDraw ModuleTag_01
  4576.     DefaultModelConditionState
  4577.       Model               = GBGen64_D2d
  4578.       ParticleSysBone     = None BuildingChunkBitsTrail
  4579.     End
  4580.   End
  4581.  
  4582.   GeometryMajorRadius   = 4.8
  4583.   GeometryMinorRadius   = 7.2
  4584.   GeometryHeight        = 62.4
  4585. End
  4586.  
  4587. ;----------------------------------------------------------------------------
  4588.  
  4589. ObjectReskin BuildingGen65BitA BuildingGenBitTemplate
  4590.  
  4591.   ; *** ART Parameters ***
  4592.   Draw = W3DScriptedModelDraw ModuleTag_01
  4593.     DefaultModelConditionState
  4594.       Model               = GBGen65_D2a
  4595.       ParticleSysBone     = None BuildingChunkBitsTrail
  4596.     End
  4597.   End
  4598.  
  4599.   GeometryMajorRadius   = 6.4
  4600.   GeometryMinorRadius   = 8.8
  4601.   GeometryHeight        = 52.8
  4602. End
  4603.  
  4604. ;----------------------------------------------------------------------------
  4605.  
  4606. ObjectReskin BuildingGen65BitB BuildingGenBitTemplate
  4607.  
  4608.   ; *** ART Parameters ***
  4609.   Draw = W3DScriptedModelDraw ModuleTag_01
  4610.     DefaultModelConditionState
  4611.       Model               = GBGen65_D2b
  4612.       ParticleSysBone     = None BuildingChunkBitsTrail
  4613.     End
  4614.   End
  4615.  
  4616.   GeometryMajorRadius   = 7.2
  4617.   GeometryMinorRadius   = 7.2
  4618.   GeometryHeight        = 78.4
  4619. End
  4620.  
  4621. ;----------------------------------------------------------------------------
  4622.  
  4623. ObjectReskin BuildingGen65BitC BuildingGenBitTemplate
  4624.  
  4625.   ; *** ART Parameters ***
  4626.   Draw = W3DScriptedModelDraw ModuleTag_01
  4627.     DefaultModelConditionState
  4628.       Model               = GBGen65_D2c
  4629.       ParticleSysBone     = None BuildingChunkBitsTrail
  4630.     End
  4631.   End
  4632.  
  4633.   GeometryMajorRadius   = 8.8
  4634.   GeometryMinorRadius   = 13.6
  4635.   GeometryHeight        = 27.2
  4636. End
  4637.  
  4638. ;----------------------------------------------------------------------------
  4639.  
  4640. ObjectReskin BuildingGen65BitD BuildingGenBitTemplate
  4641.  
  4642.   ; *** ART Parameters ***
  4643.   Draw = W3DScriptedModelDraw ModuleTag_01
  4644.     DefaultModelConditionState
  4645.       Model               = GBGen65_D2d
  4646.       ParticleSysBone     = None BuildingChunkBitsTrail
  4647.     End
  4648.   End
  4649.  
  4650.   GeometryMajorRadius   = 10.4
  4651.   GeometryMinorRadius   = 23.2
  4652.   GeometryHeight        = 33.6
  4653. End
  4654.  
  4655. ;----------------------------------------------------------------------------
  4656.  
  4657. ObjectReskin BuildingGen66BitA BuildingGenBitTemplate
  4658.  
  4659.   ; *** ART Parameters ***
  4660.   Draw = W3DScriptedModelDraw ModuleTag_01
  4661.     DefaultModelConditionState
  4662.       Model               = GBGen66_D2a
  4663.       ParticleSysBone     = None BuildingChunkBitsTrail
  4664.     End
  4665.   End
  4666.  
  4667.   GeometryMajorRadius   = 6.4
  4668.   GeometryMinorRadius   = 7.2
  4669.   GeometryHeight        = 48.0
  4670. End
  4671.  
  4672. ;----------------------------------------------------------------------------
  4673.  
  4674. ObjectReskin BuildingGen66BitB BuildingGenBitTemplate
  4675.  
  4676.   ; *** ART Parameters ***
  4677.   Draw = W3DScriptedModelDraw ModuleTag_01
  4678.     DefaultModelConditionState
  4679.       Model               = GBGen66_D2b
  4680.       ParticleSysBone     = None BuildingChunkBitsTrail
  4681.     End
  4682.   End
  4683.  
  4684.   GeometryMajorRadius   = 6.4
  4685.   GeometryMinorRadius   = 7.2
  4686.   GeometryHeight        = 54.4
  4687. End
  4688.  
  4689. ;----------------------------------------------------------------------------
  4690.  
  4691. ObjectReskin BuildingGen66BitC BuildingGenBitTemplate
  4692.  
  4693.   ; *** ART Parameters ***
  4694.   Draw = W3DScriptedModelDraw ModuleTag_01
  4695.     DefaultModelConditionState
  4696.       Model               = GBGen66_D2c
  4697.       ParticleSysBone     = None BuildingChunkBitsTrail
  4698.     End
  4699.   End
  4700.  
  4701.   GeometryMajorRadius   = 6.4
  4702.   GeometryMinorRadius   = 7.2
  4703.   GeometryHeight        = 44.8
  4704. End
  4705.  
  4706. ;----------------------------------------------------------------------------
  4707.  
  4708. ObjectReskin BuildingGen66BitD BuildingGenBitTemplate
  4709.  
  4710.   ; *** ART Parameters ***
  4711.   Draw = W3DScriptedModelDraw ModuleTag_01
  4712.     DefaultModelConditionState
  4713.       Model               = GBGen66_D2d
  4714.       ParticleSysBone     = None BuildingChunkBitsTrail
  4715.     End
  4716.   End
  4717.  
  4718.   GeometryMajorRadius   = 6.4
  4719.   GeometryMinorRadius   = 10.4
  4720.   GeometryHeight        = 28.8
  4721. End
  4722. ;----------------------------------------------------------------------------
  4723.  
  4724. ObjectReskin BuildingGen67BitA BuildingGenBitTemplate
  4725.  
  4726.   ; *** ART Parameters ***
  4727.   Draw = W3DScriptedModelDraw ModuleTag_01
  4728.     DefaultModelConditionState
  4729.       Model               = GBGen67_D2a
  4730.       ParticleSysBone     = None BuildingChunkBitsTrail
  4731.     End
  4732.   End
  4733.  
  4734.   GeometryMajorRadius   = 5.6
  4735.   GeometryMinorRadius   = 6.4
  4736.   GeometryHeight        = 46.4
  4737. End
  4738.  
  4739. ;----------------------------------------------------------------------------
  4740.  
  4741. ObjectReskin BuildingGen67BitB BuildingGenBitTemplate
  4742.  
  4743.   ; *** ART Parameters ***
  4744.   Draw = W3DScriptedModelDraw ModuleTag_01
  4745.     DefaultModelConditionState
  4746.       Model               = GBGen67_D2b
  4747.       ParticleSysBone     = None BuildingChunkBitsTrail
  4748.     End
  4749.   End
  4750.  
  4751.   GeometryMajorRadius   = 5.6
  4752.   GeometryMinorRadius   = 6.4
  4753.   GeometryHeight        = 54.4
  4754. End
  4755.  
  4756. ;----------------------------------------------------------------------------
  4757.  
  4758. ObjectReskin BuildingGen67BitC BuildingGenBitTemplate
  4759.  
  4760.   ; *** ART Parameters ***
  4761.   Draw = W3DScriptedModelDraw ModuleTag_01
  4762.     DefaultModelConditionState
  4763.       Model               = GBGen67_D2c
  4764.       ParticleSysBone     = None BuildingChunkBitsTrail
  4765.     End
  4766.   End
  4767.  
  4768.   GeometryMajorRadius   = 5.6
  4769.   GeometryMinorRadius   = 6.4
  4770.   GeometryHeight        = 54.4
  4771. End
  4772.  
  4773. ;----------------------------------------------------------------------------
  4774.  
  4775. ObjectReskin BuildingGen67BitD BuildingGenBitTemplate
  4776.  
  4777.   ; *** ART Parameters ***
  4778.   Draw = W3DScriptedModelDraw ModuleTag_01
  4779.     DefaultModelConditionState
  4780.       Model               = GBGen67_D2d
  4781.       ParticleSysBone     = None BuildingChunkBitsTrail
  4782.     End
  4783.   End
  4784.  
  4785.   GeometryMajorRadius   = 5.6
  4786.   GeometryMinorRadius   = 10.4
  4787.   GeometryHeight        = 33.6
  4788. End
  4789.  
  4790. ;----------------------------------------------------------------------------
  4791.  
  4792. ObjectReskin BuildingGen68BitA BuildingGenBitTemplate
  4793.  
  4794.   ; *** ART Parameters ***
  4795.   Draw = W3DScriptedModelDraw ModuleTag_01
  4796.     DefaultModelConditionState
  4797.       Model               = GBGen68_D2a
  4798.       ParticleSysBone     = None BuildingChunkBitsTrail
  4799.     End
  4800.   End
  4801.  
  4802.   GeometryMajorRadius   = 13.6
  4803.   GeometryMinorRadius   = 16.8
  4804.   GeometryHeight        = 72.0
  4805. End
  4806.  
  4807. ;----------------------------------------------------------------------------
  4808.  
  4809. ObjectReskin BuildingGen68BitB BuildingGenBitTemplate
  4810.  
  4811.   ; *** ART Parameters ***
  4812.   Draw = W3DScriptedModelDraw ModuleTag_01
  4813.     DefaultModelConditionState
  4814.       Model               = GBGen68_D2b
  4815.       ParticleSysBone     = None BuildingChunkBitsTrail
  4816.     End
  4817.   End
  4818.  
  4819.   GeometryMajorRadius   = 12.8
  4820.   GeometryMinorRadius   = 15.2
  4821.   GeometryHeight        = 22.4
  4822. End
  4823.  
  4824. ;----------------------------------------------------------------------------
  4825.  
  4826. ObjectReskin BuildingGen68BitC BuildingGenBitTemplate
  4827.  
  4828.   ; *** ART Parameters ***
  4829.   Draw = W3DScriptedModelDraw ModuleTag_01
  4830.     DefaultModelConditionState
  4831.       Model               = GBGen68_D2c
  4832.       ParticleSysBone     = None BuildingChunkBitsTrail
  4833.     End
  4834.   End
  4835.  
  4836.   GeometryMajorRadius   = 13.6
  4837.   GeometryMinorRadius   = 16.8
  4838.   GeometryHeight        = 52.8
  4839. End
  4840.  
  4841. ;----------------------------------------------------------------------------
  4842.  
  4843. ObjectReskin BuildingGen68BitD BuildingGenBitTemplate
  4844.  
  4845.   ; *** ART Parameters ***
  4846.   Draw = W3DScriptedModelDraw ModuleTag_01
  4847.     DefaultModelConditionState
  4848.       Model               = GBGen68_D2d
  4849.       ParticleSysBone     = None BuildingChunkBitsTrail
  4850.     End
  4851.   End
  4852.  
  4853.   GeometryMajorRadius   = 7.2
  4854.   GeometryMinorRadius   = 8.8
  4855.   GeometryHeight        = 57.6
  4856. End
  4857.  
  4858. ;----------------------------------------------------------------------------
  4859.  
  4860. ObjectReskin BuildingGen69BitA BuildingGenBitTemplate
  4861.  
  4862.   ; *** ART Parameters ***
  4863.   Draw = W3DScriptedModelDraw ModuleTag_01
  4864.     DefaultModelConditionState
  4865.       Model               = GBGen69_D2a
  4866.       ParticleSysBone     = None BuildingChunkBitsTrail
  4867.     End
  4868.   End
  4869.  
  4870.   GeometryMajorRadius   = 5.6
  4871.   GeometryMinorRadius   = 4.0
  4872.   GeometryHeight        = 38.4
  4873. End
  4874.  
  4875. ;----------------------------------------------------------------------------
  4876.  
  4877. ObjectReskin BuildingGen69BitB BuildingGenBitTemplate
  4878.  
  4879.   ; *** ART Parameters ***
  4880.   Draw = W3DScriptedModelDraw ModuleTag_01
  4881.     DefaultModelConditionState
  4882.       Model               = GBGen69_D2b
  4883.       ParticleSysBone     = None BuildingChunkBitsTrail
  4884.     End
  4885.   End
  4886.  
  4887.   GeometryMajorRadius   = 7.2
  4888.   GeometryMinorRadius   = 8.0
  4889.   GeometryHeight        = 64.0
  4890. End
  4891.  
  4892. ;----------------------------------------------------------------------------
  4893.  
  4894. ObjectReskin BuildingGen69BitC BuildingGenBitTemplate
  4895.  
  4896.   ; *** ART Parameters ***
  4897.   Draw = W3DScriptedModelDraw ModuleTag_01
  4898.     DefaultModelConditionState
  4899.       Model               = GBGen69_D2c
  4900.       ParticleSysBone     = None BuildingChunkBitsTrail
  4901.     End
  4902.   End
  4903.  
  4904.   GeometryMajorRadius   = 2.4
  4905.   GeometryMinorRadius   = 4.0
  4906.   GeometryHeight        = 14.4
  4907. End
  4908.  
  4909. ;----------------------------------------------------------------------------
  4910.  
  4911. ObjectReskin BuildingGen69BitD BuildingGenBitTemplate
  4912.  
  4913.   ; *** ART Parameters ***
  4914.   Draw = W3DScriptedModelDraw ModuleTag_01
  4915.     DefaultModelConditionState
  4916.       Model               = GBGen69_D2d
  4917.       ParticleSysBone     = None BuildingChunkBitsTrail
  4918.     End
  4919.   End
  4920.  
  4921.   GeometryMajorRadius   = 5.6
  4922.   GeometryMinorRadius   = 8.0
  4923.   GeometryHeight        = 46.4
  4924. End
  4925.  
  4926. ;----------------------------------------------------------------------------
  4927.  
  4928. ObjectReskin BuildingGen70BitA BuildingGenBitTemplate
  4929.  
  4930.   ; *** ART Parameters ***
  4931.   Draw = W3DScriptedModelDraw ModuleTag_01
  4932.     DefaultModelConditionState
  4933.       Model               = GBGen70_D2a
  4934.       ParticleSysBone     = None BuildingChunkBitsTrail
  4935.     End
  4936.   End
  4937.  
  4938.   GeometryMajorRadius   = 8.0
  4939.   GeometryMinorRadius   = 8.0
  4940.   GeometryHeight        = 76.8
  4941. End
  4942.  
  4943. ;----------------------------------------------------------------------------
  4944.  
  4945. ObjectReskin BuildingGen70BitB BuildingGenBitTemplate
  4946.  
  4947.   ; *** ART Parameters ***
  4948.   Draw = W3DScriptedModelDraw ModuleTag_01
  4949.     DefaultModelConditionState
  4950.       Model               = GBGen70_D2b
  4951.       ParticleSysBone     = None BuildingChunkBitsTrail
  4952.     End
  4953.   End
  4954.  
  4955.   GeometryMajorRadius   = 7.2
  4956.   GeometryMinorRadius   = 4.8
  4957.   GeometryHeight        = 76.8
  4958. End
  4959.  
  4960. ;----------------------------------------------------------------------------
  4961.  
  4962. ObjectReskin BuildingGen70BitC BuildingGenBitTemplate
  4963.  
  4964.   ; *** ART Parameters ***
  4965.   Draw = W3DScriptedModelDraw ModuleTag_01
  4966.     DefaultModelConditionState
  4967.       Model               = GBGen70_D2c
  4968.       ParticleSysBone     = None BuildingChunkBitsTrail
  4969.     End
  4970.   End
  4971.  
  4972.   GeometryMajorRadius   = 8.0
  4973.   GeometryMinorRadius   = 7.2
  4974.   GeometryHeight        = 64.0
  4975. End
  4976.  
  4977. ;----------------------------------------------------------------------------
  4978.  
  4979. ObjectReskin BuildingGen70BitD BuildingGenBitTemplate
  4980.  
  4981.   ; *** ART Parameters ***
  4982.   Draw = W3DScriptedModelDraw ModuleTag_01
  4983.     DefaultModelConditionState
  4984.       Model               = GBGen70_D2d
  4985.       ParticleSysBone     = None BuildingChunkBitsTrail
  4986.     End
  4987.   End
  4988.  
  4989.   GeometryMajorRadius   = 3.2
  4990.   GeometryMinorRadius   = 3.2
  4991.   GeometryHeight        = 67.2
  4992. End
  4993.  
  4994. ;----------------------------------------------------------------------------
  4995.  
  4996. ObjectReskin BuildingGen71BitA BuildingGenBitTemplate
  4997.  
  4998.   ; *** ART Parameters ***
  4999.   Draw = W3DScriptedModelDraw ModuleTag_01
  5000.     DefaultModelConditionState
  5001.       Model               = GBGen71_D2a
  5002.       ParticleSysBone     = None BuildingChunkBitsTrail
  5003.     End
  5004.   End
  5005.  
  5006.   GeometryMajorRadius   = 8.0
  5007.   GeometryMinorRadius   = 12.0
  5008.   GeometryHeight        = 30.4
  5009. End
  5010.  
  5011. ;----------------------------------------------------------------------------
  5012.  
  5013. ObjectReskin BuildingGen71BitB BuildingGenBitTemplate
  5014.  
  5015.   ; *** ART Parameters ***
  5016.   Draw = W3DScriptedModelDraw ModuleTag_01
  5017.     DefaultModelConditionState
  5018.       Model               = GBGen71_D2b
  5019.       ParticleSysBone     = None BuildingChunkBitsTrail
  5020.     End
  5021.   End
  5022.  
  5023.   GeometryMajorRadius   = 5.6
  5024.   GeometryMinorRadius   = 6.4
  5025.   GeometryHeight        = 54.4
  5026. End
  5027.  
  5028. ;----------------------------------------------------------------------------
  5029.  
  5030. ObjectReskin BuildingGen71BitC BuildingGenBitTemplate
  5031.  
  5032.   ; *** ART Parameters ***
  5033.   Draw = W3DScriptedModelDraw ModuleTag_01
  5034.     DefaultModelConditionState
  5035.       Model               = GBGen71_D2c
  5036.       ParticleSysBone     = None BuildingChunkBitsTrail
  5037.     End
  5038.   End
  5039.  
  5040.   GeometryMajorRadius   = 2.4
  5041.   GeometryMinorRadius   = 7.2
  5042.   GeometryHeight        = 65.6
  5043. End
  5044.  
  5045. ;----------------------------------------------------------------------------
  5046.  
  5047. ObjectReskin BuildingGen71BitD BuildingGenBitTemplate
  5048.  
  5049.   ; *** ART Parameters ***
  5050.   Draw = W3DScriptedModelDraw ModuleTag_01
  5051.     DefaultModelConditionState
  5052.       Model               = GBGen71_D2d
  5053.       ParticleSysBone     = None BuildingChunkBitsTrail
  5054.     End
  5055.   End
  5056.  
  5057.   GeometryMajorRadius   = 4.8
  5058.   GeometryMinorRadius   = 5.6
  5059.   GeometryHeight        = 36.8
  5060. End
  5061.  
  5062. ;----------------------------------------------------------------------------
  5063.  
  5064. ObjectReskin BuildingGen72BitA BuildingGenBitTemplate
  5065.  
  5066.   ; *** ART Parameters ***
  5067.   Draw = W3DScriptedModelDraw ModuleTag_01
  5068.     DefaultModelConditionState
  5069.       Model               = GBGen72_D2a
  5070.       ParticleSysBone     = None BuildingChunkBitsTrail
  5071.     End
  5072.   End
  5073.  
  5074.   GeometryMajorRadius   = 12.8
  5075.   GeometryMinorRadius   = 11.2
  5076.   GeometryHeight        = 67.2
  5077. End
  5078.  
  5079. ;----------------------------------------------------------------------------
  5080.  
  5081. ObjectReskin BuildingGen72BitB BuildingGenBitTemplate
  5082.  
  5083.   ; *** ART Parameters ***
  5084.   Draw = W3DScriptedModelDraw ModuleTag_01
  5085.     DefaultModelConditionState
  5086.       Model               = GBGen72_D2b
  5087.       ParticleSysBone     = None BuildingChunkBitsTrail
  5088.     End
  5089.   End
  5090.  
  5091.   GeometryMajorRadius   = 10.4
  5092.   GeometryMinorRadius   = 12.8
  5093.   GeometryHeight        = 44.8
  5094. End
  5095.  
  5096. ;----------------------------------------------------------------------------
  5097.  
  5098. ObjectReskin BuildingGen72BitC BuildingGenBitTemplate
  5099.  
  5100.   ; *** ART Parameters ***
  5101.   Draw = W3DScriptedModelDraw ModuleTag_01
  5102.     DefaultModelConditionState
  5103.       Model               = GBGen72_D2c
  5104.       ParticleSysBone     = None BuildingChunkBitsTrail
  5105.     End
  5106.   End
  5107.  
  5108.   GeometryMajorRadius   = 10.4
  5109.   GeometryMinorRadius   = 7.2
  5110.   GeometryHeight        = 28.8
  5111. End
  5112.  
  5113. ;----------------------------------------------------------------------------
  5114.  
  5115. ObjectReskin BuildingGen72BitD BuildingGenBitTemplate
  5116.  
  5117.   ; *** ART Parameters ***
  5118.   Draw = W3DScriptedModelDraw ModuleTag_01
  5119.     DefaultModelConditionState
  5120.       Model               = GBGen72_D2d
  5121.       ParticleSysBone     = None BuildingChunkBitsTrail
  5122.     End
  5123.   End
  5124.  
  5125.   GeometryMajorRadius   = 8.0
  5126.   GeometryMinorRadius   = 7.2
  5127.   GeometryHeight        = 52.8
  5128. End
  5129.  
  5130. ;----------------------------------------------------------------------------
  5131.  
  5132. ObjectReskin BuildingGen73BitA BuildingGenBitTemplate
  5133.  
  5134.   ; *** ART Parameters ***
  5135.   Draw = W3DScriptedModelDraw ModuleTag_01
  5136.     DefaultModelConditionState
  5137.       Model               = GBGen73_D2a
  5138.       ParticleSysBone     = None BuildingChunkBitsTrail
  5139.     End
  5140.   End
  5141.  
  5142.   GeometryMajorRadius   = 3.2
  5143.   GeometryMinorRadius   = 4.8
  5144.   GeometryHeight        = 20.8
  5145. End
  5146.  
  5147. ;----------------------------------------------------------------------------
  5148.  
  5149. ObjectReskin BuildingGen73BitB BuildingGenBitTemplate
  5150.  
  5151.   ; *** ART Parameters ***
  5152.   Draw = W3DScriptedModelDraw ModuleTag_01
  5153.     DefaultModelConditionState
  5154.       Model               = GBGen73_D2b
  5155.       ParticleSysBone     = None BuildingChunkBitsTrail
  5156.     End
  5157.   End
  5158.  
  5159.   GeometryMajorRadius   = 4.8
  5160.   GeometryMinorRadius   = 4.8
  5161.   GeometryHeight        = 36.8
  5162. End
  5163.  
  5164. ;----------------------------------------------------------------------------
  5165.  
  5166. ObjectReskin BuildingGen73BitC BuildingGenBitTemplate
  5167.  
  5168.   ; *** ART Parameters ***
  5169.   Draw = W3DScriptedModelDraw ModuleTag_01
  5170.     DefaultModelConditionState
  5171.       Model               = GBGen73_D2c
  5172.       ParticleSysBone     = None BuildingChunkBitsTrail
  5173.     End
  5174.   End
  5175.  
  5176.   GeometryMajorRadius   = 3.2
  5177.   GeometryMinorRadius   = 4.8
  5178.   GeometryHeight        = 20.8
  5179. End
  5180.  
  5181. ;----------------------------------------------------------------------------
  5182.  
  5183. ObjectReskin BuildingGen73BitD BuildingGenBitTemplate
  5184.  
  5185.   ; *** ART Parameters ***
  5186.   Draw = W3DScriptedModelDraw ModuleTag_01
  5187.     DefaultModelConditionState
  5188.       Model               = GBGen73_D2d
  5189.       ParticleSysBone     = None BuildingChunkBitsTrail
  5190.     End
  5191.   End
  5192.  
  5193.   GeometryMajorRadius   = 7.2
  5194.   GeometryMinorRadius   = 5.6
  5195.   GeometryHeight        = 30.4
  5196. End
  5197.  
  5198. ;----------------------------------------------------------------------------
  5199.  
  5200. ObjectReskin BuildingGen74BitA BuildingGenBitTemplate
  5201.  
  5202.   ; *** ART Parameters ***
  5203.   Draw = W3DScriptedModelDraw ModuleTag_01
  5204.     DefaultModelConditionState
  5205.       Model               = GBGen74_D2a
  5206.       ParticleSysBone     = None BuildingChunkBitsTrail
  5207.     End
  5208.   End
  5209.  
  5210.   GeometryMajorRadius   = 5.6
  5211.   GeometryMinorRadius   = 4.0
  5212.   GeometryHeight        = 19.2
  5213. End
  5214.  
  5215. ;----------------------------------------------------------------------------
  5216.  
  5217. ObjectReskin BuildingGen74BitB BuildingGenBitTemplate
  5218.  
  5219.   ; *** ART Parameters ***
  5220.   Draw = W3DScriptedModelDraw ModuleTag_01
  5221.     DefaultModelConditionState
  5222.       Model               = GBGen74_D2b
  5223.       ParticleSysBone     = None BuildingChunkBitsTrail
  5224.     End
  5225.   End
  5226.  
  5227.   GeometryMajorRadius   = 5.6
  5228.   GeometryMinorRadius   = 5.6
  5229.   GeometryHeight        = 35.2
  5230. End
  5231.  
  5232. ;----------------------------------------------------------------------------
  5233.  
  5234. ObjectReskin BuildingGen74BitC BuildingGenBitTemplate
  5235.  
  5236.   ; *** ART Parameters ***
  5237.   Draw = W3DScriptedModelDraw ModuleTag_01
  5238.     DefaultModelConditionState
  5239.       Model               = GBGen74_D2c
  5240.       ParticleSysBone     = None BuildingChunkBitsTrail
  5241.     End
  5242.   End
  5243.  
  5244.   GeometryMajorRadius   = 10.4
  5245.   GeometryMinorRadius   = 4.8
  5246.   GeometryHeight        = 38.4
  5247. End
  5248.  
  5249. ;----------------------------------------------------------------------------
  5250.  
  5251. ObjectReskin BuildingGen74BitD BuildingGenBitTemplate
  5252.  
  5253.   ; *** ART Parameters ***
  5254.   Draw = W3DScriptedModelDraw ModuleTag_01
  5255.     DefaultModelConditionState
  5256.       Model               = GBGen74_D2d
  5257.       ParticleSysBone     = None BuildingChunkBitsTrail
  5258.     End
  5259.   End
  5260.  
  5261.   GeometryMajorRadius   = 7.2
  5262.   GeometryMinorRadius   = 8.8
  5263.   GeometryHeight        = 16.0
  5264. End
  5265.  
  5266. ;----------------------------------------------------------------------------
  5267.  
  5268. ObjectReskin BuildingGen75BitA BuildingGenBitTemplate
  5269.  
  5270.   ; *** ART Parameters ***
  5271.   Draw = W3DScriptedModelDraw ModuleTag_01
  5272.     DefaultModelConditionState
  5273.       Model               = GBGen75_D2a
  5274.       ParticleSysBone     = None BuildingChunkBitsTrail
  5275.     End
  5276.   End
  5277.  
  5278.   GeometryMajorRadius   = 4.8
  5279.   GeometryMinorRadius   = 4.0
  5280.   GeometryHeight        = 44.8
  5281. End
  5282.  
  5283. ;----------------------------------------------------------------------------
  5284.  
  5285. ObjectReskin BuildingGen75BitB BuildingGenBitTemplate
  5286.  
  5287.   ; *** ART Parameters ***
  5288.   Draw = W3DScriptedModelDraw ModuleTag_01
  5289.     DefaultModelConditionState
  5290.       Model               = GBGen75_D2b
  5291.       ParticleSysBone     = None BuildingChunkBitsTrail
  5292.     End
  5293.   End
  5294.  
  5295.   GeometryMajorRadius   = 4.0
  5296.   GeometryMinorRadius   = 5.6
  5297.   GeometryHeight        = 44.8
  5298. End
  5299.  
  5300. ;----------------------------------------------------------------------------
  5301.  
  5302. ObjectReskin BuildingGen75BitC BuildingGenBitTemplate
  5303.  
  5304.   ; *** ART Parameters ***
  5305.   Draw = W3DScriptedModelDraw ModuleTag_01
  5306.     DefaultModelConditionState
  5307.       Model               = GBGen75_D2c
  5308.       ParticleSysBone     = None BuildingChunkBitsTrail
  5309.     End
  5310.   End
  5311.  
  5312.   GeometryMajorRadius   = 9.6
  5313.   GeometryMinorRadius   = 5.6
  5314.   GeometryHeight        = 32.0
  5315. End
  5316.  
  5317. ;----------------------------------------------------------------------------
  5318.  
  5319. ObjectReskin BuildingGen75BitD BuildingGenBitTemplate
  5320.  
  5321.   ; *** ART Parameters ***
  5322.   Draw = W3DScriptedModelDraw ModuleTag_01
  5323.     DefaultModelConditionState
  5324.       Model               = GBGen75_D2d
  5325.       ParticleSysBone     = None BuildingChunkBitsTrail
  5326.     End
  5327.   End
  5328.  
  5329.   GeometryMajorRadius   = 9.6
  5330.   GeometryMinorRadius   = 19.2
  5331.   GeometryHeight        = 32.0
  5332. End
  5333.  
  5334. ;----------------------------------------------------------------------------
  5335.  
  5336. ObjectReskin BuildingGen76BitA BuildingGenBitTemplate
  5337.  
  5338.   ; *** ART Parameters ***
  5339.   Draw = W3DScriptedModelDraw ModuleTag_01
  5340.     DefaultModelConditionState
  5341.       Model               = GBGen76_D2a
  5342.       ParticleSysBone     = None BuildingChunkBitsTrail
  5343.     End
  5344.   End
  5345.  
  5346.   GeometryMajorRadius   = 6.4
  5347.   GeometryMinorRadius   = 5.6
  5348.   GeometryHeight        = 38.4
  5349. End
  5350.  
  5351. ;----------------------------------------------------------------------------
  5352.  
  5353. ObjectReskin BuildingGen76BitB BuildingGenBitTemplate
  5354.  
  5355.   ; *** ART Parameters ***
  5356.   Draw = W3DScriptedModelDraw ModuleTag_01
  5357.     DefaultModelConditionState
  5358.       Model               = GBGen76_D2b
  5359.       ParticleSysBone     = None BuildingChunkBitsTrail
  5360.     End
  5361.   End
  5362.  
  5363.   GeometryMajorRadius   = 5.6
  5364.   GeometryMinorRadius   = 4.0
  5365.   GeometryHeight        = 24.0
  5366. End
  5367.  
  5368. ;----------------------------------------------------------------------------
  5369.  
  5370. ObjectReskin BuildingGen76BitC BuildingGenBitTemplate
  5371.  
  5372.   ; *** ART Parameters ***
  5373.   Draw = W3DScriptedModelDraw ModuleTag_01
  5374.     DefaultModelConditionState
  5375.       Model               = GBGen76_D2c
  5376.       ParticleSysBone     = None BuildingChunkBitsTrail
  5377.     End
  5378.   End
  5379.  
  5380.   GeometryMajorRadius   = 5.6
  5381.   GeometryMinorRadius   = 3.2
  5382.   GeometryHeight        = 72.0
  5383. End
  5384.  
  5385. ;----------------------------------------------------------------------------
  5386.  
  5387. ObjectReskin BuildingGen76BitD BuildingGenBitTemplate
  5388.  
  5389.   ; *** ART Parameters ***
  5390.   Draw = W3DScriptedModelDraw ModuleTag_01
  5391.     DefaultModelConditionState
  5392.       Model               = GBGen76_D2d
  5393.       ParticleSysBone     = None BuildingChunkBitsTrail
  5394.     End
  5395.   End
  5396.  
  5397.   GeometryMajorRadius   = 5.6
  5398.   GeometryMinorRadius   = 8.8
  5399.   GeometryHeight        = 27.2
  5400. End
  5401.  
  5402. ;----------------------------------------------------------------------------
  5403.  
  5404. ObjectReskin BuildingGen77BitA BuildingGenBitTemplate
  5405.  
  5406.   ; *** ART Parameters ***
  5407.   Draw = W3DScriptedModelDraw ModuleTag_01
  5408.     DefaultModelConditionState
  5409.       Model               = GBGen77_D2a
  5410.       ParticleSysBone     = None BuildingChunkBitsTrail
  5411.     End
  5412.   End
  5413.  
  5414.   GeometryMajorRadius   = 4.8
  5415.   GeometryMinorRadius   = 6.4
  5416.   GeometryHeight        = 44.8
  5417. End
  5418.  
  5419. ;----------------------------------------------------------------------------
  5420.  
  5421. ObjectReskin BuildingGen77BitB BuildingGenBitTemplate
  5422.  
  5423.   ; *** ART Parameters ***
  5424.   Draw = W3DScriptedModelDraw ModuleTag_01
  5425.     DefaultModelConditionState
  5426.       Model               = GBGen77_D2b
  5427.       ParticleSysBone     = None BuildingChunkBitsTrail
  5428.     End
  5429.   End
  5430.  
  5431.   GeometryMajorRadius   = 6.4
  5432.   GeometryMinorRadius   = 5.6
  5433.   GeometryHeight        = 40.0
  5434. End
  5435.  
  5436. ;----------------------------------------------------------------------------
  5437.  
  5438. ObjectReskin BuildingGen77BitC BuildingGenBitTemplate
  5439.  
  5440.   ; *** ART Parameters ***
  5441.   Draw = W3DScriptedModelDraw ModuleTag_01
  5442.     DefaultModelConditionState
  5443.       Model               = GBGen77_D2c
  5444.       ParticleSysBone     = None BuildingChunkBitsTrail
  5445.     End
  5446.   End
  5447.  
  5448.   GeometryMajorRadius   = 5.6
  5449.   GeometryMinorRadius   = 8.0
  5450.   GeometryHeight        = 40.0
  5451. End
  5452.  
  5453. ;----------------------------------------------------------------------------
  5454.  
  5455. ObjectReskin BuildingGen77BitD BuildingGenBitTemplate
  5456.  
  5457.   ; *** ART Parameters ***
  5458.   Draw = W3DScriptedModelDraw ModuleTag_01
  5459.     DefaultModelConditionState
  5460.       Model               = GBGen77_D2d
  5461.       ParticleSysBone     = None BuildingChunkBitsTrail
  5462.     End
  5463.   End
  5464.  
  5465.   GeometryMajorRadius   = 4.8
  5466.   GeometryMinorRadius   = 9.6
  5467.   GeometryHeight        = 62.4
  5468. End
  5469.  
  5470. ;----------------------------------------------------------------------------
  5471.  
  5472. ObjectReskin BuildingGen78BitA BuildingGenBitTemplate
  5473.  
  5474.   ; *** ART Parameters ***
  5475.   Draw = W3DScriptedModelDraw ModuleTag_01
  5476.     DefaultModelConditionState
  5477.       Model               = GBGen78_D2a
  5478.       ParticleSysBone     = None BuildingChunkBitsTrail
  5479.     End
  5480.   End
  5481.  
  5482.   GeometryMajorRadius   = 4.8
  5483.   GeometryMinorRadius   = 6.4
  5484.   GeometryHeight        = 57.6
  5485. End
  5486.  
  5487. ;----------------------------------------------------------------------------
  5488.  
  5489. ObjectReskin BuildingGen78BitB BuildingGenBitTemplate
  5490.  
  5491.   ; *** ART Parameters ***
  5492.   Draw = W3DScriptedModelDraw ModuleTag_01
  5493.     DefaultModelConditionState
  5494.       Model               = GBGen78_D2b
  5495.       ParticleSysBone     = None BuildingChunkBitsTrail
  5496.     End
  5497.   End
  5498.  
  5499.   GeometryMajorRadius   = 7.2
  5500.   GeometryMinorRadius   = 8.0
  5501.   GeometryHeight        = 38.4
  5502. End
  5503.  
  5504. ;----------------------------------------------------------------------------
  5505.  
  5506. ObjectReskin BuildingGen78BitC BuildingGenBitTemplate
  5507.  
  5508.   ; *** ART Parameters ***
  5509.   Draw = W3DScriptedModelDraw ModuleTag_01
  5510.     DefaultModelConditionState
  5511.       Model               = GBGen78_D2c
  5512.       ParticleSysBone     = None BuildingChunkBitsTrail
  5513.     End
  5514.   End
  5515.  
  5516.   GeometryMajorRadius   = 16.8
  5517.   GeometryMinorRadius   = 11.2
  5518.   GeometryHeight        = 28.8
  5519. End
  5520.  
  5521. ;----------------------------------------------------------------------------
  5522.  
  5523. ObjectReskin BuildingGen78BitD BuildingGenBitTemplate
  5524.  
  5525.   ; *** ART Parameters ***
  5526.   Draw = W3DScriptedModelDraw ModuleTag_01
  5527.     DefaultModelConditionState
  5528.       Model               = GBGen78_D2d
  5529.       ParticleSysBone     = None BuildingChunkBitsTrail
  5530.     End
  5531.   End
  5532.  
  5533.   GeometryMajorRadius   = 16.8
  5534.   GeometryMinorRadius   = 13.6
  5535.   GeometryHeight        = 25.6
  5536. End
  5537.  
  5538. ;-------------GBMinWallAD2BitS---------------------------------------------------------------
  5539.  
  5540. ObjectReskin GBMinWallAD2BitA BuildingGenBitTemplateAnimated
  5541.  
  5542.   ; *** ART Parameters ***
  5543.   Draw = W3DScriptedModelDraw ModuleTag_01
  5544.     DefaultModelConditionState
  5545.       Model               = GBMinWallA_D2A
  5546.       ParticleSysBone     = None BuildingChunkBitsTrail
  5547.     End
  5548.     IdleAnimationState
  5549.       Animation = collapse_anim
  5550.         AnimationName = GBMinWallA_D2A.GBMinWallA_D2A
  5551.         AnimationMode = MANUAL
  5552.       End
  5553.    End
  5554.   AnimationState = RUBBLE
  5555.       Animation = collapse_anim
  5556.         AnimationName = GBMinWallA_D2A.GBMinWallA_D2A
  5557.         AnimationMode = ONCE
  5558.        End
  5559.   End    
  5560.   End
  5561.  
  5562.   GeometryMajorRadius   = 5.6
  5563.   GeometryMinorRadius   = 10.4
  5564.   GeometryHeight        = 57.6
  5565. End
  5566.  
  5567. ;----------------------------------------------------------------------------
  5568.  
  5569. ObjectReskin GBMinWallAD2BitB BuildingGenBitTemplateAnimated
  5570.  
  5571.   ; *** ART Parameters ***
  5572.   Draw = W3DScriptedModelDraw ModuleTag_01
  5573.     DefaultModelConditionState
  5574.       Model               = GBMinWallA_D2B
  5575.       ParticleSysBone     = None BuildingChunkBitsTrail
  5576.     End
  5577.     IdleAnimationState
  5578.       Animation = collapse_anim
  5579.         AnimationName = GBMinWallA_D2B.GBMinWallA_D2B
  5580.         AnimationMode = MANUAL
  5581.       End
  5582.     End  
  5583.     AnimationState = RUBBLE
  5584.       Animation = collapse_anim
  5585.         AnimationName = GBMinWallA_D2B.GBMinWallA_D2B
  5586.         AnimationMode = ONCE
  5587.       End
  5588.     End      
  5589.   End
  5590.  
  5591.   GeometryMajorRadius   = 8.8
  5592.   GeometryMinorRadius   = 9.6
  5593.   GeometryHeight        = 67.2
  5594. End
  5595.  
  5596. ;----------------------------------------------------------------------------
  5597.  
  5598. ObjectReskin GBMinWallAD2BitC BuildingGenBitTemplateAnimated
  5599.  
  5600.   ; *** ART Parameters ***
  5601.   Draw = W3DScriptedModelDraw ModuleTag_01
  5602.     DefaultModelConditionState
  5603.       Model               = GBMinWallA_D2C
  5604.       ParticleSysBone     = None BuildingChunkBitsTrail
  5605.     End
  5606.     IdleAnimationState
  5607.       Animation = collapse_anim
  5608.         AnimationName = GBMinWallA_D2C.GBMinWallA_D2C
  5609.         AnimationMode = MANUAL
  5610.       End
  5611.     End 
  5612.     AnimationState = RUBBLE
  5613.       Animation = collapse_anim
  5614.         AnimationName = GBMinWallA_D2C.GBMinWallA_D2C
  5615.         AnimationMode = ONCE
  5616.       End
  5617.     End       
  5618.   End
  5619.  
  5620.   GeometryMajorRadius   = 5.6
  5621.   GeometryMinorRadius   = 6.4
  5622.   GeometryHeight        = 67.2
  5623. End
  5624.  
  5625. ;----------------------------------------------------------------------------
  5626.  
  5627. ObjectReskin GBMinWallAD2BitD BuildingGenBitTemplateAnimated
  5628.  
  5629.   ; *** ART Parameters ***
  5630.   Draw = W3DScriptedModelDraw ModuleTag_01
  5631.     DefaultModelConditionState
  5632.       Model               = GBMinWallA_D2D
  5633.       ParticleSysBone     = None BuildingChunkBitsTrail
  5634.     End
  5635.     IdleAnimationState
  5636.       Animation = collapse_anim
  5637.         AnimationName = GBMinWallA_D2D.GBMinWallA_D2D
  5638.         AnimationMode = MANUAL
  5639.       End
  5640.     End
  5641.     AnimationState = RUBBLE
  5642.       Animation = collapse_anim
  5643.         AnimationName = GBMinWallA_D2D.GBMinWallA_D2D
  5644.         AnimationMode = ONCE
  5645.       End
  5646.     End
  5647.   End
  5648.  
  5649.   GeometryMajorRadius   = 4.8
  5650.   GeometryMinorRadius   = 7.2
  5651.   GeometryHeight        = 62.4
  5652. End
  5653.  
  5654. ;-------------GBMinWallATD2BitS---------------------------------------------------------------
  5655.  
  5656. ObjectReskin GBMinWallATD2BitA BuildingGenBitTemplateAnimated
  5657.  
  5658.   ; *** ART Parameters ***
  5659.   Draw = W3DScriptedModelDraw ModuleTag_01
  5660.     DefaultModelConditionState
  5661.       Model               = GBMinWallAT_D2A
  5662.       ParticleSysBone     = None BuildingChunkBitsTrail
  5663.     End
  5664.     IdleAnimationState
  5665.       Animation = collapse_anim
  5666.         AnimationName = GBMinWallAT_D2A.GBMinWallAT_D2A
  5667.         AnimationMode = MANUAL
  5668.       End
  5669.     End
  5670.     AnimationState = RUBBLE
  5671.       Animation = collapse_anim
  5672.         AnimationName = GBMinWallAT_D2A.GBMinWallAT_D2A
  5673.         AnimationMode = ONCE
  5674.       End
  5675.     End
  5676.   End
  5677.  
  5678.   GeometryMajorRadius   = 5.6
  5679.   GeometryMinorRadius   = 10.4
  5680.   GeometryHeight        = 57.6
  5681. End
  5682.  
  5683. ;----------------------------------------------------------------------------
  5684.  
  5685. ObjectReskin GBMinWallATD2BitB BuildingGenBitTemplateAnimated
  5686.  
  5687.   ; *** ART Parameters ***
  5688.   Draw = W3DScriptedModelDraw ModuleTag_01
  5689.     DefaultModelConditionState
  5690.       Model               = GBMinWallAT_D2B
  5691.       ParticleSysBone     = None BuildingChunkBitsTrail
  5692.     End
  5693.     IdleAnimationState
  5694.       Animation = collapse_anim
  5695.         AnimationName = GBMinWallAT_D2B.GBMinWallAT_D2B
  5696.         AnimationMode = MANUAL
  5697.       End
  5698.     End
  5699.     AnimationState = RUBBLE
  5700.       Animation = collapse_anim
  5701.         AnimationName = GBMinWallAT_D2B.GBMinWallAT_D2B
  5702.         AnimationMode = ONCE
  5703.       End
  5704.     End
  5705.   End
  5706.  
  5707.   GeometryMajorRadius   = 8.8
  5708.   GeometryMinorRadius   = 9.6
  5709.   GeometryHeight        = 67.2
  5710. End
  5711.  
  5712. ;----------------------------------------------------------------------------
  5713.  
  5714. ObjectReskin GBMinWallATD2BitC BuildingGenBitTemplateAnimated
  5715.  
  5716.   ; *** ART Parameters ***
  5717.   Draw = W3DScriptedModelDraw ModuleTag_01
  5718.     DefaultModelConditionState
  5719.       Model               = GBMinWallAT_D2C
  5720.       ParticleSysBone     = None BuildingChunkBitsTrail
  5721.     End
  5722.     IdleAnimationState
  5723.       Animation = collapse_anim
  5724.         AnimationName = GBMinWallAT_D2C.GBMinWallAT_D2C
  5725.         AnimationMode = MANUAL
  5726.       End
  5727.     End
  5728.     AnimationState = RUBBLE
  5729.       Animation = collapse_anim
  5730.         AnimationName = GBMinWallAT_D2C.GBMinWallAT_D2C
  5731.         AnimationMode = ONCE
  5732.       End
  5733.     End
  5734.   End
  5735.  
  5736.   GeometryMajorRadius   = 5.6
  5737.   GeometryMinorRadius   = 6.4
  5738.   GeometryHeight        = 67.2
  5739. End
  5740.  
  5741. ;----------------------------------------------------------------------------
  5742.  
  5743. ObjectReskin GBMinWallATD2BitD BuildingGenBitTemplateAnimated
  5744.  
  5745.   ; *** ART Parameters ***
  5746.   Draw = W3DScriptedModelDraw ModuleTag_01
  5747.     DefaultModelConditionState
  5748.       Model               = GBMinWallAT_D2D
  5749.       ParticleSysBone     = None BuildingChunkBitsTrail
  5750.     End
  5751.     IdleAnimationState
  5752.       Animation = collapse_anim
  5753.         AnimationName = GBMinWallAT_D2D.GBMinWallAT_D2D
  5754.         AnimationMode = MANUAL
  5755.       End
  5756.     End
  5757.     AnimationState = RUBBLE
  5758.       Animation = collapse_anim
  5759.         AnimationName = GBMinWallAT_D2D.GBMinWallAT_D2D
  5760.         AnimationMode = ONCE
  5761.       End
  5762.     End
  5763.   End
  5764.  
  5765.   GeometryMajorRadius   = 4.8
  5766.   GeometryMinorRadius   = 7.2
  5767.   GeometryHeight        = 62.4
  5768. End
  5769.  
  5770. ;-------------GBMinGate1D2BitS---------------------------------------------------------------
  5771.  
  5772. ObjectReskin GBMinGate1D2BitA BuildingGenBitTemplateAnimated
  5773.  
  5774.   ; *** ART Parameters ***
  5775.   Draw = W3DScriptedModelDraw ModuleTag_01
  5776.     DefaultModelConditionState
  5777.       Model               = GBMinGate1_D2A
  5778.       ParticleSysBone     = None BuildingChunkBitsTrail
  5779.     End
  5780.     
  5781.     IdleAnimationState
  5782.       Animation = collapse_anim
  5783.         AnimationName = GBMinGate1_D2A.GBMinGate1_D2A
  5784.         AnimationMode = MANUAL
  5785.       End
  5786.     End
  5787.     AnimationState = RUBBLE
  5788.       Animation = collapse_anim
  5789.         AnimationName = GBMinGate1_D2A.GBMinGate1_D2A
  5790.         AnimationMode = ONCE
  5791.       End
  5792.     End
  5793.     
  5794.   End
  5795.  
  5796.   GeometryMajorRadius   = 5.6
  5797.   GeometryMinorRadius   = 10.4
  5798.   GeometryHeight        = 57.6
  5799. End
  5800.  
  5801. ;----------------------------------------------------------------------------
  5802.  
  5803. ObjectReskin GBMinGate1D2BitB BuildingGenBitTemplateAnimated
  5804.  
  5805.   ; *** ART Parameters ***
  5806.   Draw = W3DScriptedModelDraw ModuleTag_01
  5807.     DefaultModelConditionState
  5808.       Model               = GBMinGate1_D2B
  5809.       ParticleSysBone     = None BuildingChunkBitsTrail
  5810.     End
  5811.     
  5812.     
  5813.     IdleAnimationState
  5814.       Animation = collapse_anim
  5815.         AnimationName = GBMinGate1_D2B.GBMinGate1_D2B
  5816.         AnimationMode = MANUAL
  5817.       End
  5818.     End
  5819.     AnimationState = RUBBLE
  5820.       Animation = collapse_anim
  5821.         AnimationName = GBMinGate1_D2B.GBMinGate1_D2B
  5822.         AnimationMode = ONCE
  5823.       End
  5824.     End
  5825.     
  5826.     
  5827.   End
  5828.  
  5829.   GeometryMajorRadius   = 8.8
  5830.   GeometryMinorRadius   = 9.6
  5831.   GeometryHeight        = 67.2
  5832. End
  5833.  
  5834. ;----------------------------------------------------------------------------
  5835.  
  5836. ObjectReskin GBMinGate1D2BitC BuildingGenBitTemplateAnimated
  5837.  
  5838.   ; *** ART Parameters ***
  5839.   Draw = W3DScriptedModelDraw ModuleTag_01
  5840.     DefaultModelConditionState
  5841.       Model               = GBMinGate1_D2C
  5842.       ParticleSysBone     = None BuildingChunkBitsTrail
  5843.     End
  5844.     
  5845.     IdleAnimationState
  5846.       Animation = collapse_anim
  5847.         AnimationName = GBMinGate1_D2C.GBMinGate1_D2C
  5848.         AnimationMode = MANUAL
  5849.       End
  5850.     End
  5851.     AnimationState = RUBBLE
  5852.       Animation = collapse_anim
  5853.         AnimationName = GBMinGate1_D2C.GBMinGate1_D2C
  5854.         AnimationMode = ONCE
  5855.       End
  5856.     End
  5857.     
  5858.     
  5859.   End
  5860.  
  5861.   GeometryMajorRadius   = 5.6
  5862.   GeometryMinorRadius   = 6.4
  5863.   GeometryHeight        = 67.2
  5864. End
  5865.  
  5866. ;----------------------------------------------------------------------------
  5867.  
  5868. ObjectReskin GBMinGate1D2BitD BuildingGenBitTemplateAnimated
  5869.  
  5870.   ; *** ART Parameters ***
  5871.   Draw = W3DScriptedModelDraw ModuleTag_01
  5872.     DefaultModelConditionState
  5873.       Model               = GBMinGate1_D2D
  5874.       ParticleSysBone     = None BuildingChunkBitsTrail
  5875.     End
  5876.     
  5877.     IdleAnimationState
  5878.       Animation = collapse_anim
  5879.         AnimationName = GBMinGate1_D2D.GBMinGate1_D2D
  5880.         AnimationMode = MANUAL
  5881.       End
  5882.     End
  5883.     AnimationState = RUBBLE
  5884.       Animation = collapse_anim
  5885.         AnimationName = GBMinGate1_D2D.GBMinGate1_D2D
  5886.         AnimationMode = ONCE
  5887.       End
  5888.     End
  5889.     
  5890.     
  5891.   End
  5892.  
  5893.   GeometryMajorRadius   = 4.8
  5894.   GeometryMinorRadius   = 7.2
  5895.   GeometryHeight        = 62.4
  5896. End
  5897.  
  5898.  
  5899. ;-------------GBMinGate2---------------------------------------------------------------
  5900.  
  5901. ObjectReskin GBMinGate2D2BitA BuildingGenBitTemplateAnimated
  5902.   ; *** ART Parameters ***
  5903.   Draw = W3DScriptedModelDraw ModuleTag_01
  5904.     DefaultModelConditionState
  5905.       Model               = GBMinGate2_D2A
  5906.       ParticleSysBone     = None BuildingChunkBitsTrail
  5907.     End
  5908.     
  5909.     IdleAnimationState
  5910.       Animation = collapse_anim
  5911.         AnimationName = GBMinGate2_D2A.GBMinGate2_D2A
  5912.         AnimationMode = MANUAL
  5913.       End
  5914.     End
  5915.     AnimationState = RUBBLE
  5916.       Animation = collapse_anim
  5917.         AnimationName = GBMinGate2_D2A.GBMinGate2_D2A
  5918.         AnimationMode = ONCE
  5919.       End
  5920.     End
  5921.     
  5922.     
  5923.     
  5924.     
  5925.     
  5926.   End
  5927.  
  5928.   GeometryMajorRadius   = 5.6
  5929.   GeometryMinorRadius   = 10.4
  5930.   GeometryHeight        = 57.6
  5931. End
  5932.  
  5933. ;----------------------------------------------------------------------------
  5934.  
  5935. ObjectReskin GBMinGate2D2BitB BuildingGenBitTemplateAnimated
  5936.  
  5937.   ; *** ART Parameters ***
  5938.   Draw = W3DScriptedModelDraw ModuleTag_01
  5939.     DefaultModelConditionState
  5940.       Model               = GBMinGate2_D2B
  5941.       ParticleSysBone     = None BuildingChunkBitsTrail
  5942.     End
  5943.     
  5944.     IdleAnimationState
  5945.       Animation = collapse_anim
  5946.         AnimationName = GBMinGate2_D2B.GBMinGate2_D2B
  5947.         AnimationMode = MANUAL
  5948.       End
  5949.     End
  5950.     AnimationState = RUBBLE
  5951.       Animation = collapse_anim
  5952.         AnimationName = GBMinGate2_D2B.GBMinGate2_D2B
  5953.         AnimationMode = ONCE
  5954.       End
  5955.     End
  5956.     
  5957.     
  5958.   End
  5959.  
  5960.   GeometryMajorRadius   = 8.8
  5961.   GeometryMinorRadius   = 9.6
  5962.   GeometryHeight        = 67.2
  5963. End
  5964.  
  5965. ;----------------------------------------------------------------------------
  5966.  
  5967. ObjectReskin GBMinGate2D2BitC BuildingGenBitTemplateAnimated
  5968.  
  5969.   ; *** ART Parameters ***
  5970.   Draw = W3DScriptedModelDraw ModuleTag_01
  5971.     DefaultModelConditionState
  5972.       Model               = GBMinGate2_D2C
  5973.       ParticleSysBone     = None BuildingChunkBitsTrail
  5974.     End
  5975.     
  5976.     IdleAnimationState
  5977.       Animation = collapse_anim
  5978.         AnimationName = GBMinGate1_D2C.GBMinGate1_D2C
  5979.         AnimationMode = MANUAL
  5980.       End
  5981.     End
  5982.     AnimationState = RUBBLE
  5983.       Animation = collapse_anim
  5984.         AnimationName = GBMinGate1_D2C.GBMinGate1_D2C
  5985.         AnimationMode = ONCE
  5986.       End
  5987.     End
  5988.     
  5989.     
  5990.   End
  5991.  
  5992.   GeometryMajorRadius   = 5.6
  5993.   GeometryMinorRadius   = 6.4
  5994.   GeometryHeight        = 67.2
  5995. End
  5996.  
  5997. ;----------------------------------------------------------------------------
  5998.  
  5999. ObjectReskin GBMinGate2D2BitD BuildingGenBitTemplateAnimated
  6000.  
  6001.   ; *** ART Parameters ***
  6002.   Draw = W3DScriptedModelDraw ModuleTag_01
  6003.     DefaultModelConditionState
  6004.       Model               = GBMinGate2_D2D
  6005.       ParticleSysBone     = None BuildingChunkBitsTrail
  6006.     End
  6007.     
  6008.     IdleAnimationState
  6009.       Animation = collapse_anim
  6010.         AnimationName = GBMinGate2_D2D.GBMinGate2_D2D
  6011.         AnimationMode = MANUAL
  6012.       End
  6013.     End
  6014.     AnimationState = RUBBLE
  6015.       Animation = collapse_anim
  6016.         AnimationName = GBMinGate2_D2D.GBMinGate2_D2D
  6017.         AnimationMode = ONCE
  6018.       End
  6019.     End
  6020.     
  6021.   End
  6022.  
  6023.   GeometryMajorRadius   = 4.8
  6024.   GeometryMinorRadius   = 7.2
  6025.   GeometryHeight        = 62.4
  6026. End
  6027.  
  6028. ;-------------GBMinGate3---------------------------------------------------------------
  6029.  
  6030. ObjectReskin GBMinGate3D2BitA BuildingGenBitTemplateAnimated
  6031.  
  6032.   ; *** ART Parameters ***
  6033.   Draw = W3DScriptedModelDraw ModuleTag_01
  6034.     DefaultModelConditionState
  6035.       Model               = GBMinGate3_D2A
  6036.       ParticleSysBone     = None BuildingChunkBitsTrail
  6037.     End
  6038.     
  6039.     IdleAnimationState
  6040.       Animation = collapse_anim
  6041.         AnimationName = GBMinGate3_D2A.GBMinGate3_D2A
  6042.         AnimationMode = MANUAL
  6043.       End
  6044.     End
  6045.     AnimationState = RUBBLE
  6046.       Animation = collapse_anim
  6047.         AnimationName = GBMinGate3_D2A.GBMinGate3_D2A
  6048.         AnimationMode = ONCE
  6049.       End
  6050.     End
  6051.     
  6052.   End
  6053.  
  6054.   GeometryMajorRadius   = 5.6
  6055.   GeometryMinorRadius   = 10.4
  6056.   GeometryHeight        = 57.6
  6057. End
  6058.  
  6059. ;----------------------------------------------------------------------------
  6060.  
  6061. ObjectReskin GBMinGate3D2BitB BuildingGenBitTemplateAnimated
  6062.  
  6063.   ; *** ART Parameters ***
  6064.   Draw = W3DScriptedModelDraw ModuleTag_01
  6065.     DefaultModelConditionState
  6066.       Model               = GBMinGate3_D2B
  6067.       ParticleSysBone     = None BuildingChunkBitsTrail
  6068.     End
  6069.     
  6070.     IdleAnimationState
  6071.       Animation = collapse_anim
  6072.         AnimationName = GBMinGate3_D2B.GBMinGate3_D2B
  6073.         AnimationMode = MANUAL
  6074.       End
  6075.     End
  6076.     AnimationState = RUBBLE
  6077.       Animation = collapse_anim
  6078.         AnimationName = GBMinGate3_D2B.GBMinGate3_D2B
  6079.         AnimationMode = ONCE
  6080.       End
  6081.     End
  6082.     
  6083.     
  6084.     
  6085.   End
  6086.  
  6087.   GeometryMajorRadius   = 8.8
  6088.   GeometryMinorRadius   = 9.6
  6089.   GeometryHeight        = 67.2
  6090. End
  6091.  
  6092. ;----------------------------------------------------------------------------
  6093.  
  6094. ObjectReskin GBMinGate3D2BitC BuildingGenBitTemplateAnimated
  6095.  
  6096.   ; *** ART Parameters ***
  6097.   Draw = W3DScriptedModelDraw ModuleTag_01
  6098.     DefaultModelConditionState
  6099.       Model               = GBMinGate3_D2C
  6100.       ParticleSysBone     = None BuildingChunkBitsTrail
  6101.     End
  6102.     
  6103.     IdleAnimationState
  6104.       Animation = collapse_anim
  6105.         AnimationName = GBMinGate3_D2C.GBMinGate3_D2C
  6106.         AnimationMode = MANUAL
  6107.       End
  6108.     End
  6109.     AnimationState = RUBBLE
  6110.       Animation = collapse_anim
  6111.         AnimationName = GBMinGate3_D2C.GBMinGate3_D2C
  6112.         AnimationMode = ONCE
  6113.       End
  6114.     End
  6115.     
  6116.     
  6117.   End
  6118.  
  6119.   GeometryMajorRadius   = 5.6
  6120.   GeometryMinorRadius   = 6.4
  6121.   GeometryHeight        = 67.2
  6122. End
  6123.  
  6124. ;----------------------------------------------------------------------------
  6125.  
  6126. ObjectReskin GBMinGate3D2BitD BuildingGenBitTemplateAnimated
  6127.  
  6128.   ; *** ART Parameters ***
  6129.   Draw = W3DScriptedModelDraw ModuleTag_01
  6130.     DefaultModelConditionState
  6131.       Model               = GBMinGate3_D2D
  6132.       ParticleSysBone     = None BuildingChunkBitsTrail
  6133.     End
  6134.     
  6135.     IdleAnimationState
  6136.       Animation = collapse_anim
  6137.         AnimationName = GBMinGate3_D2D.GBMinGate3_D2D
  6138.         AnimationMode = MANUAL
  6139.       End
  6140.     End
  6141.     AnimationState = RUBBLE
  6142.       Animation = collapse_anim
  6143.         AnimationName = GBMinGate3_D2D.GBMinGate3_D2D
  6144.         AnimationMode = ONCE
  6145.       End
  6146.     End
  6147.     
  6148.   End
  6149.  
  6150.   GeometryMajorRadius   = 4.8
  6151.   GeometryMinorRadius   = 7.2
  6152.   GeometryHeight        = 62.4
  6153. End
  6154.  
  6155.  
  6156. ;-------------GBMinGate4---------------------------------------------------------------
  6157.  
  6158. ObjectReskin GBMinGate4D2BitA BuildingGenBitTemplateAnimated
  6159.  
  6160.   ; *** ART Parameters ***
  6161.   Draw = W3DScriptedModelDraw ModuleTag_01
  6162.     DefaultModelConditionState
  6163.       Model               = GBMinGate4_D2A
  6164.       ParticleSysBone     = None BuildingChunkBitsTrail
  6165.     End
  6166.     
  6167.     IdleAnimationState
  6168.       Animation = collapse_anim
  6169.         AnimationName = GBMinGate4_D2A.GBMinGate4_D2A
  6170.         AnimationMode = MANUAL
  6171.       End
  6172.     End
  6173.     AnimationState = RUBBLE
  6174.       Animation = collapse_anim
  6175.         AnimationName = GBMinGate4_D2A.GBMinGate4_D2A
  6176.         AnimationMode = ONCE
  6177.       End
  6178.     End    
  6179.     
  6180.   End
  6181.  
  6182.   GeometryMajorRadius   = 5.6
  6183.   GeometryMinorRadius   = 10.4
  6184.   GeometryHeight        = 57.6
  6185. End
  6186.  
  6187. ;----------------------------------------------------------------------------
  6188.  
  6189. ObjectReskin GBMinGate4D2BitB BuildingGenBitTemplateAnimated
  6190.  
  6191.   ; *** ART Parameters ***
  6192.   Draw = W3DScriptedModelDraw ModuleTag_01
  6193.     DefaultModelConditionState
  6194.       Model               = GBMinGate4_D2B
  6195.       ParticleSysBone     = None BuildingChunkBitsTrail
  6196.     End
  6197.     
  6198.     IdleAnimationState
  6199.       Animation = collapse_anim
  6200.         AnimationName = GBMinGate4_D2B.GBMinGate4_D2B
  6201.         AnimationMode = MANUAL
  6202.       End
  6203.     End
  6204.     AnimationState = RUBBLE
  6205.       Animation = collapse_anim
  6206.         AnimationName = GBMinGate4_D2B.GBMinGate4_D2B
  6207.         AnimationMode = ONCE
  6208.       End
  6209.     End
  6210.     
  6211.   End
  6212.  
  6213.   GeometryMajorRadius   = 8.8
  6214.   GeometryMinorRadius   = 9.6
  6215.   GeometryHeight        = 67.2
  6216. End
  6217.  
  6218. ;----------------------------------------------------------------------------
  6219.  
  6220. ObjectReskin GBMinGate4D2BitC BuildingGenBitTemplateAnimated
  6221.  
  6222.   ; *** ART Parameters ***
  6223.   Draw = W3DScriptedModelDraw ModuleTag_01
  6224.     DefaultModelConditionState
  6225.       Model               = GBMinGate4_D2C
  6226.       ParticleSysBone     = None BuildingChunkBitsTrail
  6227.     End
  6228.     
  6229.     IdleAnimationState
  6230.       Animation = collapse_anim
  6231.         AnimationName = GBMinGate4_D2C.GBMinGate4_D2C
  6232.         AnimationMode = MANUAL
  6233.       End
  6234.     End
  6235.     AnimationState = RUBBLE
  6236.       Animation = collapse_anim
  6237.         AnimationName = GBMinGate4_D2C.GBMinGate4_D2C
  6238.         AnimationMode = ONCE
  6239.       End
  6240.     End
  6241.     
  6242.     
  6243.   End
  6244.  
  6245.   GeometryMajorRadius   = 5.6
  6246.   GeometryMinorRadius   = 6.4
  6247.   GeometryHeight        = 67.2
  6248. End
  6249.  
  6250. ;----------------------------------------------------------------------------
  6251.  
  6252. ObjectReskin GBMinGate4D2BitD BuildingGenBitTemplateAnimated
  6253.  
  6254.   ; *** ART Parameters ***
  6255.   Draw = W3DScriptedModelDraw ModuleTag_01
  6256.     DefaultModelConditionState
  6257.       Model               = GBMinGate4_D2D
  6258.       ParticleSysBone     = None BuildingChunkBitsTrail
  6259.     End
  6260.     
  6261.     IdleAnimationState
  6262.       Animation = collapse_anim
  6263.         AnimationName = GBMinGate4_D2D.GBMinGate4_D2D
  6264.         AnimationMode = MANUAL
  6265.       End
  6266.     End
  6267.     AnimationState = RUBBLE
  6268.       Animation = collapse_anim
  6269.         AnimationName = GBMinGate4_D2D.GBMinGate4_D2D
  6270.         AnimationMode = ONCE
  6271.       End
  6272.     End
  6273.     
  6274.   End
  6275.  
  6276.   GeometryMajorRadius   = 4.8
  6277.   GeometryMinorRadius   = 7.2
  6278.   GeometryHeight        = 62.4
  6279. End
  6280.  
  6281. ;-------------GBMinGate4R---------------------------------------------------------------
  6282.  
  6283. ObjectReskin GBMinGate4RD2BitA BuildingGenBitTemplateAnimated
  6284.  
  6285.   ; *** ART Parameters ***
  6286.   Draw = W3DScriptedModelDraw ModuleTag_01
  6287.     DefaultModelConditionState
  6288.       Model               = GBMinGate4R_D2A
  6289.       ParticleSysBone     = None BuildingChunkBitsTrail
  6290.     End
  6291.     
  6292.     IdleAnimationState
  6293.       Animation = collapse_anim
  6294.         AnimationName = GBMinGate4R_D2A.GBMinGate4R_D2A
  6295.         AnimationMode = MANUAL
  6296.       End
  6297.     End
  6298.     AnimationState = RUBBLE
  6299.       Animation = collapse_anim
  6300.         AnimationName = GBMinGate4R_D2A.GBMinGate4R_D2A
  6301.         AnimationMode = ONCE
  6302.       End
  6303.     End
  6304.     
  6305.   End
  6306.  
  6307.   GeometryMajorRadius   = 5.6
  6308.   GeometryMinorRadius   = 10.4
  6309.   GeometryHeight        = 57.6
  6310. End
  6311.  
  6312. ;----------------------------------------------------------------------------
  6313.  
  6314. ObjectReskin GBMinGate4RD2BitB BuildingGenBitTemplateAnimated
  6315.  
  6316.   ; *** ART Parameters ***
  6317.   Draw = W3DScriptedModelDraw ModuleTag_01
  6318.     DefaultModelConditionState
  6319.       Model               = GBMinGate4R_D2B
  6320.       ParticleSysBone     = None BuildingChunkBitsTrail
  6321.     End
  6322.     
  6323.     IdleAnimationState
  6324.       Animation = collapse_anim
  6325.         AnimationName = GBMinGate4R_D2B.GBMinGate4R_D2B
  6326.         AnimationMode = MANUAL
  6327.       End
  6328.     End
  6329.     AnimationState = RUBBLE
  6330.       Animation = collapse_anim
  6331.         AnimationName = GBMinGate4R_D2B.GBMinGate4R_D2B
  6332.         AnimationMode = ONCE
  6333.       End
  6334.     End
  6335.     
  6336.     
  6337.   End
  6338.  
  6339.   GeometryMajorRadius   = 8.8
  6340.   GeometryMinorRadius   = 9.6
  6341.   GeometryHeight        = 67.2
  6342. End
  6343.  
  6344. ;----------------------------------------------------------------------------
  6345.  
  6346. ObjectReskin GBMinGate4RD2BitC BuildingGenBitTemplateAnimated
  6347.  
  6348.   ; *** ART Parameters ***
  6349.   Draw = W3DScriptedModelDraw ModuleTag_01
  6350.     DefaultModelConditionState
  6351.       Model               = GBMinGate4R_D2C
  6352.       ParticleSysBone     = None BuildingChunkBitsTrail
  6353.     End
  6354.     
  6355.     IdleAnimationState
  6356.       Animation = collapse_anim
  6357.         AnimationName = GBMinGate4R_D2C.GBMinGate4R_D2C
  6358.         AnimationMode = MANUAL
  6359.       End
  6360.     End
  6361.     AnimationState = RUBBLE
  6362.       Animation = collapse_anim
  6363.         AnimationName = GBMinGate4R_D2C.GBMinGate4R_D2C
  6364.         AnimationMode = ONCE
  6365.       End
  6366.     End
  6367.     
  6368.   End
  6369.  
  6370.   GeometryMajorRadius   = 5.6
  6371.   GeometryMinorRadius   = 6.4
  6372.   GeometryHeight        = 67.2
  6373. End
  6374.  
  6375. ;----------------------------------------------------------------------------
  6376.  
  6377. ObjectReskin GBMinGate4RD2BitD BuildingGenBitTemplateAnimated
  6378.  
  6379.   ; *** ART Parameters ***
  6380.   Draw = W3DScriptedModelDraw ModuleTag_01
  6381.     DefaultModelConditionState
  6382.       Model               = GBMinGate4R_D2D
  6383.       ParticleSysBone     = None BuildingChunkBitsTrail
  6384.     End
  6385.     
  6386.     IdleAnimationState
  6387.       Animation = collapse_anim
  6388.         AnimationName = GBMinGate4R_D2D.GBMinGate4R_D2D
  6389.         AnimationMode = MANUAL
  6390.       End
  6391.     End
  6392.     AnimationState = RUBBLE
  6393.       Animation = collapse_anim
  6394.         AnimationName = GBMinGate4R_D2D.GBMinGate4R_D2D
  6395.         AnimationMode = ONCE
  6396.       End
  6397.     End
  6398.     
  6399.   End
  6400.  
  6401.   GeometryMajorRadius   = 4.8
  6402.   GeometryMinorRadius   = 7.2
  6403.   GeometryHeight        = 62.4
  6404. End
  6405.  
  6406. ;-------------GBMinGate7---------------------------------------------------------------
  6407.  
  6408. ObjectReskin GBMinGate7D2BitA BuildingGenBitTemplateAnimated
  6409.  
  6410.   ; *** ART Parameters ***
  6411.   Draw = W3DScriptedModelDraw ModuleTag_01
  6412.     DefaultModelConditionState
  6413.       Model               = GBMinGate7_D2A
  6414.       ParticleSysBone     = None BuildingChunkBitsTrail
  6415.     End
  6416.     
  6417.     IdleAnimationState
  6418.       Animation = collapse_anim
  6419.         AnimationName = GBMinGate7_D2A.GBMinGate7_D2A
  6420.         AnimationMode = MANUAL
  6421.       End
  6422.     End
  6423.     AnimationState = RUBBLE
  6424.       Animation = collapse_anim
  6425.         AnimationName = GBMinGate7_D2A.GBMinGate7_D2A
  6426.         AnimationMode = ONCE
  6427.       End
  6428.     End
  6429.     
  6430.     
  6431.   End
  6432.  
  6433.   GeometryMajorRadius   = 5.6
  6434.   GeometryMinorRadius   = 10.4
  6435.   GeometryHeight        = 57.6
  6436. End
  6437.  
  6438. ;----------------------------------------------------------------------------
  6439.  
  6440. ObjectReskin GBMinGate7D2BitB BuildingGenBitTemplateAnimated
  6441.  
  6442.   ; *** ART Parameters ***
  6443.   Draw = W3DScriptedModelDraw ModuleTag_01
  6444.     DefaultModelConditionState
  6445.       Model               = GBMinGate7_D2B
  6446.       ParticleSysBone     = None BuildingChunkBitsTrail
  6447.     End
  6448.     
  6449.     IdleAnimationState
  6450.       Animation = collapse_anim
  6451.         AnimationName = GBMinGate7_D2B.GBMinGate7_D2B
  6452.         AnimationMode = MANUAL
  6453.       End
  6454.     End
  6455.     AnimationState = RUBBLE
  6456.       Animation = collapse_anim
  6457.         AnimationName = GBMinGate7_D2B.GBMinGate7_D2B
  6458.         AnimationMode = ONCE
  6459.       End
  6460.     End
  6461.     
  6462.     
  6463.   End
  6464.  
  6465.   GeometryMajorRadius   = 8.8
  6466.   GeometryMinorRadius   = 9.6
  6467.   GeometryHeight        = 67.2
  6468. End
  6469.  
  6470. ;----------------------------------------------------------------------------
  6471.  
  6472. ObjectReskin GBMinGate7D2BitC BuildingGenBitTemplateAnimated
  6473.  
  6474.   ; *** ART Parameters ***
  6475.   Draw = W3DScriptedModelDraw ModuleTag_01
  6476.     DefaultModelConditionState
  6477.       Model               = GBMinGate7_D2C
  6478.       ParticleSysBone     = None BuildingChunkBitsTrail
  6479.     End
  6480.     
  6481.    IdleAnimationState
  6482.       Animation = collapse_anim
  6483.         AnimationName = GBMinGate7_D2C.GBMinGate7_D2C
  6484.         AnimationMode = MANUAL
  6485.       End
  6486.     End
  6487.     AnimationState = RUBBLE
  6488.       Animation = collapse_anim
  6489.         AnimationName = GBMinGate7_D2C.GBMinGate7_D2C
  6490.         AnimationMode = ONCE
  6491.       End
  6492.     End
  6493.     
  6494.     
  6495.   End
  6496.  
  6497.   GeometryMajorRadius   = 5.6
  6498.   GeometryMinorRadius   = 6.4
  6499.   GeometryHeight        = 67.2
  6500. End
  6501.  
  6502. ;----------------------------------------------------------------------------
  6503.  
  6504. ObjectReskin GBMinGate7D2BitD BuildingGenBitTemplateAnimated
  6505.  
  6506.   ; *** ART Parameters ***
  6507.   Draw = W3DScriptedModelDraw ModuleTag_01
  6508.     DefaultModelConditionState
  6509.       Model               = GBMinGate7_D2D
  6510.       ParticleSysBone     = None BuildingChunkBitsTrail
  6511.     End
  6512.     
  6513.     IdleAnimationState
  6514.       Animation = collapse_anim
  6515.         AnimationName = GBMinGate7_D2D.GBMinGate7_D2D
  6516.         AnimationMode = MANUAL
  6517.       End
  6518.     End
  6519.     AnimationState = RUBBLE
  6520.       Animation = collapse_anim
  6521.         AnimationName = GBMinGate7_D2D.GBMinGate7_D2D
  6522.         AnimationMode = ONCE
  6523.       End
  6524.     End
  6525.     
  6526.   End
  6527.  
  6528.   GeometryMajorRadius   = 4.8
  6529.   GeometryMinorRadius   = 7.2
  6530.   GeometryHeight        = 62.4
  6531. End
  6532.  
  6533.  
  6534. ;-------------GBMinGate8---------------------------------------------------------------
  6535.  
  6536. ObjectReskin GBMinGate8D2BitA BuildingGenBitTemplateAnimated
  6537.  
  6538.   ; *** ART Parameters ***
  6539.   Draw = W3DScriptedModelDraw ModuleTag_01
  6540.     DefaultModelConditionState
  6541.       Model               = GBMinGate8_D2A
  6542.       ParticleSysBone     = None BuildingChunkBitsTrail
  6543.     End
  6544.     
  6545.     IdleAnimationState
  6546.       Animation = collapse_anim
  6547.         AnimationName = GBMinGate8_D2A.GBMinGate8_D2A
  6548.         AnimationMode = MANUAL
  6549.       End
  6550.     End
  6551.     AnimationState = RUBBLE
  6552.       Animation = collapse_anim
  6553.         AnimationName = GBMinGate8_D2A.GBMinGate8_D2A
  6554.         AnimationMode = ONCE
  6555.       End
  6556.     End
  6557.     
  6558.   End
  6559.  
  6560.   GeometryMajorRadius   = 5.6
  6561.   GeometryMinorRadius   = 10.4
  6562.   GeometryHeight        = 57.6
  6563. End
  6564.  
  6565. ;----------------------------------------------------------------------------
  6566.  
  6567. ObjectReskin GBMinGate8D2BitB BuildingGenBitTemplateAnimated
  6568.  
  6569.   ; *** ART Parameters ***
  6570.   Draw = W3DScriptedModelDraw ModuleTag_01
  6571.     DefaultModelConditionState
  6572.       Model               = GBMinGate8_D2B
  6573.       ParticleSysBone     = None BuildingChunkBitsTrail
  6574.     End
  6575.     
  6576.     IdleAnimationState
  6577.       Animation = collapse_anim
  6578.         AnimationName = GBMinGate8_D2B.GBMinGate8_D2B
  6579.         AnimationMode = MANUAL
  6580.       End
  6581.     End
  6582.     AnimationState = RUBBLE
  6583.       Animation = collapse_anim
  6584.         AnimationName = GBMinGate8_D2B.GBMinGate8_D2B
  6585.         AnimationMode = ONCE
  6586.       End
  6587.     End
  6588.     
  6589.     
  6590.   End
  6591.  
  6592.   GeometryMajorRadius   = 8.8
  6593.   GeometryMinorRadius   = 9.6
  6594.   GeometryHeight        = 67.2
  6595. End
  6596.  
  6597. ;----------------------------------------------------------------------------
  6598.  
  6599. ObjectReskin GBMinGate8D2BitC BuildingGenBitTemplateAnimated
  6600.   ; *** ART Parameters ***
  6601.   Draw = W3DScriptedModelDraw ModuleTag_01
  6602.     DefaultModelConditionState
  6603.       Model               = GBMinGate8_D2C
  6604.       ParticleSysBone     = None BuildingChunkBitsTrail
  6605.     End
  6606.     
  6607.     IdleAnimationState
  6608.       Animation = collapse_anim
  6609.         AnimationName = GBMinGate8_D2C.GBMinGate8_D2C
  6610.         AnimationMode = MANUAL
  6611.       End
  6612.     End
  6613.     AnimationState = RUBBLE
  6614.       Animation = collapse_anim
  6615.         AnimationName = GBMinGate8_D2C.GBMinGate8_D2C
  6616.         AnimationMode = ONCE
  6617.       End
  6618.     End
  6619.     
  6620.   End
  6621.  
  6622.   GeometryMajorRadius   = 5.6
  6623.   GeometryMinorRadius   = 6.4
  6624.   GeometryHeight        = 67.2
  6625. End
  6626.  
  6627. ;----------------------------------------------------------------------------
  6628.  
  6629. ObjectReskin GBMinGate8D2BitD BuildingGenBitTemplateAnimated
  6630.  
  6631.   ; *** ART Parameters ***
  6632.   Draw = W3DScriptedModelDraw ModuleTag_01
  6633.     DefaultModelConditionState
  6634.       Model               = GBMinGate8_D2D
  6635.       ParticleSysBone     = None BuildingChunkBitsTrail
  6636.     End
  6637.     
  6638.     IdleAnimationState
  6639.       Animation = collapse_anim
  6640.         AnimationName = GBMinGate8_D2D.GBMinGate8_D2D
  6641.         AnimationMode = MANUAL
  6642.       End
  6643.     End
  6644.     AnimationState = RUBBLE
  6645.       Animation = collapse_anim
  6646.         AnimationName = GBMinGate8_D2D.GBMinGate8_D2D
  6647.         AnimationMode = ONCE
  6648.       End
  6649.     End
  6650.     
  6651.   End
  6652.  
  6653.   GeometryMajorRadius   = 4.8
  6654.   GeometryMinorRadius   = 7.2
  6655.   GeometryHeight        = 62.4
  6656. End
  6657.  
  6658.  
  6659. ;-------------------------------------------------------------
  6660.  
  6661. Object MinasWallA_BOOKEND  
  6662.  
  6663.     ; *** ART Parameters ***
  6664.     Draw = W3DScriptedModelDraw ModuleTag_01
  6665.         DefaultModelConditionState
  6666.             Model               = GBMinwallA_B
  6667.         End
  6668.         ModelConditionState = POST_COLLAPSE
  6669.             Model               = GBGenRubble2_A
  6670.         End
  6671.     End
  6672.  
  6673.  
  6674.     ; *** ENGINEERING Parameters ***
  6675.  
  6676.     Body                  = ActiveBody ModuleTag_03
  6677.         MaxHealth       = 1.0
  6678.     End
  6679.  
  6680.     KindOf = STRUCTURE IMMOBILE INERT
  6681.  
  6682.     Behavior                = StructureToppleUpdate ModuleTag_04
  6683.         MinToppleDelay        = 0         ;The delay between the time we die to the beginning of the collapse.
  6684.         MaxToppleDelay        = 0
  6685.         MinToppleBurstDelay   = 1500
  6686.         MaxToppleBurstDelay   = 2500
  6687.         ToppleAccelerationFactor = 0.55  ;Increase this value to speed up the collapse.
  6688.         StructuralIntegrity   = 0.75
  6689.         StructuralDecay       = 1.0
  6690.         DamageFXTypes         = ALL  
  6691.         ;ToppleStartFX         = FX_DefaultStructureToppleStart
  6692.         ;ToppleDelayFX         = FX_DefaultStructureToppleDelay
  6693.         ;CrushingFX            = FX_DefaultStructureCrushing
  6694.         AngleFX               = 20.0 FX_StructureToppleAngle20
  6695.         ToppleDoneFX          = FX_DefaultStructureToppleDone
  6696.         CrushingWeaponName    = ToppledStructureWeapon
  6697.         ForceToppleAngle      = 90 
  6698.     End
  6699.  
  6700.     Behavior = SlowDeathBehavior ModuleTag_SlowDeath
  6701.         DeathTypes = ALL 
  6702.         DestructionDelay = 30000
  6703.         DecayBeginTime = 5000
  6704.         SinkDelay = 18000
  6705.         SinkRate = 0.64     ; in Dist/Sec
  6706.     End
  6707.  
  6708.     Behavior = LifetimeUpdate ModuleTag_Lifetime
  6709.         MinLifetime = 0        ; min lifetime in msec
  6710.         MaxLifetime = 300        ; max lifetime in msec
  6711.     End
  6712.     
  6713.  
  6714.     GeometryMajorRadius   = 4.8
  6715.     GeometryMinorRadius   = 7.2
  6716.     GeometryHeight        = 62.4
  6717. End
  6718.  
  6719.  
  6720. ;--------------------------MordorSlaughterHouse----------------------------
  6721. ObjectReskin BuildingMBSltrHsBitA BuildingGenBitTemplate
  6722.  
  6723.   ; *** ART Parameters ***
  6724.   Draw = W3DScriptedModelDraw ModuleTag_01
  6725.     DefaultModelConditionState
  6726.       Model               = MBSltrHs_D2.D2A
  6727.       ParticleSysBone     = None BuildingChunkBitsTrail
  6728.     End
  6729.   End
  6730.  
  6731.   GeometryMajorRadius   = 16.8
  6732.   GeometryMinorRadius   = 15.2
  6733.   GeometryHeight        = 12.0
  6734. End
  6735.  
  6736. ;----------------------------------------------------------------------------
  6737. ObjectReskin BuildingMBSltrHsBitB BuildingGenBitTemplate
  6738.  
  6739.   ; *** ART Parameters ***
  6740.   Draw = W3DScriptedModelDraw ModuleTag_01
  6741.     DefaultModelConditionState
  6742.       Model               = MBSltrHs_D2.D2B
  6743.       ParticleSysBone     = None BuildingChunkBitsTrail
  6744.     End
  6745.   End
  6746.  
  6747.   GeometryMajorRadius   = 16.8
  6748.   GeometryMinorRadius   = 15.2
  6749.   GeometryHeight        = 12.0
  6750. End
  6751.  
  6752. ;----------------------------------------------------------------------------
  6753. ObjectReskin BuildingMBSltrHsBitC BuildingGenBitTemplate
  6754.  
  6755.   ; *** ART Parameters ***
  6756.   Draw = W3DScriptedModelDraw ModuleTag_01
  6757.     DefaultModelConditionState
  6758.       Model               = MBSltrHs_D2.D2C
  6759.       ParticleSysBone     = None BuildingChunkBitsTrail
  6760.     End
  6761.   End
  6762.  
  6763.   GeometryMajorRadius   = 16.8
  6764.   GeometryMinorRadius   = 15.2
  6765.   GeometryHeight        = 12.0
  6766. End
  6767.  
  6768. ;----------------------------------------------------------------------------
  6769. ObjectReskin BuildingMBSltrHsBitD BuildingGenBitTemplate
  6770.  
  6771.   ; *** ART Parameters ***
  6772.   Draw = W3DScriptedModelDraw ModuleTag_01
  6773.     DefaultModelConditionState
  6774.       Model               = MBSltrHs_D2.D2D
  6775.       ParticleSysBone     = None BuildingChunkBitsTrail
  6776.     End
  6777.   End
  6778.  
  6779.   GeometryMajorRadius   = 16.8
  6780.   GeometryMinorRadius   = 15.2
  6781.   GeometryHeight        = 12.0
  6782. End
  6783.  
  6784. ;----------------------------------------------------------------------------
  6785. ObjectReskin RUEntRockD1A BuildingGenBitTemplate
  6786.  
  6787.     ; *** ART Parameters ***
  6788.     Draw = W3DScriptedModelDraw ModuleTag_01
  6789.         DefaultModelConditionState
  6790.         Model               = RUEntRock_D1A
  6791.         ParticleSysBone     = None BuildingChunkBitsTrail
  6792.         End
  6793.     End
  6794.  
  6795.     GeometryMajorRadius   = 4
  6796.     GeometryMinorRadius   = 7
  6797.     GeometryHeight        = 3
  6798. End
  6799.  
  6800. ;----------------------------------------------------------------------------
  6801. ObjectReskin RUEntRockD1B BuildingGenBitTemplate
  6802.  
  6803.     ; *** ART Parameters ***
  6804.     Draw = W3DScriptedModelDraw ModuleTag_01
  6805.         DefaultModelConditionState
  6806.         Model               = RUEntRock_D1B
  6807.         ParticleSysBone     = None BuildingChunkBitsTrail
  6808.         End
  6809.     End
  6810.  
  6811.     GeometryMajorRadius   = 5
  6812.     GeometryMinorRadius   = 6
  6813.     GeometryHeight        = 7
  6814. End
  6815.  
  6816. ;----------------------------------------------------------------------------
  6817. ObjectReskin RUEntRockD1C BuildingGenBitTemplate
  6818.  
  6819.     ; *** ART Parameters ***
  6820.     Draw = W3DScriptedModelDraw ModuleTag_01
  6821.         DefaultModelConditionState
  6822.         Model               = RUEntRock_D1C
  6823.         ParticleSysBone     = None BuildingChunkBitsTrail
  6824.         End
  6825.     End
  6826.  
  6827.     GeometryMajorRadius   = 3
  6828.     GeometryMinorRadius   = 6
  6829.     GeometryHeight        = 3
  6830. End
  6831.  
  6832. ;----------------------------------------------------------------------------
  6833. ObjectReskin RUEntRockD1D BuildingGenBitTemplate
  6834.  
  6835.     ; *** ART Parameters ***
  6836.     Draw = W3DScriptedModelDraw ModuleTag_01
  6837.         DefaultModelConditionState
  6838.         Model               = RUEntRock_D1D
  6839.         ParticleSysBone     = None BuildingChunkBitsTrail
  6840.         End
  6841.     End
  6842.  
  6843.     GeometryMajorRadius   = 7
  6844.     GeometryMinorRadius   = 8
  6845.     GeometryHeight        = 3
  6846. End
  6847.  
  6848.  
  6849.  
  6850.  
  6851.  
  6852.  
  6853.  
  6854.  
  6855.  
  6856.  
  6857.  
  6858.  
  6859.  
  6860.  
  6861.  
  6862.  
  6863.  
  6864.  
  6865.  
  6866.  
  6867.