Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Hello Fellow Modders!
  2.  
  3. Used Variables For Bottle Caps & Slaves -
  4.  
  5. caps_number_display = Variable Of Total Amount Of Caps Per Country.
  6. CAPS_MAIN = The way caps_number_display is shown during localization
  7. caps_base = 4
  8. caps_daily = number of caps added daily. Dynamically calculated based on if the scope is a major or not. There is a max on the number of caps generated per day.
  9. gambling_not_allowed = not set in the mod but if set to anything gambling will automatically be blocked.
  10.  
  11. caps_category = category used for sell & buy decisions
  12.  
  13.  
  14. slave_number_display = Variable for total number of slaves.
  15. SLAVES_MAIN = The way slave_number_display is shown during localization
  16. slaves_monthly = number of slaves added monthly. This is dynamically calculated based on how many slaves the player currently has and the slave capture rate.
  17. slave_capture_rate = Slave capture multiplier base is 3 but can be set differently for each country. This is useful for custom focus trees that want to increase the number of slaves captured per month etc.
  18.  
  19. slaver_category = category used for slaver decisions
  20.  
  21. Flags used:
  22. has_country_flag = slave_trade_banned = Will ban slave trade in the new nation. An option is available to unlock it for 200 PP AI WILL NEVER SELECT THIS!
  23. has_country_flag = chems_banned = Will ban chems in the new nation.
  24.  
  25.  
  26. Additional text icons:
  27.  
  28. to add icons which show in localization add the following for each type of icon,
  29. £prisoners_20x20_texticon - handcuff icon
  30. £bottle_cap_20x20_texticon - bottlecap icon
  31.  
  32. Additional sound effects:
  33.  
  34. To use these simply use the sound_effect = {} tag
  35. ui_items_bottlecaps_up_01
  36. ui_items_bottlecaps_up_02
  37. ui_items_bottlecaps_up_03
  38. ui_items_bottlecaps_up_04
  39. ui_items_bottlecaps_down_01
  40. ui_items_bottlecaps_down_02
  41.  
  42. use_psycho
  43. use_jet
  44. use_generic_chem
  45. chem_wearoff
  46.  
  47. If you need help with anything feel free to message me on the OWB discord, you can see by current tag from whoever posted this mod in the submods channel. Additionally feel free to message me on steam via direct message.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement