From 0b0f5bc39e5c90ee927cd91a4af71f8c12daab93 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Fri, 27 May 2022 22:49:58 +0200 Subject: [PATCH] Item info modal; --- concept.md | 5 +- src/components/CropField.vue | 15 ++- src/components/CropShopView.vue | 5 - src/components/InventoryView.vue | 158 +++++++++++++++++++++---------- src/data/Items.js | 7 +- src/helpers.js | 2 +- src/store/index.js | 12 +++ src/style/app.scss | 7 +- 8 files changed, 148 insertions(+), 63 deletions(-) diff --git a/concept.md b/concept.md index 606e699..81244f5 100644 --- a/concept.md +++ b/concept.md @@ -27,17 +27,18 @@ - [x] Stores - [ ] Each store has tabs [buy / sell] - [ ] Depending on store-itemtype, sell-price is 100% or 70% - - [ ] Crop-Store + - [x] Crop-Store - [ ] Animal Store - [ ] Machine Store (crafting machines) - [ ] Different operation hours for each store - [ ] Pixel-art counters / storefronts with shopkeepers - - [ ] purchases and failed purchases (no $) trigger emotions on the shopkeepers + - [ ] purchases and failed purchases (no $) trigger emotion-bubbles on the shopkeepers - [ ] text-boxes for greetings - [x] Inventory system - [x] Sorting - [x] Grouping - [ ] Trash items + - [ ] Display item-info - [ ] Way to sell harvested goods - [ ] Quests - [ ] Item-quests diff --git a/src/components/CropField.vue b/src/components/CropField.vue index 9c36a7d..2f332fd 100644 --- a/src/components/CropField.vue +++ b/src/components/CropField.vue @@ -14,7 +14,7 @@