pretty up

This commit is contained in:
peter
2020-02-07 17:30:55 +01:00
parent 59990af4d2
commit e3eb1f123c
29 changed files with 376 additions and 90 deletions
+22 -3
View File
@@ -79,7 +79,7 @@ const testAccounts : protoAccount[] = [
spec: 'Fury',
rank: 'Classleader'
},{
name: 'Teenieweenie',
name: 'Teeniweeni',
class: 'Warlock',
race: 'Gnome',
spec: 'Demonology',
@@ -276,10 +276,30 @@ describe('Frontcraft', () => {
undefined, 1, "hit bias"
),
makePrio(
'Maladath, Runed Blade of the Black Flight',
undefined,
"Human", -2, "(1) Non-Human"
),
makePrio(
'Maladath, Runed Blade of the Black Flight',
{class:'Rogue', specname:'Subtlety'},
undefined, 2, "...Rogues (weapon skill bias)"
),
makePrio(
'Maladath, Runed Blade of the Black Flight',
{class:'Rogue', specname:'Combat'},
undefined, 2, "...Rogues (weapon skill bias)"
),
makePrio(
'Maladath, Runed Blade of the Black Flight',
{class:'Rogue', specname:'Assassination'},
undefined, 2, "...Rogues (weapon skill bias)"
),
makePrio(
'Maladath, Runed Blade of the Black Flight',
{class:'Warrior', specname:'Fury'},
'Human', 2, "weapon skill bias"
'Human', 4, "+2 Fury Warrior (weapon skill bias), +2 to offset (1)"
),
makePrio(
@@ -556,7 +576,6 @@ describe('Frontcraft', () => {
}
else{
console.log("Bad user currency", dbUser);
}
})
}