.

Accname

2D-Graphics enthusiast
Reaction score
1,462
Nope, but:

You can play around with the action
Code:
Unit - Suspend unit corpse decay
to make the decay longer for certain units but i can imagine this would be a real pain.
You can only use this action after the death animation of the unit has finished (and there is no way to find out with triggers when this has happened) and you would have to somehow reactivate the corpse decay after a certain period of time.

A sample trigger to increase corpse decay time for units of type SOME_TYPE might look like this:
Code:
Events
 A unit dies
Conditions
 Unit type of (Triggering unit) == SOME_TYPE
Actions
 wait 5.00 seconds of game time
 unit - suspend corpse decay for (Triggering unit)
 wait 20.00 seconds of game time
 unit - activate corpse decay for (Triggering unit)
Problem is, you have to make sure the death animation for units of SOME_TYPE is over after 5 seconds.
 

Owner123

New Member
Reaction score
1
Not for specific units, however the decay speed of all units can be edited through gameplay constants.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top