changed "Unicorn" into "Knightrider"
This commit is contained in:
parent
43eb2beca5
commit
4a6de5ec2a
1 changed files with 2 additions and 5 deletions
|
@ -73,12 +73,9 @@
|
|||
},
|
||||
|
||||
4: {
|
||||
name: 'unicorn',
|
||||
name: 'knightrider',
|
||||
aspect: 'fr-unicorn',
|
||||
graph: this.cbMergeGraphs(geometry,
|
||||
this.cbLongRangeGraph(geometry,[[2,-1],[2,1],[-2,-1],[-2,1],[-1,2],[-1,-2],[1,2],[1,-2]]),
|
||||
this.cbKingGraph(geometry),
|
||||
),
|
||||
graph: this.cbLongRangeGraph(geometry,[[2,-1],[2,1],[-2,-1],[-2,1],[-1,2],[-1,-2],[1,2],[1,-2]]),
|
||||
value: 2.9,
|
||||
abbrev: 'N',
|
||||
initial: [{s:1,p:1},{s:1,p:6},{s:-1,p:57},{s:-1,p:62}],
|
||||
|
|
Loading…
Reference in a new issue