Skip to content

Reputation Requirement

Jeremie Rossignol edited this page Jul 14, 2015 · 2 revisions

Requirement that checks whether the player has enough (or not too much) reputation.

REQUIREMENT
{
    name = Reputation
    type = Reputation

    // Minimum amount of reputation the player must have before this
    // contract can show up.
    //
    // Type:      float
    // Required:  No (defaulted)
    // Default:   -1000.0
    //
    minReputation = 0

    // Maximum amount of reputation the player can have before this
    // contract no longer shows up.
    //
    // Type:      float
    // Required:  No (defaulted)
    // Default:   1000.0
    //
    maxReputation = 500.0
}
Clone this wiki locally