@@ -268,25 +268,22 @@ NodeJS Map clone replacement for [RealDeviceMap](https://github.com/realdevicema
268268 " icons" : {
269269 // Default local icon repository
270270 " Default" : {
271- " path" : " /img/" ,
272- " raidOffsetY" : 0.269 ,
273- " questOffsetY" : 0 ,
274- " gymAnchorY" : 0.849 ,
275- " pokestopAnchorY" : 0.896
271+ " path" : " /img/pokemon"
272+ },
273+ " POGO" : {
274+ " path" : " https://mygod.github.io/pokicons/v1"
276275 },
277276 // Remote icon repository
278277 " RemotePokemonExample" : {
279278 " path" : " https://example.com/pokemon_images" ,
280- // Since we can't traverse a remote directory easily, you'll need to provide
281- // a list of available forms, shiny, or gender icons so the map is aware of
282- // available icons that way invalid icons are not shown.
283- " pokemonList" : [" 001_163" , " 002_166" , " 002_166_shiny" , " 003_169" , " 003_169_female" ],
284- // Optional raid image vertical offset value
285- " raidOffsetY" : 0.269 ,
286- // Optional quest image vertical offset value
287- " questOffsetY" : 0 ,
288- " gymAnchorY" : 0.849 ,
289- " pokestopAnchorY" : 0.896
279+ // For repo without index.json support, since we can't traverse a remote directory easily,
280+ // you'll need to provide a list of available forms, shiny, or gender icons so the map is
281+ // aware of available icons that way invalid icons are not shown.
282+ " pokemonList" : [" 001_00" , " 002_00" , " 002_00_shiny" , " 003_00" , " 003_00_female" , " 003_950" ]
283+ // expected format is <xxx pokemon id>(_00|_<form id>|_v<temp evolution id>)[_female][_<xx costume id>][_shiny]
284+ // automatic fallback is in place, so the bare minimum you need to provide is "xxx_00" for each pokemon
285+ // and "000" for new pokemon fallback (000 does not need to appear in pokemonList)
286+ // Reference: Asset icon processing tool: https://github.com/Mygod/pokemon-icon-postprocessor
290287 }
291288 },
292289 // Scouting settings
0 commit comments