// Auto Generated Code By excel2json // Generate From Excel\DaoyouConfig.xlsx. SheetName: DaoyouModelConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "DaoyouModelConfig.json")] public partial class DaoyouModelConfigHolder : ConfigHolder { } [Serializable] public struct DaoyouModelConfig : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///名称 /// public int name; /// ///道友品质 /// public int quality; /// ///半身像 /// public string bodyIcon; /// ///头像 /// public string headIcon; /// ///潜力 80=80% 等级差 /// public int growupRate; /// ///介绍 /// public int[] des; /// ///介绍解锁相熟等级 /// public int[] desUnlockLv; /// ///喜好的礼物ID /// public int[] PreferGiftID; /// ///默认显示的礼物ID /// public int[] shownPreferGiftID; /// ///挂机增益类型 /// public int[] guajiBuffID; /// ///成为道侣后提供的技能ID /// public int[] daolvSkillID; /// ///触发道侣任务的好感度等级 /// public int EmotionLvforQuest; /// ///道侣任务ID /// public int QuestID; /// ///特殊奖励好感度等级 /// public int[] EmotionLvforspecialGift; /// ///特殊奖励ID /// public int[] specialGiftID; /// ///特殊奖励数量 /// public int[] specialGiftNum; } } // End of Auto Generated Code