diff --git a/concept.md b/concept.md index 81244f5..ac8bd91 100644 --- a/concept.md +++ b/concept.md @@ -1,14 +1,15 @@ ### Roadmap - [x] Planting / harvest crops + - [x] Info when click on non-ready crop - [ ] Fertilizers - [ ] Watering of crops - [ ] Quick access on field for crops and later tools - [ ] Switch system from field -> crop to crop -> fields - [ ] Removing planted crops and regaining of removed crop - [ ] Revision of crop-assets -- [ ] Farm animals - - [ ] Animal products (egg, milk, wool, etc.) +- [x] Farm animals + - [x] Animal products (egg, milk, wool, etc.) - [ ] Some way of animal-leveling - [ ] Breeding of animals (CF) - [ ] The Town, a place from where players can access different stores, the casino, the pond and more @@ -25,7 +26,7 @@ - [ ] Mini blackjack - [ ] Mini slotmachine - [x] Stores - - [ ] Each store has tabs [buy / sell] + - [x] Each store has tabs [buy / sell] - [ ] Depending on store-itemtype, sell-price is 100% or 70% - [x] Crop-Store - [ ] Animal Store @@ -37,9 +38,9 @@ - [x] Inventory system - [x] Sorting - [x] Grouping - - [ ] Trash items - - [ ] Display item-info -- [ ] Way to sell harvested goods + - [x] Trash items + - [x] Display item-info +- [x] Way to sell harvested goods - [ ] Quests - [ ] Item-quests - [ ] Action-quests diff --git a/src/components/InventoryView.vue b/src/components/InventoryView.vue index 95f3f80..86de839 100644 --- a/src/components/InventoryView.vue +++ b/src/components/InventoryView.vue @@ -75,6 +75,19 @@ {{ selectedItem.description }}
+