pretty up
This commit is contained in:
+22
-3
@@ -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);
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user