From 3635a447c672db9514c7a421526f8c4857b221c7 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Wed, 18 Dec 2019 13:06:30 +0100 Subject: [PATCH] Additional note on scoring for secrets/items. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca43da62b..6c74b88dc 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,9 @@ to the nearest multiple of 100, plus these bonuses (in order of application): * +20000 if the enemy killed is a boss. * +5000 if you've killed the last enemy in the map. +You are also given +1000 points for each secret found, +5000 if it's the final +secret. Countable items give +250 points each or +2500 if it's the final item. + Score is currently for show, but it'll have some functionality added later on, perhaps to purchase stuff in a store menu.