- name: AREA51BASE79
width: 10
length: 10
items:
STR_COLT45:
- [4, 1, 0]
STR_COLT45_CLIP:
- [4, 1, 0]
- [4, 1, 0]
STR_GRENADE_FRAG:
- [2, 14, 1]
Map block size is only 10x10, but frag grenade is on position [2, 14, 1]... in case when this block is on the edges of the map, it will crash, because it will be outside of map borders.
In this case:
- map size(60, 60, 10)
- position(2, 14, 1) + offset(10, 50, 0) = position(12, 64, 1)