Mark Token
Mark Is Back!!!
This is a blank mod, the example above is a example. This mod aims to add a new token for modding use, you can add this mod as a required download if you wish to add the mark token.
Mark acts as a 3 round duration token, that skills and effects can synergize with, due to taunt existing this token has no aggro grabbing property’s, it is up to the mod creator to add effects on skills.
Image 3 is the token data and example effects and conditions
Token name: mark_token_mod
add 1 mark effect: add_1_mark_token_mod
end mark early = end_mark
condition data
performer_has_mark
Skill_is_mark_skill *(add the tag "mark_skill" to hero skills if u ever wana add something like "mark skills ignore dodge" but its unnecessary if u want to have a skill deal a bonus vs mark)
target_has_mark
localization data
if you wana add the icon in a localization use the line: <sprite={q}tmp_mark_token_mod{q} name={q}mark_token_mod{q}>
otherwise most of the code is already put in.
i recommend having mark be in the last part of a localization line due to the space the token takes up in ui *(this is a weird bug) you can manual change performer skill buffs to say stuff like
"+50% crit if target *mark token*"
Hope this can inspire some future mods 🙂