From 9de8dc4f40d30d512bbd64199c089cc67bbffdd6 Mon Sep 17 00:00:00 2001 From: Velizar Todorov Date: Wed, 24 Nov 2021 18:46:15 +0100 Subject: [PATCH] :books: add readme with use-case table --- Java/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Java/readme.md diff --git a/Java/readme.md b/Java/readme.md new file mode 100644 index 00000000..8a0e345f --- /dev/null +++ b/Java/readme.md @@ -0,0 +1,9 @@ +# Types of items + +| Item name | Quality | Description | +|:------------|:-----------------|:------------- | +| Sulfura | Always 80, constant value, cannot change.| Legendary item| +| Aged Brie | **increases** in quality twice as fast, when sell-in date approaches | - | +| Backstage Pass | **increases** in quality as sell-in date approaches; Quality increases by 2 when there are 10 days or less and by 3 when there are days or less but Quality drops to 0 after the concert. |- | +| Normal | **decreases** in quality twice as fast, when sell-in date approaches |- | +| Conjured | **decreases twice as fast** in quality as normal items, when sell-in date approaches |- |