Added.
Syntax:
armors:
- type: ETHEREAL_ARMOR0
psiCamouflage: 3
Examples: xcom in power armor vs. ethereal:
Power armor psi vision = 5
Positive values:
a/ Ethereal armor psi camo = 3 .... final psi detection range is min(5, 3) = 3
b/ Ethereal armor psi camo = 7 .... final psi detection range is min(5, 7) = 5
Negative values:
c/ Ethereal armor psi camo = -1 .... final psi detection range is max(5-1, 0) = 4
d/ Ethereal armor psi camo = -9 .... final psi detection range is max(5-9, 0) = 0