barony tier domiciles
This commit is contained in:
parent
138d2d5af3
commit
ef4d489d81
71 changed files with 35009 additions and 248 deletions
15
common/script_values/00_distance_values.txt
Normal file
15
common/script_values/00_distance_values.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
#Values used for checking distance with the 'squared_distance' trigger.
|
||||
|
||||
squared_distance_small = 22500 #150 map-pixels. Roughly one Wales away (top to bottom).
|
||||
squared_distance_medium = 62500 #250 map-pixels. Roughly one Ireland away (top to bottom).
|
||||
squared_distance_major = {
|
||||
value = squared_distance_large
|
||||
divide = 2
|
||||
}
|
||||
squared_distance_large = 422500 #650 map-pixels. Roughly one France away (top to bottom).
|
||||
squared_distance_huge = 722500 #850 map-pixels. Roughly one Holy Roman Empire away (left to right).
|
||||
squared_distance_almost_massive = 1440000 #1200 map-pixels. Roughly 1.5 Holy Roman Empire away (left to right).
|
||||
squared_distance_massive = 2402500 #1550 map-pixels.
|
||||
squared_distance_mega = 5202500
|
||||
squared_distance_monstrous = 9000000 #3000 map-pixels
|
||||
Loading…
Add table
Add a link
Reference in a new issue