There are some data online for how many trades you would need to do to increase faction reputation.
However, do any one know of some data on how much rep you get from the various types of generic missions?
How much rep from doing generic missions
Moderator: Moderators for English X Forum
-
- Posts: 180
- Joined: Wed, 8. Jan 20, 07:34
How much rep from doing generic missions
AMD 3700X|GSKILL 2x32GB 3600C17|MSI X570 UNIFY|MSI RX 6800|SAMSUNG NVME 990 PRO|RAZER TARTARUS PRO|AOC AGON AG273QX 2560x1440@165|STREAM DECK XL+PEDAL|CORSAIR K95 PLATINUM RGB
-
- Posts: 1626
- Joined: Tue, 11. May 04, 15:34
Re: How much rep from doing generic missions
Well, logically, the more difficult, yet rewarding in cash I would presume nets a greater rep. But I have never seen a rep gain that just shot me into being loved by a Faction. personally, I don't worry about it. I just do and as my Rep goes up ( usually in 1s) I'm happy.
Just do missions you like and try not to worry about getting there as fast as possible. It'll come.
Just do missions you like and try not to worry about getting there as fast as possible. It'll come.
1. Please do more on NPC civilian/uniform variety, and bio customisations, Devs.
2. Stations need sirens/warnings when enemy is close in numbers or Station in danger of destruction (in Sandbox).
Yes, for immersion. Thankyou ahead of time. (Edit: This is actually happening!!!)
"No problem can withstand the assault of sustained thinking."
"Before acting 'out of the box', consider why the box was there in the first place."
2. Stations need sirens/warnings when enemy is close in numbers or Station in danger of destruction (in Sandbox).
Yes, for immersion. Thankyou ahead of time. (Edit: This is actually happening!!!)
"No problem can withstand the assault of sustained thinking."
"Before acting 'out of the box', consider why the box was there in the first place."
-
- XWiki Moderator
- Posts: 172
- Joined: Tue, 8. Sep 20, 05:31
Re: How much rep from doing generic missions
Faction relations are on a logarithmic scale.thomasbkdk wrote: ↑Thu, 2. Jan 25, 11:10 However, do any one know of some data on how much rep you get from the various types of generic missions?
No reputation = 0.00 rep
10 reputation = 0.01 rep
20 reputation = 0.10 rep
30 reputation = 1.00 rep
Keeping that in mind, the possible relation reward amounts with a min-max range (depending on mission type and parameters) are:
trivial, veryeasy
0.001 - 0.0019 reputation
easy
0.0012 - 0.00228 reputation
medium
0.004 - 0.0076 reputation
hard
0.01 - 0.019 reputation
veryhard, impossible
0.02 - 0.038 reputation
(Assuming my math is correct)
The data (made readable by me) for reference:
Difficulty Scalar
- trivial =1.0f
- veryeasy = 1.0f
- easy = 1.2f
- medium = 4.0f
- hard = 10.0f
- veryhard = 20.0f
- impossible = 20.0f
Code: Select all
MissionScale = 1.0f + ((SpecificMissionMultiplier - 1) * 0.1)
Code: Select all
RelationReward = Difficulty * MissionScale * 0.001
Last edited by Mookau on Sun, 12. Jan 25, 09:18, edited 2 times in total.
-
- Posts: 180
- Joined: Wed, 8. Jan 20, 07:34
Re: How much rep from doing generic missions
Thank you.
AMD 3700X|GSKILL 2x32GB 3600C17|MSI X570 UNIFY|MSI RX 6800|SAMSUNG NVME 990 PRO|RAZER TARTARUS PRO|AOC AGON AG273QX 2560x1440@165|STREAM DECK XL+PEDAL|CORSAIR K95 PLATINUM RGB