@@ -28,7 +28,7 @@ describe('getFuzzyItem', () => {
2828 isNonstandard : null ,
2929 name : 'Life Orb' ,
3030 serebiiPage : 'https://www.serebii.net/itemdex/lifeorb.shtml' ,
31- shortDesc : null ,
31+ shortDesc : "Holder's attacks do 1.3x damage, and it loses 1/10 its max HP after the attack." ,
3232 smogonPage : 'https://www.smogon.com/dex/sv/items/life-orb' ,
3333 sprite : 'https://play.pokemonshowdown.com/sprites/itemicons/life-orb.png'
3434 }
@@ -49,7 +49,7 @@ describe('getFuzzyItem', () => {
4949 isNonstandard : null ,
5050 name : 'Assault Vest' ,
5151 serebiiPage : 'https://www.serebii.net/itemdex/assaultvest.shtml' ,
52- shortDesc : null ,
52+ shortDesc : "Holder's Sp. Def is 1.5x, but it can only select damaging moves." ,
5353 smogonPage : 'https://www.smogon.com/dex/sv/items/assault-vest' ,
5454 sprite : 'https://play.pokemonshowdown.com/sprites/itemicons/assault-vest.png'
5555 } ,
@@ -60,7 +60,7 @@ describe('getFuzzyItem', () => {
6060 isNonstandard : null ,
6161 name : 'Choice Band' ,
6262 serebiiPage : 'https://www.serebii.net/itemdex/choiceband.shtml' ,
63- shortDesc : null ,
63+ shortDesc : "Holder's Attack is 1.5x, but it can only select the first move it executes." ,
6464 smogonPage : 'https://www.smogon.com/dex/sv/items/choice-band' ,
6565 sprite : 'https://play.pokemonshowdown.com/sprites/itemicons/choice-band.png'
6666 } ,
@@ -71,7 +71,7 @@ describe('getFuzzyItem', () => {
7171 isNonstandard : null ,
7272 name : 'Focus Sash' ,
7373 serebiiPage : 'https://www.serebii.net/itemdex/focussash.shtml' ,
74- shortDesc : null ,
74+ shortDesc : "If holder's HP is full, will survive an attack that would KO it with 1 HP. Single use." ,
7575 smogonPage : 'https://www.smogon.com/dex/sv/items/focus-sash' ,
7676 sprite : 'https://play.pokemonshowdown.com/sprites/itemicons/focus-sash.png'
7777 }
@@ -114,7 +114,7 @@ describe('getFuzzyItem', () => {
114114 isNonstandard : null ,
115115 name : 'Unremarkable Teacup' ,
116116 serebiiPage : 'https://www.serebii.net/itemdex/unremarkableteacup.shtml' ,
117- shortDesc : null ,
117+ shortDesc : 'Evolves Poltchageist into Sinistcha when used.' ,
118118 smogonPage : 'https://www.smogon.com/dex/sv/items/unremarkable-teacup' ,
119119 sprite : 'https://play.pokemonshowdown.com/sprites/itemicons/unremarkable-teacup.png'
120120 }
0 commit comments