Skip to content

Instantly share code, notes, and snippets.

@hawksprite
Created December 10, 2019 21:23
Show Gist options
  • Save hawksprite/0ec2336cc776e983da0b1df4caed279c to your computer and use it in GitHub Desktop.
Save hawksprite/0ec2336cc776e983da0b1df4caed279c to your computer and use it in GitHub Desktop.
focalCharacterModulation = float(self.respectForAuthority) * float(c.formalAuthority)
finalModulator = (float(round.config['net-idea-opinion-alignment-divisor']) * focalCharacterModulation)
partB = math.fabs((focalOpinionOfThem * focalWorkContributed) * finalModulator * 0.1) * 0.5
fNextOpinion = round.getNextValue(fCurrentOpinionOfIdea, fCurrentOpinionOfIdea + (partB * opinionDirection))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment