Changes between Version 2 and Version 3 of Ticket #1581


Ignore:
Timestamp:
Aug 5, 2012, 11:52:23 PM (12 years ago)
Author:
michael
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1581 – Description

    v2 v3  
     1Currently, the player clicks the building icon in the unit UI, then places a foundation. Then the unit walks to the foundation, smacks on it for a bit, some dust rises, then the building pops into existence.
     2
     3The desired enhancement should go like this (the enhancements for this ticket are '''bolded'''):
     4
     51. Player/unit places foundation.
     62. Walks up to it, starts building.
     73. '''Scaffold actor appears (or rises very quickly into place)''', and dust starts appearing.
     84. '''Building rises up slowly through this as a percentage complete.'''
     95. At 100% complete, the foundation actor disappears, and '''the scaffold actor either just disappears or drops down quickly (as if dying)'''.
     10
     11
    112I could see something like this in the building templates:
    213
     
    819  </VisualActor>
    920}}}
    10 
    11 Player/unit places foundation. Walks up to it, starts building. Scaffold appears (or rises very quickly), and dust starts appearing. Building rises up through this as a percentage complete. At 100% the scaffold either just disappears or drops down quickly (as if dying).