[BeyondImporter] Alert is not increasing Initiative
Andargor opened this issue · 4 comments
Andargor commented
The Alert feat is not giving +5 to Initiative
derammo commented
NOTE to implementer: Roll20 applies "Ability Checks" bonus to initiative, which is why we don't have to import the "initiative" bonus modifier for "Luck Stone" for example. We need to be careful when adding support for initiative bonus to avoid double incrementing for items that have both ability checks and initiative bonus in Beyond.
sillvva commented
Confirmed working
derammo commented
code is broken:
bonus_attributes[type + '_flat'] = bonus.value;
is copy/paste from previous version but 'type' is not defined in this version
derammo commented
released as 0.4.0 to master