Tera+Giga : Removed P abbrev for pawns but added a fenAbbrev P
This commit is contained in:
parent
23dbe33464
commit
250e9d2001
2 changed files with 8 additions and 4 deletions
|
@ -156,7 +156,8 @@
|
|||
|
||||
0: {
|
||||
name : 'ipawnw',
|
||||
abbrev : 'P',
|
||||
abbrev : '',
|
||||
fenAbbrev: 'P',
|
||||
aspect : 'fr-pawn',
|
||||
graph : this.cbInitialPawnGraph(geometry,1,confine),
|
||||
value : 0.6,
|
||||
|
@ -167,7 +168,8 @@
|
|||
|
||||
1: {
|
||||
name : 'ipawnb',
|
||||
abbrev : 'P',
|
||||
abbrev : '',
|
||||
fenAbbrev: 'P',
|
||||
aspect : 'fr-pawn',
|
||||
graph : this.cbInitialPawnGraph(geometry,-1,confine),
|
||||
value : 0.6,
|
||||
|
|
|
@ -197,7 +197,8 @@
|
|||
|
||||
0: {
|
||||
name : 'ipawnw',
|
||||
abbrev : 'P',
|
||||
abbrev : '',
|
||||
fenAbbrev: 'P',
|
||||
aspect : 'fr-pawn',
|
||||
graph : this.cbInitialPawnGraph(geometry,1,confine),
|
||||
value : 0.5,
|
||||
|
@ -208,7 +209,8 @@
|
|||
|
||||
1: {
|
||||
name : 'ipawnb',
|
||||
abbrev : 'P',
|
||||
abbrev : '',
|
||||
fenAbbrev: 'P',
|
||||
aspect : 'fr-pawn',
|
||||
graph : this.cbInitialPawnGraph(geometry,-1,confine),
|
||||
value : 0.5,
|
||||
|
|
Loading…
Reference in a new issue