-
Notifications
You must be signed in to change notification settings - Fork 0
Module scores
Qkrisi edited this page Feb 21, 2021
·
4 revisions
protected double TweaksScore {get;}Declaring method: Start
Base score on Tweaks, -1 if not present
protected double TweaksPPM {get;}Declaring method: Start
Points Per Module on Tweaks, -1 if not present
protected float TwitchPlaysScore {get;}Declaring method: Module.OnActivate
Base score on Twitch Plays, -1 if not present
protected float TwitchPlaysPPM {get;}Declaring method: Module.OnActivate
Points Per Module on Twitch Plays, -1 if not present
protected Dictionary<string, float> TwitchPlaysScores {get;}Declaring method: Module.OnActivate
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) |
Only those categories are in the dictionary, that the module has scores in.
Note: On older versions of Twitch Plays, only TwitchPlaysScores["BaseScore"] and TwitchPlaysScore will be available!