◆ EmakiSkills 1.2.0 Dev Update ◆ Skill Parameters, Boolean Expressions, and Random Text A Skills update for richer MythicMobs parameter injection and clearer skill formulas
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✦ Highlights ✦
◆ Skill parameters now support string, boolean, constant, range, uniform, gaussian, skew_normal, triangle, expression, and random_text types.
◆ Example skills now use clearer expression and constant parameter types.
◆ Expression parameters can use nested variables such as base_damage and level_bonus.
◆ Boolean parameters can use comparisons and logical operators.
◆ random_text parameters can inject randomized text lines into MythicMobs variables.
◆ Parameter resolver diagnostics are logged once per unique issue.
◆ Parameter variables include level, target_level, current_level, max_level, skill_id, trigger_id, is_passive, player stats, sneaking, and has_target.
◆ Active and passive trigger dispatchers are now stored on the plugin for easier diagnostics.