So Keith - first of - thank you but I am still having issues I guess.
Using the roll20 compendium - monster manual (Boar, Black bear) & Lost mine Module (goblin)
Here is the 2 api I am using for npc mooks
Button 1 - I check if it has passive perception built in. If it doesnt, I click button 2
!token-mod {{
--set
bar1_value|@{selected|hp|max}
bar1_max|@{selected|hp|max}
bar2_link|npc_passiveperceptionbase
bar3_link|npc_ac
name|"@{selected|character_name} %%NUMBERED%%"}}
--off showname
--off showplayers_name
--off showplayers_bar1
--off showplayers_bar2
--off showplayers_bar3
--off showplayers_aura1
--off showplayers_aura2
--ids @{selected|character_id}}}
!token-mod --set defaulttoken
!ta attacks spells saves checks reactions traits
/w gm @{selected|character_name} has been set up as a Mook
Button 2:
!token-mod {{
--set
bar1_value|@{selected|hp|max}
bar1_max|@{selected|hp|max}
bar2_link|npc_speed
bar3_link|npc_ac
name|"@{selected|character_name} %%NUMBERED%%"}}
--off showname
--off showplayers_name
--off showplayers_bar1
--off showplayers_bar2
--off showplayers_bar3
--off showplayers_aura1
--off showplayers_aura2
--ids @{selected|character_id}}}
--ids @{selected|character_id}}}
!token-mod --set defaulttoken
!ta attacks spells saves checks reactions traits
/w gm @{selected|character_name} has been set up as a Mook
So - here are my result:
Goblin - Both button works - 15 AC, 7 HP, 9 Perception //// 15 AC 7 HP 30 ft
Boar - Button 1 = 11 / 11 / Blank - Working as intended since it doesnt have passive perception base. Second button 11 / 11 / 40 ft. Working as intended.
Black Bear - Button 1 = 11 / 19 / extremely tiny text I can't read.
button 2 = 11 / 19 / extremely tiny text I can't read.
both text on the blue circle bar disappear 10 seconds later.
On Attributes and Abilities - I expect button 1 not to work since it does not have a passiveperceptionbase.
BUT it does have "npc_speed" with the field saying : 40 ft., climb 30 ft.
Now if I check the Boar attributes and it also has "npc_speed" - So I am curious why button 2 does not pick up for the black bear.