Skip to content

Clans

API 1.2.7

Clan.PlayerClan

Tier

int Tier [get]

Gold

Clan leader's gold

int Gold [get]
public int Gold
{
    get
    {
        Hero leader = this.Leader;
        if (leader == null)
        {
            return 0;
        }
        return leader.Gold;
    }
}

XML

spclans.xml

Minor Faction's spawn Location

initial_posX="360.0"
initial_posY="212.0"

.IsNomad .IsMafia .IsSect

These properties change dialog lines for a different answer. Also impact hero name and Encyclopedia entries. Nothing else.

Can be set in XML as 'is_nomad'

dnSpy output