方程
Magic 插件支持在配置中使用数学方程。
用途: - 动态计算法术伤害 - 基于等级的参数调整 - 随机值范围
支持的操作: - 基础运算:+, -, *, / - 函数:sin, cos, tan, sqrt, abs - 变量:level, distance, health
示例:damage = 5 + level * 1.5
Magic 插件支持在配置中使用数学方程。
用途: - 动态计算法术伤害 - 基于等级的参数调整 - 随机值范围
支持的操作: - 基础运算:+, -, *, / - 函数:sin, cos, tan, sqrt, abs - 变量:level, distance, health
示例:damage = 5 + level * 1.5