Guest User

Neptunia robot portraits fix

a guest
Oct 3rd, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ROBOT = {
  2. archetype = ROBOT
  3.  
  4. playable = { has_global_flag = game_started }
  5. randomized = no
  6. robotic = yes
  7. gender = no
  8. use_climate_preference = no
  9. portrait_modding = yes
  10.  
  11. leader_age_min = 2
  12. leader_age_max = 10
  13.  
  14. custom_portraits = {
  15. randomized = { host_has_dlc = "Synthetic Dawn Story Pack" }
  16. playable = { host_has_dlc = "Synthetic Dawn Story Pack" }
  17. portraits = {
  18. "sd_hum_robot"
  19. "sd_mam_robot"
  20. "sd_rep_robot"
  21. "sd_avi_robot"
  22. "sd_art_robot"
  23. "sd_mol_robot"
  24. "sd_fun_robot"
  25. "sd_pla_robot"
  26. }
  27. }
  28.  
  29. custom_portraits = {
  30. randomized = { has_lithoids = yes }
  31. playable = { has_lithoids = yes }
  32. portraits = {
  33. "lith_machine"
  34. }
  35. }
  36.  
  37. custom_portraits = {
  38. randomized = { has_necroids = yes }
  39. playable = { has_necroids = yes }
  40. portraits = {
  41. "nec_machine"
  42. }
  43. }
  44.  
  45. custom_portraits = { # use custom_portraits instead of portraits so we can put them after the custom_portraits above
  46. randomized = { always = yes }
  47. playable = { always = yes }
  48. portraits = {
  49. "default_robot"
  50. "neptunia_all"
  51. "planeptune"
  52. "lowee"
  53. "leanbox"
  54. "lastation"
  55. "eden"
  56. "tari"
  57. "dogoo"
  58. }
  59. }
  60.  
  61. graphical_culture = ai_01
  62. move_pop_sound_effect = "robot_pops_move"
  63.  
  64. resources = {}
  65. }
Advertisement
Add Comment
Please, Sign In to add comment