Open main menu

UESPWiki β

Daggerfall Mod:BIOG??T0.TXT Files/Reputation Codes

< Mod / Daggerfall: Daggerfall Mod: BIOG??T0.TXT Files

Reputation CodesEdit

As your character progresses through the game he will develop a reputation, because your character does not and will not exist in a vacuum. Perhaps your character was contracted by the Dark Brotherhood to assassinate a common peasant, but this fellow happens to be in good standing with the Knights of The Rose, who in turn are immediately subordinate to Lord Darkworth and allied with King Eadwyre, and naturally in opposition to Gortwog. If your character were to follow through with this contract, he would be infamous to those named above excepting Gortwog, who would certainly approve. This is clearly not an open system, but instead a closed zero-sum balance; your character's enemies have friends and enemies, and your character's friends have enemies and friends.

Demographic and Faction reputationEdit

There are two flavors of "Reputation" in Daggerfall. See also Reputation.

Demographic ReputationEdit

rn ±m

Initial reputation can be increased or decreased in any of the five base Tamriel demographics. Almost everyone with whom the character interacts will belong to at least one of the base demographics. The base form of this code is: rn ±m, where n is a demographic's index (see table below) and m is the signed magnitude of the adjustment.

[Example: r2 +11 would add 11 points to the character's initial reputation with Scholars, whereas r0 -55 would reduce the character's initial reputation with Commoners by 55 points! ]

Demographic by n
n Tamriel Demographic
0 Commoners
1 Merchants
2 Scholars
3 Nobility
4 Underworld
5 Generic Temple and Lord Coulder
6 Supernatural
7 Knight Order, Temple, or Vampire Clan

It should be noted that no character can start as a member of a Knight Order, Temple, or Vampire Clan.

Faction ReputationEdit

rfn ±m

Initial reputation with any of the Tamriellian factions may also be adjusted. The base form of the code is rfn ±m, where n is a faction's index (see factions.txt, below) and m is the signed magnitude of the additive adjustment. Positive values improve and negative values penalize. To improve a character's reputation with The Quill Circus by five, the line rf362 +5 would do so. The available factions are each identified in the factions.txt file.

Each faction is identified by a block consisting of several lines, with each faction separated from other factions by a blank line. The first line of each faction block begins with "#" (the pound symbol) followed by a number. This number is the faction index usable from within the bio files.

[Example from factions.txt:

        #411
        type: 2
        name: The Host of the Horn
        rep: 0
        summon: -1
        region: 23
        power: 25
        flags: 0
        face: -1
        race: 2
        flat: 183 2
        flat: 183 9
        sgroup: 7
        ggroup: 9
        minf: 20
        maxf: 80

        #801
        type: 3
        name: The Odylic Mages
        rep: 0
        summon: -1
        region: -1
        power: 15
        flags: 1
        face: -1
        race: -1
        flat: 182 25
        flat: 182 28
        sgroup: 2
        ggroup: 10
        minf: 30
        maxf: 60

Faction index 411 refers to the faction "The Host of the Horn", and faction index 801 refers to "The Odylic Mages". ]

See Reputation

Integrated Reputations ExampleEdit

7.      How did you earn money in 
        your apprenticeship? 
a.      Smuggling reagents.
        r2 +10
        r4 +10
        rf40 +10
b.      Odd jobs here and there.
        r0 +25
c.      I stole mostly.
        r3 -10
        r4 +5
        rf42 +10
d.      Delivered for the grocer.
        rf510 +10
        r1 +15
        r0 +15

Here we see an integrated example reputation alteration. In option 'a' we see the character's standing is improved with the Mage's Guild (faction index 40, rf40 +10), the underworld types (demographic index 4, r4 +10), and the scholarly (demographic index 2, r2 +10). Notice in option 'c' that because the character spent his youth in constant trouble with the constable, his reputation has accordingly suffered with the magistrate. Nobles don't like him (demographic index 3, r3 -10) and they don't like the people with whom he associates either (faction index 42, rf42 +10). Options 'd' may prove the most useful in the long-run. Since the character automatically starts on fairly good terms with all merchants he should receive exceptional bargains.

Initial ReactionEdit

RR ±m

The base form is RR ±m, where m is the signed magnitude additively adjusting your character's Reaction Roll each time he initiates conversation.

Each time your character initiates conversation with someone, their reaction is adjusted slightly. While your character's reputation with that individual grossly determines their reaction, there is a slight random factor. If your character is on the cusp between like or hate, this random factor will tip it one way or the other. This "Reaction Roll" is modified by your character's Personality attribute and this special code.

[Example: RR +10 would improve everyone's initial reaction to your character by 10 each time your character invoked conversation. ]