CWolfs / MissionControl

A HBS BattleTech mod that provides a framework for runtime modifications of the contracts and encounters.
GNU General Public License v3.0
21 stars 13 forks source link

Contract Builder: Timer Objective #633

Closed CWolfs closed 7 months ago

CWolfs commented 8 months ago

Add support for the Timer Objective.

This requires the follow properties:

This Objective counts down the Duration Type against Duration Count, then repeats all that X times set from the Repeat Amount - then when fully complete it classes itself as per the Duration Complete Action.

CWolfs commented 7 months ago

In develop.

The basic timer can repeat a duration, but it sends no message signal when it does this (vanilla functionality). I plan to make expand on this timer in the future so it sends a Message out when the repeat happens too.

CWolfs commented 7 months ago

24_03_08_08_31_BattleTech

24_03_08_08_45_BattleTech

24_03_07_21_41_Code