OpenPerpetuum / PerpetuumServer

The Open Perpetuum Project's fork of the Perpetuum Standalone Server
https://openperpetuum.com
Other
44 stars 21 forks source link

Additional effect from the use of paints (camouflage) #490

Open aqpanaciy opened 6 months ago

aqpanaciy commented 6 months ago

Image Slight increase masking depending on the color of the robot and the color of the island. For example: green paint gives +2 to masking on the islands of the green faction.

aqpanaciy commented 6 months ago

Formulas for calculating the stealth coefficient on a faction island depending on the color components of the robot: Red Island: T = R - (R + G + B) / 3 Green Island: P = G - (R + G + B) / 3 Blue Island: N = B - (R + G + B) / 3

aqpanaciy commented 6 months ago

Calculated coefficients for standard paints:

Image

aqpanaciy commented 6 months ago

The final option for calculating bonuses:

Image

aqpanaciy commented 6 months ago

Image

aqpanaciy commented 6 months ago

Different formula so that: lighter tones correspond to worse characteristics; in the entire color range the maximum masking is +5.00 rF. Colorless paint does not provide a bonus.

Image