@@ -3,6 +3,7 @@ const clove = '-20% Incoming Condition Duration\n';
3
3
const mint = '+10% Outgoing Healing\n' ;
4
4
const peppercorn = '-10% Incoming Damage\n' ;
5
5
const sesame = 'Gain Health Every Second\n' ;
6
+ const fish = '+150 Fishing Power\n'
6
7
7
8
const sousVideSteak = '+100 Power\n+70 Ferocity' ;
8
9
const curedMeatFlatbread = '+100 Condition Damage\n+70 Expertise' ;
@@ -21,6 +22,8 @@ const truffleRavioli = '+100 Vitality\n+70 Toughness';
21
22
const ascended =
22
23
'\n+10% Karma\n+5% All Experience Gained\n+20% Magic Find\n+20% Gold Find\n+10% WXP Gained' ;
23
24
25
+ const wvwOnly = 'Stats only apply in WvW:\n'
26
+
24
27
export const food : Record < number , string > = {
25
28
91805 : `${ cilantro } ${ sousVideSteak } ${ ascended } ` ,
26
29
91878 : `${ cilantro } ${ curedMeatFlatbread } ${ ascended } ` ,
@@ -82,6 +85,16 @@ export const food: Record<number, string> = {
82
85
91723 : `${ clove } ${ truffleRavioli } ${ ascended } ` ,
83
86
91841 : `${ clove } ${ fruitSalad } ${ ascended } ` ,
84
87
91766 : `${ clove } ${ cremeBrulee } ${ ascended } ` ,
88
+
89
+ 97200 : `${ fish } ${ oysterSoup } ${ ascended } ` ,
90
+ 97282 : `${ fish } ${ sousVideSteak } ${ ascended } ` ,
91
+ 97472 : `${ fish } ${ fruitSalad } ${ ascended } ` ,
92
+ 97592 : `${ fish } ${ curedMeatFlatbread } ${ ascended } ` ,
93
+ 97826 : `${ fish } ${ truffleRavioli } ${ ascended } ` ,
94
+
95
+ 99785 : `${ wvwOnly } ${ peppercorn } ${ sousVideSteak } ${ ascended } ` ,
96
+ 99794 : `${ wvwOnly } ${ peppercorn } ${ oysterSoup } ${ ascended } ` ,
97
+ 99804 : `${ wvwOnly } ${ mint } ${ fruitSalad } ${ ascended } ` ,
85
98
} ;
86
99
87
100
export const traits : Record < number , string > = {
0 commit comments