Excellent !!
1) I should have first asked : is there any interest to do so ?
In other words, does this mod only add features, or does it replace some of them ?
2) Another question : why a height of 10 ?
Given that 2 levels are reserved for "underworld", does it means some features will be of 5,6 or 7 floors ?
3) Finally, not directly linked with Terror mod :
3a) Are there any constraints regarding map size specification ?
I guess this will not work
alienDeployments:
- type: STR_SMALL_SCOUT
width: 15
length: 25
height: 4
Constraints like :
- multiple of 20 ?
- at minimum 20 ?
- at maximum 200 ?
- ...
3b) Is there any possibility to make map size varying ?
Idea would be to randomize map size, as for example, having possibility to sometimes have
alienDeployments:
- type: STR_SMALL_SCOUT
width: 20
length: 40
height: 4
and othertimes
alienDeployments:
- type: STR_SMALL_SCOUT
width: 40
length: 40
height: 4