|
|
- Config = Config or {}
- Config.Naturetips = {
- ["1@1"] = {nature_type = 1,tip = 1,color = 0,desc = [[ 自信 ]]},
- ["1@2"] = {nature_type = 1,tip = 2,color = 1,desc = [[ 耿直 ]]},
- ["1@3"] = {nature_type = 1,tip = 3,color = 2,desc = [[ 谨慎 ]]},
- ["1@4"] = {nature_type = 1,tip = 4,color = 3,desc = [[ 严谨 ]]},
- ["1@5"] = {nature_type = 1,tip = 5,color = 4,desc = [[ 凶猛 ]]},
- ["1@6"] = {nature_type = 1,tip = 6,color = 5,desc = [[ 高冷 ]]},
- ["1@7"] = {nature_type = 1,tip = 7,color = 6,desc = [[ 放荡 ]]},
- ["1@8"] = {nature_type = 1,tip = 8,color = 0,desc = [[ 多谋善断 ]]},
- ["2@1"] = {nature_type = 2,tip = 1,color = 1,desc = [[ 温柔 ]]},
- ["2@2"] = {nature_type = 2,tip = 2,color = 2,desc = [[ 善良 ]]},
- ["2@3"] = {nature_type = 2,tip = 3,color = 3,desc = [[ 热情 ]]},
- ["2@4"] = {nature_type = 2,tip = 4,color = 4,desc = [[ 爽朗 ]]},
- ["2@5"] = {nature_type = 2,tip = 5,color = 5,desc = [[ 勇敢 ]]},
- ["2@6"] = {nature_type = 2,tip = 6,color = 6,desc = [[ 乐观 ]]},
- ["2@7"] = {nature_type = 2,tip = 7,color = 0,desc = [[ 义气 ]]},
- ["2@8"] = {nature_type = 2,tip = 8,color = 1,desc = [[ 可爱 ]]},
- ["2@9"] = {nature_type = 2,tip = 9,color = 1,desc = [[ 与人为善 ]]},
- ["3@1"] = {nature_type = 3,tip = 1,color = 2,desc = [[ 腼腆 ]]},
- ["3@2"] = {nature_type = 3,tip = 2,color = 3,desc = [[ 羞涩 ]]},
- ["3@3"] = {nature_type = 3,tip = 3,color = 4,desc = [[ 胆怯 ]]},
- ["3@4"] = {nature_type = 3,tip = 4,color = 5,desc = [[ 拘谨 ]]},
- ["3@5"] = {nature_type = 3,tip = 5,color = 6,desc = [[ 软萌 ]]},
- ["3@6"] = {nature_type = 3,tip = 6,color = 1,desc = [[ 矜持 ]]},
- ["3@7"] = {nature_type = 3,tip = 7,color = 2,desc = [[ 多变 ]]},
- ["3@8"] = {nature_type = 3,tip = 8,color = 3,desc = [[ 多愁善感 ]]},
- ["3@9"] = {nature_type = 3,tip = 9,color = 3,desc = [[ 内向 ]]},
- }
|