fixed xinrochghost graphics (it is non-humanoid, so it is taken from "Chars.png")
[k8-i-v-a-n.git] / script / zone69 / owterra.dat
blob76cbf021beda5d17224c79012b898a06433a5cdc
1 // worldmap points of interest
2 Extend owterrain
4 Config ALIEN_VESSEL;
6 Probability = 60;
7 CanBeSkipped = true; // don't restart generation if we can't put it on the map
8 NameSingular = "Alien Vessel";
9 BitmapPos = 32, 48;
10 NameStem = "strange vessel of unknow nature";
11 UsesLongArticle = false;
12 AttachedDungeon = ALIEN_VESSEL;
13 CanBeGenerated = true;
14 //NativeGTerrainType := { JUNGLE, EVERGREEN_FOREST, DESERT }
15 NativeGTerrainType == 0;
16 WantContinentWith = ATTNAM;
17 DistancePOI = 0;
18 MinimumDistanceTo = 6;
19 MaximumDistanceTo = 12;
20 GenerationMessage = "You heard rumors about some strange creatures roaming the continent...";