Repositories / GSConfigTool / GsConfigTool / Models / CreatureMultiplier.cs
CreatureMultiplier.cs 466 B
git clone https://xarmina.eu/git/gsconfigtool Raw Download
namespace GsConfigTool.Models;

public class CreatureMultiplier
{
    public string DisplayName { get; set; } = "";
    public string DinoClassName { get; set; } = "";
    public float TamingSpeedMultiplier { get; set; } = 1.0f;
    public float HarvestAmountMultiplier { get; set; } = 1.0f;
    public float DinoResistanceMultiplier { get; set; } = 1.0f;
    public float DinoDamageMultiplier { get; set; } = 1.0f;
    public bool Disabled { get; set; } = false;
}
24Fire Wuppertaler Tafel Romeo