Influences
 
Loading...
Searching...
No Matches
BCCGContraptionInfluence

Base abstract class for contraption influences. More...

Inheritance diagram for BCCGContraptionInfluence:
BCCGMagnumOpusInfluence BCCGMechatronicInfluence BCCGModifyMonstersOnTurnBeginInfluence BCCGBrillanceInfluence BCCGDamageMonstersOnTurnBeginInfluence BCCGDamageMonstersWithRadiusInfluence BCCGDamageNearestMonstersInConeInfluence BCCGStunMonstersOnTurnBeginInfluence

Description

This influence manages the activation of a contraption, based on certain conditions such as required resources (e.g., Screws, Cores, Mana, HP).
If the activation conditions are met, the influence can reduce the resources or perform other related actions.

Parameters

  • Required Screws
    The number of screws required to activate the contraption.
  • Required Cores
    The number of cores required to activate the contraption.
  • Required Mana
    The amount of mana required to activate the contraption.
  • Required HP
    The amount of HP required to activate the contraption.
  • Decrease counter on failed activation
    If true, the counter will decrease when activation fails.
  • Remove influence on failed activation
    If true, the influence will be removed if activation fails.
  • Remove resources on successful activation
    If true, the required resources will be removed when the activation is successful.