how much it's worth a Capship?

TanGO

Spaceman
I'm coding Missions to STANDOFF simulator.
Maybe I could patch the mission score to do a little bit better the recognition of Capships deaths, or maybe too a ship recognition to assign different values at its deaths.

But... how much it's worth a Capship?

Tables representantions are welcome!

TanGO
 
How many components will we have to take out in order to be credited with the capship kill? Or will it be triggered by taking out the last component?
 
We have not a function to recognition who kill a component, we only have the function "KilledBy" object (capship). Then I'll use the last component really triggered on death capship function. Now, I'll use that not like as the first value importance.
I thought in many variables, that one can be if the Player kill it or not the last component, this mean more points if the player kill it or less points if not. But it can be implemented to normal ships kills too. A dralthi could have a worth major than a Sartha for example. :)
Returning to capship worth maybe that depend of how many ships it carry on.

Resuming:
1. The capship have a absolute value according to how many ships it carry on. (obviouslly this is compatible with your size).
2. Time to kill it raise or reduce this value.
3. If the last component is not kiiled by the player this value is reduced.

Some other idea?

TanGO
 
Back
Top