Add Pacifist1 & 2
[vchess.git] / client / src / translations / rules / Pacifist2 / en.pug
1 p.boxed
2 | Pas de captures.
3 | Les pièces attaquées insuffisamment défendues changent de couleur.
4
5 p
6 | Same as
7 a(href="/#/variants/Pacifist1") Pacifist1
8 | , but persuasion and support are determined by the sum of pieces values
9 | attacking a square. For example on the following diagram,
10 | 1...Qa7 converts several white pieces because the rook is worth more than
11 | the knight defending e1, so the king turns black. He turns then all
12 | surrounding pieces into black, then c2 changes color because this square
13 | is attacked by the bishop on d1. Finally the pawn on c2 attacks the rook,
14 | which converts the bishop on a1 and then the b2 pawn with the help of the
15 | newly converted bishop.
16 | In Pacifist1, only the rook would change color.
17
18 figure.diagram-container
19 .diagram.diag12
20 | fen:qrbnkb1n/1pppp1rp/p7/5Pp1/5PPP/3N3Q/PPPPP3/BR1BK1RN:
21 .diagram.diag22
22 | fen:1rbnkb1n/qpppp1rp/p7/5Pp1/5PPP/3N3Q/Ppppp3/br1bk1rN:
23 figcaption Before and after 1...Qa7
24
25 p The pieces values are taken as follows:
26 ul
27 li Pawn: 1
28 li Rook: 5
29 li Knight: 3
30 li Bishop: 3
31 li Queen: 9
32 li King: 1000
33 p So the king converts anything next to him, unless the other king is around.