reyzor1991 / pf2e-wiki

1 stars 0 forks source link

[FEATURE] Post notification/message about initiative feats #59

Closed reyzor1991 closed 1 month ago

reyzor1991 commented 3 months ago

inform PC that need to use feat (like Battle Cry, Rapid Manifestation and etc)

(await game.packs.get('pf2e.feats-srd').getIndex({fields: ['system.description']})).filter(a=>a.system.description.value.includes('roll initiative')).map(a=>a.name)