RobinKuiper/Roll20APIScripts

[BeyondImporter] Alert is not increasing Initiative

Andargor opened this issue · 4 comments

The Alert feat is not giving +5 to Initiative

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.

Confirmed working

code is broken:

bonus_attributes[type + '_flat'] = bonus.value; is copy/paste from previous version but 'type' is not defined in this version

released as 0.4.0 to master