實體狀態EntityStats


https://sites.google.com/site/linyuchajianwiki/_/rsrc/1609809810039/home/customdisplay/players/attributes/entitystats/action.PNG

設定Config


Untitled

範例Examples


#必須跟文件名稱相同。
#Must be the same as the file name.
Stats_Default:
#此設定為增加原版的血量。
  #This setting is to increase the blood volume of the original version.
  #Name
  Hp:
    formula: '((100+5 * &self_level_now_base&) * (1+(&self_attr_point_vit&+&self_Eq_Vit&)/100)) + (&self_Eq_HP&)'
    inherit: 'GENERIC_MAX_HEALTH'
    operation: 'ADD_NUMBER'
#此設定只作為統計使用沒實際功能。
  #This setting is only used for statistics and has no actual function.
  Melee_Physical_Attack:
    formula: '2*(&self_attr_point_str&+&self_Eq_Str&)'