SHOW:
|
|
- or go back to the newest paste.
1 | //====================== SPAWN NUMBERS ====================== | |
2 | ||
3 | // ==== MONSTERS ==== | |
4 | ||
5 | ||
6 | ||
7 | ||
8 | // ==== WEAPONS ==== | |
9 | ||
10 | ||
11 | ||
12 | ||
13 | // ==== PROPS ==== | |
14 | ||
15 | DoomEdNums | |
16 | { | |
17 | 10600 = PalmTree1 | |
18 | 10601 = PalmTree2 | |
19 | 10602 = PalmTree3 | |
20 | 10604 = PalmTree4 | |
21 | ||
22 | 30357 = CaveStalagmiteFloor | |
23 | 30358 = CaveStalagmiteCeiling1 | |
24 | 30359 = CaveStalagmiteCeiling2 | |
25 | } | |
26 | ||
27 | ||
28 | // ==== ITEMS ==== | |
29 | ||
30 | ||
31 | ||
32 | ||
33 | //====================== DAMAGE TYPES ====================== | |
34 | ||
35 | ||
36 | ||
37 | ||
38 | ||
39 | //====================== MAPS ====================== | |
40 | ||
41 | //======== EPISODE 1 - THE ISLAND OF CURSES ======== | |
42 | ||
43 | cluster 1 | |
44 | { | |
45 | flat = 2 | |
46 | - | entertext = "INTISLND" |
46 | + | entertext = |
47 | "Unknown Location, time is about 5:00 P.M", | |
48 | "You awake on a strange Island, your surroundings", | |
49 | "are full of the beauty born by Nature.", | |
50 | " ", | |
51 | "There is nothing but the noise of sea waves", | |
52 | "Birds singing afar on the skies, it is calm", | |
53 | "However, you wonder where you are right now.", | |
54 | " ", | |
55 | "Your mission can not be stopped right now", | |
56 | "As a soldier, you must push forward", | |
57 | "Horned dangers lurk on the depths of Nature", | |
58 | "And you must push forward to safety.", | |
59 | " ", | |
60 | "Work your way and discover the secrets", | |
61 | "of this Island, hidden behind beauty", | |
62 | "as something tells you, something is not right." | |
63 | } | |
64 | ||
65 | map E1S1 "Shipwrecked" | |
66 | { | |
67 | LevelNum = 01 | |
68 | next = E1S2 | |
69 | sky1 = "GJ89nY", 0 | |
70 | cluster = 1 | |
71 | par = 30 | |
72 | sucktime = 1 | |
73 | music = "D_ISLND" | |
74 | } |