The Cathedral of Attnam

Changes

Jump to navigation Jump to search
no edit summary
== A worked example ==
=== A Dungeon data file ===
(Attachement)
=== In define.dat ===
{| class="wikitable"! Script! Result|-| <tt>Room { Size = 5,9; AltarPossible = false; DivineMaster = MELLIS; Type = ROOM_SHOP; GenerateFountains = false; AllowLockedDoors = false; AllowBoobyTrappedDoors = false;</tt>| [[File:ShopBare.png|160px]]|}
=== In owterra.dat ===
{| class="wikitable"
! Before
! After
!
|-
|
<tt>locationAA
{
BitmapPos = 0, 64;
NameStem = "empty area";
UsesLongArticle = true;
AttachedDungeon = EMPTY_AREA;
AttachedArea = 0;
CanBeGenerated = false;
NativeGTerrainType = JUNGLE;
}</tt>
|
<tt>locationAA
{
BitmapPos = 0, 64;
NameStem = "house on the steppe";
UsesLongArticle = false;
AttachedDungeon = EMPTY_AREA;
AttachedArea = 0;
CanBeGenerated = <span style="background:yellow">true;</span>
NativeGTerrainType = STEPPE;
}</tt>
| [[File:ShopBare.png|160px]]
|}
== What's this about "core locations" ==
158

edits

Navigation menu