objective

Vars | |
completed | If the objective has been completed. |
---|---|
explanation_text | What the owner is supposed to do to complete the objective. |
martyr_compatible | If the objective is compatible with martyr objective, i.e. if you can still do it while dead. |
needs_target | If the objective should have find_target() called for it. |
owner | Mind who owns the objective. |
target | The target of the objective. |
target_amount | If they are focused on a particular number. Steal objectives have their own counter. |
Procs | |
on_target_cryo | Called when the objective's target goes to cryo. |
post_target_cryo | Called a tick after when the objective's target goes to cryo. |
Var Details
completed

If the objective has been completed.
explanation_text

What the owner is supposed to do to complete the objective.
martyr_compatible

If the objective is compatible with martyr objective, i.e. if you can still do it while dead.
needs_target

If the objective should have find_target()
called for it.
owner

Mind who owns the objective.
target

The target of the objective.
target_amount

If they are focused on a particular number. Steal objectives have their own counter.
Proc Details
on_target_cryo
Called when the objective's target goes to cryo.
post_target_cryo
Called a tick after when the objective's target goes to cryo.