-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdobutsu.json
59 lines (59 loc) · 1.13 KB
/
dobutsu.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
53
54
55
56
57
58
59
{
"name": "Dobutsu Shogi",
"description": "A simple Shogi variant aimed at children.",
"bishopVersion": "1.4.3",
"boardSize": "3x4",
"pieceTypes": {
"L": {
"betza": "K",
"royal": true,
"promoOptions": {
"canPromote": false,
"canPromoteTo": false
},
"regionEffects": [
{
"whiteRegion": "blackCamp",
"blackRegion": "whiteCamp",
"winGame": true
}
]
},
"G": {
"betza": "W",
"promoOptions": {
"canPromote": false,
"canPromoteTo": false
}
},
"E": {
"betza": "F",
"promoOptions": {
"canPromote": false,
"canPromoteTo": false
}
},
"C": {
"betza": "fW",
"promoOptions": {
"canPromote": true,
"canPromoteTo": false
}
},
"H": {"betza": "WfF"}
},
"castlingOptions": {"enabled": false},
"promotionOptions": "bishop.promo.standard",
"materialConditions": {"enabled": false},
"startPosition": "gle/1c1/1C1/ELG[-] w - - 0 1",
"enPassant": false,
"handOptions": {
"enableHands": true,
"addCapturesToHand": true,
"dropBuilder": "bishop.drops.unrestricted"
},
"regions": {
"whiteCamp": {"b": 0, "t": 0},
"blackCamp": {"b": 3, "t": 3}
}
}