Advertisement
APersonH

Focus code

Aug 1st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #########
  2. focus = {
  3. id = influence_allies
  4.  
  5. icon = GFX_generic_diplomatic_treaty
  6.  
  7. avalible = {
  8. is_faction_leader = yes
  9. has_political_power > 0
  10. }
  11.  
  12. idea = idea_influencing_allies
  13.  
  14. ai_will_do = {
  15. factor = 0
  16. }
  17.  
  18. daily_cost = 5
  19.  
  20. avalible_if_capitulated = yes
  21.  
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement