Skip to content

Module scores

Qkrisi edited this page Jan 18, 2021 · 4 revisions

Module scores

protected double TweaksScore {get;}

Base score on Tweaks, -1 if not present


protected double TweaksPPM {get;}

Points Per Module on Tweaks, -1 if not present


protected float TwitchPlaysScore {get;}

Base score on Twitch Plays, -1 if not present


protected float TwitchPlaysPPM {get;}

Points Per Module on Twitch Plays, -1 if not present


protected Dictionary<string, float> TwitchPlaysScores {get;}

All the present scores on Twitch Plays, key is the name of the category

Category Description
BaseScore Base score of the module
ClaimTime This score is added to the player's (who claimed the module) score reward on each frame multiplied by Time.deltaTime
Deactivations This score is added to the player's (who claimed the module) score reward each time the needy was deactivated
PerAction Points awarded by the (regular) module on each deactivation (for ex. Souvenir, The Swan)
PerModule Points awarded for each module (PPM)

Note: On older versions of Twitch Plays, only TwitchPlaysScores["BaseScore"] and TwitchPlaysScore will be available!

Clone this wiki locally