Advertisement
t_a_w

common/defines/ruler_designer.lua

Oct 20th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. NDefines.NRulerDesigner.COST_ATTRIB = 0
  2. NDefines.NRulerDesigner.COST_SON = 0
  3. NDefines.NRulerDesigner.COST_DAUGHTER = 0
  4. NDefines.NRulerDesigner.COST_MARRIED = 0
  5. NDefines.NRulerDesigner.COST_FERTILITY = 0
  6. NDefines.NRulerDesigner.COST_HEALTH = 0
  7. NDefines.NRulerDesigner.COST_MONTHLY_PRESTIGE = 0
  8. NDefines.NRulerDesigner.COST_MONTHLY_PIETY = 0
  9. NDefines.NRulerDesigner.COST_MONTHLY_WEALTH = 0
  10. NDefines.NRulerDesigner.COST_GLOBAL_TAX = 0
  11. NDefines.NRulerDesigner.COST_CHURCH_OPINION = 0
  12. NDefines.NRulerDesigner.COST_SPOUCE_OPINION = 0
  13. NDefines.NRulerDesigner.COST_SEXAPPEAL_OPINION = 0
  14. NDefines.NRulerDesigner.COST_DYNASTY_OPINION = 0
  15. NDefines.NRulerDesigner.COST_VASSAL_OPINION = 0
  16. NDefines.NRulerDesigner.COST_LIEGE_OPINION = 0
  17. NDefines.NRulerDesigner.COST_INFIDEL_OPINION = 0
  18. NDefines.NRulerDesigner.COST_OPPOSITE_TRAIT_OPINION = 0
  19. NDefines.NRulerDesigner.COST_SAME_TRAIT_OPINION = 0
  20. NDefines.NRulerDesigner.COST_SAME_RELIGION_OPINION = 0
  21. NDefines.NRulerDesigner.COST_AMBITION_OPINION = 0
  22. NDefines.NRulerDesigner.COST_TRIBAL_OPINION = 0
  23. NDefines.NRulerDesigner.COST_UNREFORMED_TRIBAL_OPINION = 0
  24. NDefines.NRulerDesigner.COST_GENERAL_OPINION = 0
  25. NDefines.NRulerDesigner.COST_MUSLIM_OPINION = 0
  26. NDefines.NRulerDesigner.COST_JEWISH_OPINION = 0
  27. NDefines.NRulerDesigner.COST_CHRISTIAN_OPINION = 0
  28. NDefines.NRulerDesigner.COST_ZOROASTRIAN_OPINION = 0
  29. NDefines.NRulerDesigner.COST_MORALE_OFFENCE = 0
  30. NDefines.NRulerDesigner.COST_MORALE_DEFENCE = 0
  31. NDefines.NRulerDesigner.COST_DEFENCE = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement