源战役客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

28 行
1.8 KiB

  1. Config = Config or {}
  2. Config.Naturetips = {
  3. ["1@1"] = {nature_type = 1,tip = 1,color = 0,desc = [[ 自信 ]]},
  4. ["1@2"] = {nature_type = 1,tip = 2,color = 1,desc = [[ 耿直 ]]},
  5. ["1@3"] = {nature_type = 1,tip = 3,color = 2,desc = [[ 谨慎 ]]},
  6. ["1@4"] = {nature_type = 1,tip = 4,color = 3,desc = [[ 严谨 ]]},
  7. ["1@5"] = {nature_type = 1,tip = 5,color = 4,desc = [[ 凶猛 ]]},
  8. ["1@6"] = {nature_type = 1,tip = 6,color = 5,desc = [[ 高冷 ]]},
  9. ["1@7"] = {nature_type = 1,tip = 7,color = 6,desc = [[ 放荡 ]]},
  10. ["1@8"] = {nature_type = 1,tip = 8,color = 0,desc = [[ 多谋善断 ]]},
  11. ["2@1"] = {nature_type = 2,tip = 1,color = 1,desc = [[ 温柔 ]]},
  12. ["2@2"] = {nature_type = 2,tip = 2,color = 2,desc = [[ 善良 ]]},
  13. ["2@3"] = {nature_type = 2,tip = 3,color = 3,desc = [[ 热情 ]]},
  14. ["2@4"] = {nature_type = 2,tip = 4,color = 4,desc = [[ 爽朗 ]]},
  15. ["2@5"] = {nature_type = 2,tip = 5,color = 5,desc = [[ 勇敢 ]]},
  16. ["2@6"] = {nature_type = 2,tip = 6,color = 6,desc = [[ 乐观 ]]},
  17. ["2@7"] = {nature_type = 2,tip = 7,color = 0,desc = [[ 义气 ]]},
  18. ["2@8"] = {nature_type = 2,tip = 8,color = 1,desc = [[ 可爱 ]]},
  19. ["2@9"] = {nature_type = 2,tip = 9,color = 1,desc = [[ 与人为善 ]]},
  20. ["3@1"] = {nature_type = 3,tip = 1,color = 2,desc = [[ 腼腆 ]]},
  21. ["3@2"] = {nature_type = 3,tip = 2,color = 3,desc = [[ 羞涩 ]]},
  22. ["3@3"] = {nature_type = 3,tip = 3,color = 4,desc = [[ 胆怯 ]]},
  23. ["3@4"] = {nature_type = 3,tip = 4,color = 5,desc = [[ 拘谨 ]]},
  24. ["3@5"] = {nature_type = 3,tip = 5,color = 6,desc = [[ 软萌 ]]},
  25. ["3@6"] = {nature_type = 3,tip = 6,color = 1,desc = [[ 矜持 ]]},
  26. ["3@7"] = {nature_type = 3,tip = 7,color = 2,desc = [[ 多变 ]]},
  27. ["3@8"] = {nature_type = 3,tip = 8,color = 3,desc = [[ 多愁善感 ]]},
  28. ["3@9"] = {nature_type = 3,tip = 9,color = 3,desc = [[ 内向 ]]},
  29. }