Set Clan Variable

From Intrigues Wiki

🛡️ Set [Clan] Variable Node

The Set [Clan] Variable node allows you to modify a variable defined at the clan level.

This is useful for tracking shared properties of a clan, such as power, gold reserves, prestige, or any custom variables you've defined.


🧠 What it does

This node applies changes to a variable that belongs to a clan.

You can:

  • Set (overwrite)
  • Add to existing
  • Subtract from existing

Example

Prestige += 10 for Target's Clan

🧩 Variable Setup

Create variables in the Variables tab, and choose Clan as the scope.

You can define types such as Integer, Float, Bool, etc.

These variables affect entire clans, not individual members.


⚙️ Parameters

  • Scope: Conspirator / Target / [Clan]
  • Variable: Select from defined list (e.g., Power, Honor)
  • Operation: Set / Add / Subtract
  • Value: Numerical or boolean change

🔗 Related Nodes

  • Get [Clan] Variable
  • Set [Family] Variable
  • Set [Actor] Variable

Use this node when you want to change shared values for a clan, influencing all members of that clan indirectly.