On the Subject of BorisP
How's your English? - Yes.
- For each stage, decode what's written on bottom screen and apply modifications.
- On first stage input first letter of result, on second stage - sum of second letters of both results, on third stage - sum of 3 third letters and so on.
- If you press wrong letter, module will strike. If you press correct letter 6 times, module will solve.
- Always use A0Z25.
Modifications
Replace every letter in word with value given in the table.
| Liron | Plutonian | Shiwi | Tengo | |
| Angry | 2n | n+sp | n(n+1) | n+(n/p) |
| Curious | n+sqrt(ns) | 3n | n+s | 3.14n |
| Happy | pn | n/p | 4n | n |
| Haunted | spn | n-sp | sn | 5n |
Always round down and modulo 26. n is alphabetical position of letter (A0Z25), s is stage number (from 1 to 6) and p is position in word (from 1 to 6).
Fonts and faces
| Letter | A | B | C | D | E | F | G | H | I | J | K | L | M |
| Liron | A | B | C | D | E | F | G | H | I | J | K | L | M |
| Plutonian | A | B | C | D | E | F | G | H | I | J | K | L | M |
| Shiwi | A | B | C | D | E | F | G | H | I | J | K | L | M |
| Tengo | A | B | C | D | E | F | G | H | I | J | K | L | M |
| Letter | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| Liron | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| Plutonian | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| Shiwi | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| Tengo | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |



