Tera+Giga : Removed P abbrev for pawns but added a fenAbbrev P

This commit is contained in:
jcfrog 2017-06-18 17:28:25 +02:00
parent 23dbe33464
commit 250e9d2001
2 changed files with 8 additions and 4 deletions

View file

@ -156,7 +156,8 @@
0: { 0: {
name : 'ipawnw', name : 'ipawnw',
abbrev : 'P', abbrev : '',
fenAbbrev: 'P',
aspect : 'fr-pawn', aspect : 'fr-pawn',
graph : this.cbInitialPawnGraph(geometry,1,confine), graph : this.cbInitialPawnGraph(geometry,1,confine),
value : 0.6, value : 0.6,
@ -167,7 +168,8 @@
1: { 1: {
name : 'ipawnb', name : 'ipawnb',
abbrev : 'P', abbrev : '',
fenAbbrev: 'P',
aspect : 'fr-pawn', aspect : 'fr-pawn',
graph : this.cbInitialPawnGraph(geometry,-1,confine), graph : this.cbInitialPawnGraph(geometry,-1,confine),
value : 0.6, value : 0.6,

View file

@ -197,7 +197,8 @@
0: { 0: {
name : 'ipawnw', name : 'ipawnw',
abbrev : 'P', abbrev : '',
fenAbbrev: 'P',
aspect : 'fr-pawn', aspect : 'fr-pawn',
graph : this.cbInitialPawnGraph(geometry,1,confine), graph : this.cbInitialPawnGraph(geometry,1,confine),
value : 0.5, value : 0.5,
@ -208,7 +209,8 @@
1: { 1: {
name : 'ipawnb', name : 'ipawnb',
abbrev : 'P', abbrev : '',
fenAbbrev: 'P',
aspect : 'fr-pawn', aspect : 'fr-pawn',
graph : this.cbInitialPawnGraph(geometry,-1,confine), graph : this.cbInitialPawnGraph(geometry,-1,confine),
value : 0.5, value : 0.5,