Vinifera-Developers / Vinifera

Vinifera is a C&C: Tiberian Sun engine extension implementing new logics and fixing bugs.
GNU General Public License v3.0
44 stars 10 forks source link

[New Feature] Releasing Tiberium on death #580

Open askhati opened 3 years ago

askhati commented 3 years ago

Description:

Currently, when an unit has the tag "TiberiumHeal=yes", two things happen:

Possible Implementation:

Create the following two new tags:

Rampastring commented 3 years ago

I think the almost-duplicate keys could end up being confusing. As an alternative, we could only add the TiberiumOnDeath key. The functionality that a unit would have with only TiberiumHealer=yes could be achieved with TiberiumHeal=yes and TiberiumOnDeath=no.

ErastusMercy commented 3 years ago

I agree with Rampa, I think the TiberiumOnDeath could simply act as an override for that element of the TiberiumHeal behaviour.

CCHyper commented 3 years ago

Just checked this out, looks pretty straightforward.

Is there anything else related to this before I go ahead and work on this?

askhati commented 3 years ago

As discussed on Discord, an update of the initial request would look like this: