Advertisement
Guest User

trade route causes crash

a guest
Jul 19th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # This route causes crash. From trade_routes.stillbroken
  2. valyrian_route = {
  3.  
  4. wealth = 200
  5.  
  6. modifier = { # How the trade route modifies the provinces it passes
  7. castle_tax_modifier = 0.15
  8. city_tax_modifier = 0.15
  9. temple_tax_modifier = 0.15
  10. trade_route_value = 1
  11. icon = 4
  12. }
  13.  
  14. # Begins on the edge of map in Lys, the province of Dego.
  15. start = {
  16. 394
  17. }
  18.  
  19. path = {
  20. 394 393 378 379 358 374 355
  21. }
  22.  
  23. # 355 is Meylosh, breaks off to Lys and tyrosh
  24.  
  25. # To Lys
  26. path = {
  27. 355 1442 344
  28. }
  29.  
  30. # Lys to Sunspear Coast
  31. path = {
  32. 344 1411 1399
  33. }
  34.  
  35. # Sunspear Coast to Sunspear
  36. path = {
  37. 1399 429
  38. }
  39.  
  40. # Sunspear Coast to Arbor
  41.  
  42. path = {
  43. 1399 1397 1443 1363 1378 537 541
  44. }
  45.  
  46. # Arbor to Oldtown
  47. path = {
  48. 541 1432 1400 544
  49. }
  50.  
  51. # To Bunoaica
  52. path = {
  53. 355 375 372 369
  54. }
  55.  
  56. # Bunoaica to Tyrosh
  57.  
  58. path = {
  59. 369 336 334 337 308 307 303 302 1437 297
  60. }
  61.  
  62. # Tyrosh to Rainhouse
  63.  
  64. path = {
  65. 297 298 1394 1376 670
  66. }
  67.  
  68. # Bunoaica to Myr
  69.  
  70. path = {
  71. 369 292 291 289 287 1406 242
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement