/
NLObP
/
AAEmu
Обзор
Документация
Войти
/
NLObP
/
AAEmu
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
AAEmu.Game/Models/Game/Items/ItemConfig.cs
15 строк
582 B
Roger Barreto
Performance + Refactoring + Code Style (#709)
16 сен 2023, 10:50
Не верифицирован
16 сен 2023, 10:50
0d89a74
Код
Авторство
О чём код?
namespace AAEmu.Game.Models.Game.Items; public sealed class ItemConfig { public float DurabilityDecrementChance { get; set; } public float DurabilityRepairCostFactor { get; set; } public float DurabilityConst { get; set; } public float HoldableDurabilityConst { get; set; } public float WearableDurabilityConst { get; set; } public int DeathDurabilityLossRatio { get; set; } public int ItemStatConst { get; set; } public int HoldableStatConst { get; set; } public int WearableStatConst { get; set; } public int StatValueConst { get; set; } }