Releases: CWolfs/ExtendedConversations
Releases · CWolfs/ExtendedConversations
v0.2.0
This release adds conditions, actions and one value getter.
Major Features
- Added conditions
Evaluate Tag for Current System
. This will check if the current system will have the specified tag.Evaluate BattleTech Int
. This allows you to check against a commander, company or current system integer statistic.Evaluate Funds
. This allows you to check a fund amount against the company funds.
- Added actions
Time Skip
. This allows you to jump forward in time by the set amount. This processes the usual mechanics like healing, repairs and monthly fees.Set Current System
. This allows you to set the current star system by star system id (e.g. starsystemdef_Smithon), with the option of using the calculated travel time or not.
- Added value getter
Get BattleTech String
. This can be used in the above conditions and actions. It allows you to grab a commander, company or current system string statistic for use in the other operations. An example would be storing a system id in a company stat, then using this to pull out the system id in theSet Current System
action.