From c1930cb6ff9246ad16c3c27b9755fb89823812a6 Mon Sep 17 00:00:00 2001 From: lodicolo Date: Thu, 2 Nov 2023 11:57:00 -0400 Subject: [PATCH 1/2] Update mapping.md --- src/content/docs/en-US/design/mapping.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/en-US/design/mapping.md b/src/content/docs/en-US/design/mapping.md index c750fc4f3..e0345f4fa 100644 --- a/src/content/docs/en-US/design/mapping.md +++ b/src/content/docs/en-US/design/mapping.md @@ -142,8 +142,7 @@ On the bottom right of the map editor, you'll see a window named 'Map Properties - *Fog*: Allows you to set fog to your map. Fogs would be located in your clients subfolder `resources\fogs`. - *Fog Alpha*: Allows you to set your fogs alpha, 255 being solid while 0 is invisible. -- *Fog X Speed*: Allows you to set a fogs horizontal movement speed. 0 being no movement, 5 being the strongest movement. -- *Fog Y Speed*: Allows you to set a fogs vertical movement speed. 0 being no movement, 5 being the strongest movement. +- *Fog X Speed*/*Fog Y Speed*: Allows you to set a fogs horizontal/vertical movement speed (0 being no movement, 5 being the strongest) ### General From ccd758605f9e335aba218d56b3381792cf3d797e Mon Sep 17 00:00:00 2001 From: lodicolo Date: Thu, 2 Nov 2023 11:59:02 -0400 Subject: [PATCH 2/2] Update shops.md --- src/content/docs/en-US/design/shops.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en-US/design/shops.md b/src/content/docs/en-US/design/shops.md index 8449a8cfc..97c0e42c5 100644 --- a/src/content/docs/en-US/design/shops.md +++ b/src/content/docs/en-US/design/shops.md @@ -45,8 +45,8 @@ Creating shops are done via the `Shop Editor` under the `Game Editors` tab on th ![Items Bought](https://github.com/AscensionGameDev/Intersect-Documentation/assets/72468758/7f7a9b53-8915-43e1-8de1-475cd0ab4a56) -- *Whitelist*: Ticking this box will allow you to add items that will only be bought by this shop. If no items are added, this shop will buy any item. -- *Blacklist*: Ticking this box will allow you to add items that will be blocked from being bought by this shop. If no items are added, this shop will buy any item. +- *Whitelist*: Ticking this box will allow you to add items that will only be bought by this shop. The shop will buy all items if none are added to the list. +- *Blacklist*: Ticking this box will allow you to add items that will be blocked from being bought by this shop. - *Add Item*: Allows you to select an item from the item editor that you wish to be bought or blocked from this shop. - *Buy for*: Allows you to select a currency item that the shop will buy for. - *Sell Amount*: Allows you to set a price of the item.