Reputations - AtlasAttack/AtlasCoreDocumentation GitHub Wiki

Reputations should be modified with the following command:

activeCharacter.ModifyReputation(reputationName, amount)

Where reputationName is a string containing the reputation and the amount is an integer indicating the amount you'd like to modify the reputation by. This will work for adding or removing reputation.

Example: activeCharacter.ModifyReputation("Los Santos Citizenry", 5); //Add 5 reputation to the citizenry faction.

Current Reputation Names [CASE SENSITIVE!]:

  • Los Santos Citizenry
  • Hunting Lodge
  • Eastside Ballas Gang
  • Grove Street Family
  • Elysian Island Workers
  • Hill Valley Church
  • Torres Cartel
  • The Collective
  • Los Santos Underground
  • Law Enforcement
  • The Syndicate
  • The Diamond Casino
  • The Epsilon Society
  • The Incarcerated
  • August Society

Reputation Statuses:

0 : Unknown

1-19 : Neutral

20-94 : Known

95-189 : Liked

190-399 : Friendly

400-699 : Respected

700+ : Allied


Negative Reputation Statuses

Below -10 : Disliked

Below -50 : Hated

Below -120 : Hostile