forked from artemis-sbs/LegendaryMissions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmast.log
More file actions
58 lines (52 loc) · 1021 Bytes
/
mast.log
File metadata and controls
58 lines (52 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
to default file only
#
# A tile for placing a friendly station
# a 10000x10000
# uppercase indicate nebula
# : is upper cass . for this
#
# . is empty space, : is empty + Nebula
# a is asteroids, A is asteroid + nebula
# m is mines, M is mines + nebula
# s+S is star base + nebula
# b+B is blackhole
# p+P is pickup
# z+Z is monster
#
# zyxwvutrq reserved for user defined
# a number indicates scripter defined
# type. e.g. placing a specific monster or pickup
#
#
# NOTE: Player and friendlies would
# spawn in . or :
#
//tile/station/command1 "Command Station" if tile_opts.is_friendly
":aA.A.:...
"A:...:....
".a........
".......p..
"..:mmm:...
"..m.s.m:..
"......:...
":.........
":::.....::
"::::...:::
#
#
# Blackhole size determines by
# bounding box?
#
//tile/terrain/black_hole1 "Black Hole"
"..........
"..........
"..........
"..BBBBB...
"..BBBBB...
"..BBBBB...
"..BBBBB...
"..........
"..........
"..........
//tile/station/command1 "Command Station" if tile_opts.is_friendly
npc_spawn()