Skip to content

Commit

Permalink
chore(tiled): remove templates and update store inventories
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Oct 29, 2022
1 parent 8d8c143 commit bff9b10
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/assets/maps/crypt.tmx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.9" tiledversion="1.9.2" orientation="orthogonal" renderorder="right-down" width="25" height="39" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="17">
<map version="1.9" tiledversion="1.9.2" orientation="orthogonal" renderorder="right-down" width="25" height="39" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="18">
<properties>
<property name="combat" type="bool" value="true"/>
<property name="dark" type="bool" value="true"/>
Expand Down
1 change: 1 addition & 0 deletions src/assets/maps/isle.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<property name="buyRate" value="130"/>
<property name="groups" value="[&quot;default&quot;,&quot;water&quot;]"/>
<property name="icon" value="shop.png"/>
<property name="inventory" propertytype="DataWeapons" value="coral-staff,narwhal-sword"/>
<property name="level" value="5"/>
<property name="name" value="Buccaneer's Bazaar"/>
<property name="sellRate" value="25"/>
Expand Down
8 changes: 6 additions & 2 deletions src/assets/maps/keep.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,25 @@
</object>
<object id="14" name="Dwarven Armors" class="ArmorsStoreFeatureComponent" gid="97" x="112" y="96" width="16" height="16">
<properties>
<property name="inventory" propertytype="DataArmors" value="coral-helm,chain-mail-armor,merman-shield,seaweed-armor"/>
<property name="name" value="Dwarven Armors"/>
</properties>
</object>
<object id="15" name="Dwarven Arms" class="WeaponsStoreFeatureComponent" gid="93" x="240" y="96" width="16" height="16">
<properties>
<property name="inventory" propertytype="DataWeapons" value="magic-sword,heavy-axe,fine-bow,long-oak-staff"/>
<property name="name" value="Dwarven Arms"/>
</properties>
</object>
<object id="16" name="Warvian Antiquities" class="ItemsStoreFeatureComponent" gid="96" x="112" y="160" width="16" height="16">
<object id="16" name="Warvian Antiquities" class="MagicsStoreFeatureComponent" gid="96" x="112" y="160" width="16" height="16">
<properties>
<property name="inventory" propertytype="DataMagics" value="push,heal"/>
<property name="name" value="Warvian Antiquities"/>
</properties>
</object>
<object id="17" name="Potions and Elixirs" class="MagicsStoreFeatureComponent" gid="95" x="240" y="160" width="16" height="16">
<object id="17" name="Potions and Elixirs" class="ItemsStoreFeatureComponent" gid="95" x="240" y="160" width="16" height="16">
<properties>
<property name="inventory" propertytype="DataItems" value="potion,potion-large,ether"/>
<property name="name" value="Potions and Elixirs"/>
</properties>
</object>
Expand Down
4 changes: 0 additions & 4 deletions src/assets/maps/templates/combat-zone.tx

This file was deleted.

14 changes: 0 additions & 14 deletions src/assets/maps/templates/locked-door.tx

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/maps/templates/static-sprite.tx

This file was deleted.

0 comments on commit bff9b10

Please sign in to comment.