Region Reputation Check

For all talk about quest development - creation, testing, and quest system.
Post Reply
User avatar
Kamer
Posts: 583
Joined: Mon Mar 05, 2018 9:26 pm

Region Reputation Check

Post by Kamer »

Is there any way you can check for regional reputation in a quest file like you can with Factions? The only thing I seem to find are faction rep, nothing dealing with Regional rep.

User avatar
Hazelnut
Posts: 3014
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Re: Region Reputation Check

Post by Hazelnut »

There's a 'legal repute' action but not sure how it's used. It's not operational for DFU yet, but it will be at some point.
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

User avatar
Interkarma
Posts: 7234
Joined: Sun Mar 22, 2015 1:51 am

Re: Region Reputation Check

Post by Interkarma »

The "legal repute" action raises/lowers your legal standing with a region by N points. I've got this one scheduled for a bit later on, but it could be implemented now. We have basic legal reputation working now with normalization and loss from committing crimes.

There's no test for this yet (e.g. "when legal repute less than N" or "when legal repute greater than N") but it could be added fairly easily.

Post Reply