You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
391 B
GDScript

extends Resource
class_name MpCfg
@export var mp_max : int = 5 #mp最大值
@export var mp_sub_max : float = 100 #次级mp最大值
@export var recover_speed : float = 10 #次级mp恢复速度
@export var recover_cd : float = 2 #次级mp恢复延迟
@export var add_rate_attack : float = 1 #次级mp攻击时增加系数
@export var add_rate_hit : float = 1 #次级mp受击时增加系数