Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/views/building/ItemActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="subtitle-1">Example: fishing</div>

<p>Imagine you want to add a 'fishing' action to a number of lakes and shorelines on your world. You could define a room action in each location where a player might want to fish, but would need to create as many actions as there fishign locations. Instead, you can create one item, named for example "A school of fish swims beneath the surface." with a 'fish' action tied to it, make the item non-pickable and load it everywhere you want players to be able to fish.</p>
<p>Imagine you want to add a 'fishing' action to a number of lakes and shorelines on your world. You could define a room action in each location where a player might want to fish, but would need to create as many actions as there fishing locations. Instead, you can create one item, named for example "A school of fish swims beneath the surface." with a 'fish' action tied to it, make the item non-pickable and load it everywhere you want players to be able to fish.</p>

</template>
</Article>
Expand All @@ -26,4 +26,4 @@ export default {
</script>

<style>
</style>
</style>