bmarian / token-tooltip-alt

A module that adds a tooltip next to the currently hovered token to show some useful information for players and DMs.
MIT License
9 stars 15 forks source link

[BUG] Your problem here #77

Closed ditzer252 closed 3 years ago

ditzer252 commented 3 years ago

Describe the bug Persistent tooltip appears in upper left corner of screen

To Reproduce All other mods deactivated Using Edge browser DM user Open character sheet window above any canvas with tokens Mouse over token Tooltip appears in upper left corner and doesn't go away until Foundry reload

Screenshots If applicable, add screenshots to help explain your problem. image

Please complete the following information:

Additional context Thank you very much for such a great module. I really appreciate your work!

An export of your tooltip settings

{"gmSettings":{"default":{"items":[{"disposition":"FRIENDLY","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"NEUTRAL","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"HOSTILE","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]}],"static":{"displayNameInTooltip":true,"useAccentEverywhere":false,"accentColor":"#ffffff","tokenDispositions":["FRIENDLY","NEUTRAL","HOSTILE"],"useAccentColorForEverything":false}},"character":{"items":[{"disposition":"FRIENDLY","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Unconscious\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"NEUTRAL","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Unconscious\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"HOSTILE","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Unconscious\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]}],"static":{"displayNameInTooltip":true,"useAccentEverywhere":false,"accentColor":"#ffffff","tokenDispositions":["FRIENDLY","NEUTRAL","HOSTILE"],"useAccentColorForEverything":false}},"npc":{"items":[{"disposition":"FRIENDLY","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"NEUTRAL","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"HOSTILE","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]}],"static":{"displayNameInTooltip":true,"useAccentEverywhere":false,"accentColor":"#ffffff","tokenDispositions":["FRIENDLY","NEUTRAL","HOSTILE"],"useAccentColorForEverything":false}},"vehicle":{"items":[{"disposition":"FRIENDLY","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Destroyed\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Nearly Destroyed\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Damaged\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Damaged\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Damaged\" : \"Undamaged\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d443ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"NEUTRAL","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Destroyed\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Nearly Destroyed\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Damaged\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Damaged\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Damaged\" : \"Undamaged\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d443ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"HOSTILE","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Destroyed\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Nearly Destroyed\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Damaged\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Damaged\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Damaged\" : \"Undamaged\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d443ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]}],"static":{"displayNameInTooltip":true,"useAccentEverywhere":false,"accentColor":"#119d83","tokenDispositions":["FRIENDLY","NEUTRAL","HOSTILE"],"useAccentColorForEverything":false}}},"playerSettings":{"default":{"items":[{"disposition":"OWNED","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"FRIENDLY","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"NEUTRAL","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"}]},{"disposition":"HOSTILE","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"}]}],"static":{"displayNameInTooltip":"NEUTRAL","useAccentEverywhere":false,"accentColor":"#ffffff","tokenDispositions":["OWNED","FRIENDLY","NEUTRAL","HOSTILE"],"useAccentColorForEverything":false}},"character":{"items":[{"disposition":"OWNED","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Unconscious\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"FRIENDLY","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Unconscious\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"NEUTRAL","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Unconscious\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"}]},{"disposition":"HOSTILE","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Unconscious\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"}]}],"static":{"displayNameInTooltip":"NEUTRAL","useAccentEverywhere":false,"accentColor":"#ffffff","tokenDispositions":["OWNED","FRIENDLY","NEUTRAL","HOSTILE"],"useAccentColorForEverything":false}},"npc":{"items":[{"disposition":"OWNED","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"FRIENDLY","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"skills.prc.passive","icon":"fa-eye","isFunction":false,"expression":false,"isNumber":false,"color":"#0000ff"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"NEUTRAL","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"}]},{"disposition":"HOSTILE","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Near Death\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Injured\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Injured\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Injured\" : \"Uninjured\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d400ff"}]}],"static":{"displayNameInTooltip":"NEUTRAL","useAccentEverywhere":false,"accentColor":"#ffffff","tokenDispositions":["OWNED","FRIENDLY","NEUTRAL","HOSTILE"],"useAccentColorForEverything":false}},"vehicle":{"items":[{"disposition":"OWNED","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Destroyed\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Nearly Destroyed\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Damaged\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Damaged\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Damaged\" : \"Undamaged\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d443ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"FRIENDLY","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Destroyed\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Nearly Destroyed\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Damaged\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Damaged\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Damaged\" : \"Undamaged\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d443ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"NEUTRAL","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Destroyed\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Nearly Destroyed\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Damaged\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Damaged\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Damaged\" : \"Undamaged\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d443ff"},{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhptm=<attributes.hp.tempmax>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nhptm=compareText(typeOf(hptm), \"null\") == 0 ? 0 : hptm;\nconcat(string(hp + hpt), \"/\", string(hpm + hptm))\n}","icon":"fa-heart","isFunction":false,"expression":true,"isNumber":false,"color":"#ff0000"},{"value":"attributes.ac.value","icon":"fa-shield-alt","isFunction":false,"expression":false,"isNumber":false,"color":"#23910d"},{"value":"{\nspd=<attributes.movement.walk>;\nconcat(string(spd), \" ft.\")\n}","icon":"fa-shoe-prints","isFunction":false,"expression":true,"isNumber":false,"color":"#ffffff"}]},{"disposition":"HOSTILE","items":[{"value":"{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Destroyed\" : hp/hpm > 0 & hp/hpm <= .15 ? \"Nearly Destroyed\" : hp/hpm > .15 & hp/hpm <= .5 ? \"Badly Damaged\" : hp/hpm > .5 & hp/hpm <= .8 ? \"Damaged\" : hp/hpm > .8 & hp/hpm < 1 ? \"Barely Damaged\" : \"Undamaged\"\n}","icon":"fa-heartbeat","isFunction":false,"expression":true,"isNumber":false,"color":"#d443ff"}]}],"static":{"displayNameInTooltip":"NEUTRAL","useAccentEverywhere":false,"accentColor":"#f900e1","tokenDispositions":["OWNED","FRIENDLY","NEUTRAL","HOSTILE"],"useAccentColorForEverything":false}}}}
bmarian commented 3 years ago

I know about this bug for a long time... Unfortunately I don't have a consistent way of reproducing it... Even with your method, I'm unable to reproduce the problem...

It will probably be fixed with the 3.0.0 module update as I plan on rewriting most of the placement logic. If I find or you can find a scenario where it reproduces consistently I will make a quick fix before the big update.

bmarian commented 3 years ago

Actually. I found something, please uninstall and reinstall the module.

ditzer252 commented 3 years ago

Dear Marian

Yes! I’m no longer able to replicate the bug, so thank you very much.

Thanks again for this amazing mod you’ve developed. I love how much flexibility and customization you’ve built into it.

Best wishes

Jason

From: Marian Bucatariu @.> Sent: Wednesday, 31 March 2021 17:47 To: bmarian/token-tooltip-alt @.> Cc: ditzer252 @.>; Author @.> Subject: Re: [bmarian/token-tooltip-alt] [BUG] Your problem here (#77)

Actually. I found something, please uninstall and reinstall the module.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bmarian/token-tooltip-alt/issues/77#issuecomment-811170646 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ATPJWJ2MZ5EK7PGYORZZ3D3TGM7XTANCNFSM42E3IAPA .