Skip to content

Commit

Permalink
Fixed doors (#419)
Browse files Browse the repository at this point in the history
* Fixed doors
* Fixed corrupted walls door
  • Loading branch information
k-hell authored Apr 3, 2023
1 parent ad205b6 commit 536d14a
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 43 deletions.
2 changes: 1 addition & 1 deletion data/1010/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20157,7 +20157,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/1020/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20157,7 +20157,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/1021/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20280,7 +20280,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/1030/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20284,7 +20284,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/1031/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20284,7 +20284,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/1035/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20284,7 +20284,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/1041/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20277,7 +20277,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/1077/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20392,7 +20392,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
24 changes: 10 additions & 14 deletions data/1098/walls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,6 @@
<item id="11847" chance="4"/>
<item id="11848" chance="6"/>
<item id="11849" chance="2"/>
<door id="12092" type="normal" open="false"/>
<door id="12093" type="normal" open="false"/>
<door id="12094" type="normal" open="true"/>
<door id="12095" type="quest" open="false"/>
Expand All @@ -1814,7 +1813,6 @@
<item id="11850" chance="4"/>
<item id="11851" chance="6"/>
<item id="11852" chance="2"/>
<door id="12099" type="normal" open="false"/>
<door id="12100" type="normal" open="false"/>
<door id="12101" type="normal" open="true"/>
<door id="12102" type="quest" open="false"/>
Expand All @@ -1834,24 +1832,22 @@
<brush name="corrupted wall2" type="wall" server_lookid="11938">
<wall type="horizontal">
<item id="11938" chance="1"/>
<door id="12188" type="normal" open="false"/>
<door id="12189" type="normal" open="false"/>
<door id="12190" type="normal" open="true"/>
<door id="12195" type="locked" open="false"/>
<door id="12196" type="locked" open="true"/>
<door id="12193" type="quest" open="false"/>
<door id="12194" type="quest" open="true"/>
<door id="12193" type="magic" open="false"/>
<door id="12194" type="magic" open="true"/>
<door id="12195" type="quest" open="false"/>
<door id="12196" type="quest" open="true"/>
<door id="12228" type="window"/>
</wall>
<wall type="vertical">
<item id="11937" chance="1"/>
<door id="12917" type="normal" open="false"/>
<door id="12918" type="normal" open="false"/>
<door id="12919" type="normal" open="true"/>
<door id="12204" type="locked" open="false"/>
<door id="12205" type="locked" open="true"/>
<door id="12202" type="quest" open="false"/>
<door id="12203" type="quest" open="true"/>
<door id="12198" type="normal" open="false"/>
<door id="12199" type="normal" open="true"/>
<door id="12202" type="magic" open="false"/>
<door id="12203" type="magic" open="true"/>
<door id="12204" type="quest" open="false"/>
<door id="12205" type="quest" open="true"/>
<door id="11948" type="window"/>
</wall>
<wall type="corner">
Expand Down
2 changes: 1 addition & 1 deletion data/860/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20784,7 +20784,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
21 changes: 10 additions & 11 deletions data/860/walls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,6 @@
<item id="11847" chance="4"/>
<item id="11848" chance="6"/>
<item id="11849" chance="2"/>
<door id="12092" type="normal" open="false"/>
<door id="12093" type="normal" open="false"/>
<door id="12094" type="normal" open="true"/>
<door id="12095" type="quest" open="false"/>
Expand All @@ -1346,7 +1345,6 @@
<item id="11850" chance="4"/>
<item id="11851" chance="6"/>
<item id="11852" chance="2"/>
<door id="12099" type="normal" open="false"/>
<door id="12100" type="normal" open="false"/>
<door id="12101" type="normal" open="true"/>
<door id="12102" type="quest" open="false"/>
Expand All @@ -1366,21 +1364,22 @@
<brush name="corrupted wall2" type="wall" server_lookid="11938">
<wall type="horizontal">
<item id="11938" chance="1"/>
<door id="12188" type="normal" open="false"/>
<door id="12189" type="normal" open="false"/>
<door id="12190" type="normal" open="true"/>
<door id="12195" type="locked" open="false"/>
<door id="12196" type="locked" open="true"/>
<door id="12193" type="quest" open="false"/>
<door id="12194" type="quest" open="true"/>
<door id="12193" type="magic" open="false"/>
<door id="12194" type="magic" open="true"/>
<door id="12195" type="quest" open="false"/>
<door id="12196" type="quest" open="true"/>
<door id="12228" type="window"/>
</wall>
<wall type="vertical">
<item id="11937" chance="1"/>
<door id="12204" type="locked" open="false"/>
<door id="12205" type="locked" open="true"/>
<door id="12202" type="quest" open="false"/>
<door id="12203" type="quest" open="true"/>
<door id="12198" type="normal" open="false"/>
<door id="12199" type="normal" open="true"/>
<door id="12202" type="magic" open="false"/>
<door id="12203" type="magic" open="true"/>
<door id="12204" type="quest" open="false"/>
<door id="12205" type="quest" open="true"/>
<door id="11948" type="window"/>
</wall>
<wall type="corner">
Expand Down
2 changes: 1 addition & 1 deletion data/946/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20039,7 +20039,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/954/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20039,7 +20039,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/960/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20039,7 +20039,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/970/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20303,7 +20303,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
2 changes: 1 addition & 1 deletion data/986/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20303,7 +20303,7 @@
<item id="12098" article="an" name="open door">
<attribute key="type" value="door" />
</item>
<item id="12099" article="a" name="closed door">
<item id="12099" article="a" name="closed door" editorsuffix=" (Locked)">
<attribute key="type" value="door" />
<attribute key="blockprojectile" value="1" />
<attribute key="description" value="It is locked." />
Expand Down
16 changes: 12 additions & 4 deletions extensions/SlayingWorld Additions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -642,16 +642,24 @@
<item id="11938" chance="500"/>
<item id="11938" chance="0"/>
<item id="11938" chance="0"/>
<door id="11961" type="normal" open="false"/>
<door id="12188" type="quest" open="false"/>
<door id="12189" type="normal" open="false"/>
<door id="12190" type="normal" open="true"/>
<door id="12193" type="magic" open="false"/>
<door id="12194" type="magic" open="true"/>
<door id="12195" type="quest" open="false"/>
<door id="12196" type="quest" open="true"/>
<door id="12228" type="window"/>
</wall>
<wall type="vertical">
<item id="11937" chance="500"/>
<item id="11937" chance="0"/>
<item id="11937" chance="0"/>
<door id="11960" type="normal" open="false"/>
<door id="12198" type="quest" open="false"/>
<door id="12198" type="normal" open="false"/>
<door id="12199" type="normal" open="true"/>
<door id="12202" type="magic" open="false"/>
<door id="12203" type="magic" open="true"/>
<door id="12204" type="quest" open="false"/>
<door id="12205" type="quest" open="true"/>
<door id="11948" type="window"/>
</wall>
<wall type="corner">
Expand Down

0 comments on commit 536d14a

Please sign in to comment.