This template generates a table summarizing the Psychic Sensitivity bonus for each quality tier of an item. If the object in question has no quality, quality display can be disabled.
Parameters[edit]
The first parameter is the Psychic Sensitivity boost. If it not defined, it will not display.
The second is Neural Heat Recovery Rate boost. If it not defined, it will not display.
noQuality
allows override and allows direct, non-quality scaled bonuses, like those on Prestige marine armor, to be displayed.
Example usage[edit]
{{Psychic Sensitivity Quality Table|0.40|0.091}}
Produces:
Quality
|
Awful
|
Poor
|
Normal
|
Good
|
Excellent
|
Masterwork
|
Legendary
|
Psychic Sensitivity
| +20%
| +26%
| +33%
| +40%
| +46%
| +53%
| +60%
|
Neural Heat Limit
| +16
| +21
| +27
| +32
| +37
| +42
| +48
|
Base Neural Heat Recovery Rate
| +0.091/s
| +0.091/s
| +0.091/s
| +0.091/s
| +0.091/s
| +0.091/s
| +0.091/s
|
Effective Neural Heat Recovery Rate
| +0.148/s
| +0.148/s
| +0.148/s
| +0.148/s
| +0.148/s
| +0.148/s
| +0.148/s
|
{{Psychic Sensitivity Quality Table||0.091}}
Produces:
Quality
|
Awful
|
Poor
|
Normal
|
Good
|
Excellent
|
Masterwork
|
Legendary
|
Base Neural Heat Recovery Rate
| +0.091/s
| +0.091/s
| +0.091/s
| +0.091/s
| +0.091/s
| +0.091/s
| +0.091/s
|
Effective Neural Heat Recovery Rate
| +0.148/s
| +0.148/s
| +0.148/s
| +0.148/s
| +0.148/s
| +0.148/s
| +0.148/s
|
{{Psychic Sensitivity Quality Table|0.40|}}
Produces:
Quality
|
Awful
|
Poor
|
Normal
|
Good
|
Excellent
|
Masterwork
|
Legendary
|
Psychic Sensitivity
| +20%
| +26%
| +33%
| +40%
| +46%
| +53%
| +60%
|
Neural Heat Limit
| +16
| +21
| +27
| +32
| +37
| +42
| +48
|
{{Psychic Sensitivity Quality Table|0.05|0.033|noQuality=1}}
Produces:
Stat
|
Increase
|
Psychic Sensitivity
| +5%
|
Neural Heat Limit
| +4
|
Base Neural Heat Recovery Rate
| +0.033/s
|
Effective Neural Heat Recovery Rate
| +0.054/s
|
{{Psychic Sensitivity Quality Table|0.05||noQuality=1}}
Produces:
Stat
|
Increase
|
Psychic Sensitivity
| +5%
|
Neural Heat Limit
| +4
|
{{Psychic Sensitivity Quality Table||0.033|noQuality=1}}
Produces:
Stat
|
Increase
|
Base Neural Heat Recovery Rate
| +0.033/s
|
Effective Neural Heat Recovery Rate
| +0.054/s
|