Changes between Initial Version and Version 1 of Ticket #1166


Ignore:
Timestamp:
Feb 17, 2012, 3:18:41 AM (12 years ago)
Author:
michael
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1166 – Description

    initial v1  
    11It would be nice to have a <RubbleActor> tag added for the <VisualActor> element in building entity templates, like so:
    22
     3
     4{{{
    35  <VisualActor>
    46    <FoundationActor>structures/fndn_2x2.xml</FoundationActor>
     
    68    <RubbleActor>structures/rubble_2x2.xml</RubbleActor>
    79  </VisualActor>
     10}}}
     11
    812
    913The specified Rubble actor would appear on the ground when a building dies and collapses. It would then "decay" sink or fade at some specified rate. Perhaps with another new element, like:
    1014
     15
     16{{{
    1117  <RubbleDecay>
    1218    <DelayTime>30.0</DelayTime>
     
    1420    <SinkAccel>0.5</SinkAccel>
    1521  </RubbleDecay>
     22}}}
     23
    1624
    1725