-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathnano.json
52 lines (52 loc) · 1.06 KB
/
nano.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "Nano Chess",
"description": "",
"bishopVersion": "1.4.3",
"boardSize": "4x5",
"pieceTypes": {
"P": {
"betza": "fmWfceFifmnD",
"promoOptions": {
"canPromote": true,
"canPromoteTo": false
},
"enPassantable": true,
"noSanSymbol": true,
"value": 100
},
"N": {"betza": "N", "value": 300},
"B": {"betza": "B", "value": 300},
"R": {"betza": "R", "value": 500},
"Q": {"betza": "Q", "value": 900},
"K": {
"betza": "K",
"royal": true,
"promoOptions": {
"canPromote": false,
"canPromoteTo": false
}
}
},
"castlingOptions": {
"enabled": true,
"kTarget": 2,
"qTarget": 1,
"fixedRooks": true,
"kRook": 3,
"qRook": 0,
"rookPiece": "R",
"useRookAsTarget": false
},
"promotionOptions": "bishop.promo.standard",
"materialConditions": {
"enabled": true,
"soloMaters": ["P", "Q", "R", "A", "C"],
"pairMaters": ["N"],
"combinedPairMaters": ["B"],
"specialCases": [["B", "N"]]
},
"startPosition": "knbr/p3/4/3P/RBNK w Qk - 0 1",
"enPassant": true,
"halfMoveDraw": 100,
"repetitionDraw": 3
}