feat: SCP站立回血机制

This commit is contained in:
3cxc
2026-02-12 15:45:00 +08:00
parent 71743ba0f8
commit c99ac3b1b5
4 changed files with 99 additions and 0 deletions

View File

@@ -85,5 +85,20 @@ namespace EasyTools.Configs
[Description("Is 1853 harmless? / 是否开启1853(洗手液)无害?")]
public bool harmless_1853 { get; set; } = true;
/// /////////////////////////////////////////////////
[Description("SCP静止回血")]
public bool heal_scp { get; set; } = true;
[Description("等待多少秒后持续回血")]
public float heal_scp_secend { get; set; } = 6;
[Description("受伤检测")]
public float heal_atk_secend { get; set; } = 2;
[Description("回血量")]
public int heal_scp_x { get; set; } = 2;
}
}