Skip to content

scraped all monster data and added any missing visions

Ghost User requested to merge (removed):vision-check into master

Here is a set off all visions I found via https://2e.aonprd.com/Monsters.aspx?ID=XXX (looping ID=1 -> ID=438) and scraped from the perception setting image

Scraped, stripped spaces, and only unique values for abilities including 'vision':

Set { 'low-lightvision',

'darkvision',

'greaterdarkvision',

'darlvision', //found a typo on the site! ha, I imagine it should be dark

'snowvision',

'smokevision',

'fogvision',

'novision',

'manifoldvision' } //Cant find any definition of this, https://2e.aonprd.com/Monsters.aspx?ID=249

Edited by Ghost User

Merge request reports